commit gedit for openSUSE:Factory

2020-08-21 Thread root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2020-08-21 19:03:35

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new.3399 (New)


Package is "gedit"

Fri Aug 21 19:03:35 2020 rev:135 rq:827852 version:3.36.2

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2020-04-29 
20:42:58.619735665 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new.3399/gedit.changes2020-08-21 
19:03:56.404347752 +0200
@@ -1,0 +2,5 @@
+Wed Jul 29 10:22:21 UTC 2020 - Bjørn Lie 
+
+- Python subpackage is now noarch.
+
+---



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.mQfoDx/_old  2020-08-21 19:03:57.680348510 +0200
+++ /var/tmp/diff_new_pack.mQfoDx/_new  2020-08-21 19:03:57.684348512 +0200
@@ -74,6 +74,7 @@
 %package -n python3-gedit
 Summary:Python bindings for gedit
 Group:  Development/Languages/Python
+BuildArch:  noarch
 
 %description -n python3-gedit
 Gedit is a UTF-8 text editor for the GNOME
@@ -173,7 +174,7 @@
 
 %if %{with python_bindings}
 %files -n python3-gedit
-%{python3_sitearch}/gi/
+%{python3_sitelib}/gi/
 %endif
 
 %files devel




commit gedit for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2020-04-29 20:42:39

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new.2738 (New)


Package is "gedit"

Wed Apr 29 20:42:39 2020 rev:134 rq:798345 version:3.36.2

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2020-04-23 
18:26:17.319611281 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new.2738/gedit.changes2020-04-29 
20:42:58.619735665 +0200
@@ -1,0 +2,7 @@
+Sat Apr 25 18:13:30 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.36.2:
+  + Misc bug fixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.36.1.tar.xz

New:

  gedit-3.36.2.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.u29MiI/_old  2020-04-29 20:42:59.147737041 +0200
+++ /var/tmp/diff_new_pack.u29MiI/_new  2020-04-29 20:42:59.151737052 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without  python_bindings
 Name:   gedit
-Version:3.36.1
+Version:3.36.2
 Release:0
 Summary:UTF-8 text editor
 License:GPL-2.0-or-later

++ gedit-3.36.1.tar.xz -> gedit-3.36.2.tar.xz ++
/work/SRC/openSUSE:Factory/gedit/gedit-3.36.1.tar.xz 
/work/SRC/openSUSE:Factory/.gedit.new.2738/gedit-3.36.2.tar.xz differ: char 29, 
line 1




commit gedit for openSUSE:Factory

2020-04-23 Thread root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2020-04-23 18:26:15

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new.2738 (New)


Package is "gedit"

Thu Apr 23 18:26:15 2020 rev:133 rq:795180 version:3.36.1

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2020-02-07 
15:51:24.215412116 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new.2738/gedit.changes2020-04-23 
18:26:17.319611281 +0200
@@ -1,0 +2,44 @@
+Fri Mar 20 20:42:34 UTC 2020 - Bjørn Lie 
+
+- Update to version 3.36.1:
+  + File chooser dialog: use text files filter by default.
+  + Fix compilation on macOS.
+  + Fix External Tools plugin.
+  + Fix Snippets plugin.
+  + Other bug fixes.
+  + Updated translations. 
+
+---
+Fri Mar  6 17:44:59 UTC 2020 - bjorn@gmail.com
+
+- Update to version 3.36.0:
+  + Fix a bug in the quickopen plugin.
+  + Updates to the user manual.
+  + Updated translations.
+
+---
+Wed Feb 12 16:52:08 CET 2020 - dims...@opensuse.org
+
+- Update to version 3.35.90:
+  + Remove text centering when in fullscreen mode and when a right
+margin was set.
+  + Make the scrollbars always visible around the main text area.
+  + Remove the overview map.
+  + File chooser dialog: re-add the feature to be able to customize
+the list of character encodings.
+  + Open a file from the headerbar: re-implement the previous user
+interface: two buttons, "Open" to open the dialog window, and
+an arrow to open the recent menu.
+  + GSettings schema: enable more features by default (auto-indent,
+display-line-numbers, highlight-current-line and
+bracket-matching) and set default style scheme to 'tango'.
+- Changes from version 3.35.1:
+  + File browser plugin: fix interactive search.
+  + A few fixes in the CSS style.
+  + Updated translations.
+- Drop pkgconfig(libxml-2.0) and pkgconfig(libsoup-2.0)
+  BuildRequires: no longer needed.
+- Add pkgconfig(tepl-4) BuildRequires: new depenedency.
+- Rebase gedit-desktop.patch.
+
+---

Old:

  gedit-3.34.1.tar.xz

New:

  gedit-3.36.1.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.ONFYde/_old  2020-04-23 18:26:18.103612782 +0200
+++ /var/tmp/diff_new_pack.ONFYde/_new  2020-04-23 18:26:18.107612790 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without  python_bindings
 Name:   gedit
-Version:3.34.1
+Version:3.36.1
 Release:0
 Summary:UTF-8 text editor
 License:GPL-2.0-or-later
 Group:  Productivity/Text/Editors
 URL:https://wiki.gnome.org/Apps/Gedit
-Source0:
https://download.gnome.org/sources/gedit/3.34/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gedit/3.36/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types.
 Patch0: gedit-desktop.patch
 # PATCH-FIX-OPENSUSE gedit-plugins-python-env.patch bjorn@gmail.com -- Fix 
python env
@@ -35,23 +35,22 @@
 BuildRequires:  gtk-doc
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  iso-codes-devel
-BuildRequires:  meson
+BuildRequires:  meson >= 0.49
 BuildRequires:  pkgconfig
 BuildRequires:  python3-base >= 3.2.3
 BuildRequires:  translation-update-upstream
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(gio-2.0) >= 2.44
-BuildRequires:  pkgconfig(glib-2.0) >= 2.44
+BuildRequires:  pkgconfig(gio-2.0) >= 2.52
+BuildRequires:  pkgconfig(glib-2.0) >= 2.52
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
-BuildRequires:  pkgconfig(gspell-1) >= 0.2.5
+BuildRequires:  pkgconfig(gspell-1) >= 1.0
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22.0
-BuildRequires:  pkgconfig(gtksourceview-4)
+BuildRequires:  pkgconfig(gtksourceview-4) >= 4.0.2
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.14.1
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.14.1
-BuildRequires:  pkgconfig(libsoup-2.4)
-BuildRequires:  pkgconfig(libxml-2.0) >= 2.5.0
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.0.0
+BuildRequires:  pkgconfig(tepl-4) >= 4.4
 BuildRequires:  pkgconfig(vapigen) >= 0.25.1
 BuildRequires:  pkgconfig(x11)
 Requires:   python3-cairo
@@ -112,7 +111,7 @@
-Dintrospection=true \
-Dvapi=true \
-Dplugins=true \
-   -Ddocumentation=true \
+   -Dgtk_doc=true \
%{nil}
 %meson_build
 
@@ -143,7 +142,7 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.

commit gedit for openSUSE:Factory

2020-02-07 Thread root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2020-02-07 15:50:56

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new.26092 (New)


Package is "gedit"

Fri Feb  7 15:50:56 2020 rev:132 rq:769941 version:3.34.1

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2019-11-29 
15:57:11.424962272 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new.26092/gedit.changes   2020-02-07 
15:51:24.215412116 +0100
@@ -1,0 +2,8 @@
+Fri Jan 31 22:45:23 UTC 2020 - Dominique Leuenberger 
+
+- Own %{python3_sitearch}/gi/ and subdirectories: in the past,
+  pkgconfig(pygobject-3.0) pulled in py2 and py3 gobject stacks,
+  but we eliminated that so not every consumer of the C-headers
+  gets two python stacks pulled in. Thus, own the directories.
+
+---



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.PFfvjx/_old  2020-02-07 15:51:27.079413682 +0100
+++ /var/tmp/diff_new_pack.PFfvjx/_new  2020-02-07 15:51:27.083413684 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -174,7 +174,7 @@
 
 %if %{with python_bindings}
 %files -n python3-gedit
-%{python3_sitearch}/gi/overrides/Gedit*
+%{python3_sitearch}/gi/
 %endif
 
 %files devel




commit gedit for openSUSE:Factory

2019-11-29 Thread root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2019-11-29 15:56:26

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new.26869 (New)


Package is "gedit"

Fri Nov 29 15:56:26 2019 rev:131 rq:750928 version:3.34.1

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2019-10-17 
12:58:21.745446120 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new.26869/gedit.changes   2019-11-29 
15:57:11.424962272 +0100
@@ -1,0 +2,8 @@
+Thu Nov 21 10:29:23 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.34.1:
+  + A few bug fixes.
+  + Updates to the Snap and Flatpak packages.
+  + Updated translations.
+
+---

Old:

  gedit-3.34.0.tar.xz

New:

  gedit-3.34.1.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.3dgw37/_old  2019-11-29 15:57:12.844961458 +0100
+++ /var/tmp/diff_new_pack.3dgw37/_new  2019-11-29 15:57:12.848961455 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %bcond_without  python_bindings
 Name:   gedit
-Version:3.34.0
+Version:3.34.1
 Release:0
 Summary:UTF-8 text editor
 License:GPL-2.0-or-later

++ gedit-3.34.0.tar.xz -> gedit-3.34.1.tar.xz ++
/work/SRC/openSUSE:Factory/gedit/gedit-3.34.0.tar.xz 
/work/SRC/openSUSE:Factory/.gedit.new.26869/gedit-3.34.1.tar.xz differ: char 
26, line 1




commit gedit for openSUSE:Factory

2019-10-17 Thread root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2019-10-17 12:58:19

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new.2352 (New)


Package is "gedit"

Thu Oct 17 12:58:19 2019 rev:130 rq:736517 version:3.34.0

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2019-05-22 
10:55:46.815015854 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new.2352/gedit.changes2019-10-17 
12:58:21.745446120 +0200
@@ -1,0 +2,24 @@
+Mon Sep  9 17:57:24 CDT 2019 - mgo...@suse.com
+
+- Update to version 3.34.0:
+  + Translation updates.
+
+---
+Sun Sep  8 10:11:53 NZST 2019 - l...@ljones.dev
+
+- Update to version 3.33.92:
+  + Updated documentation.
+
+---
+Mon Sep  2 15:46:28 CST 2019 - yfji...@suse.com
+
+- Update to version 3.33.90:
+  + Add "gedit" to .desktop keywords as search workaround for Flatpak
+and Snap.
+  + Build fixes.
+  + Updated translations.
+- Remove %{_libexecdir}/gedit/gedit-bugreport.sh and
+  %{_libexecdir}/gedit from spec since they have been taken out
+  from upstream code.
+
+---

Old:

  gedit-3.32.2.tar.xz

New:

  gedit-3.34.0.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.zPjWlY/_old  2019-10-17 12:58:22.497444214 +0200
+++ /var/tmp/diff_new_pack.zPjWlY/_new  2019-10-17 12:58:22.501444204 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without  python_bindings
 Name:   gedit
-Version:3.32.2
+Version:3.34.0
 Release:0
 Summary:UTF-8 text editor
 License:GPL-2.0-or-later
 Group:  Productivity/Text/Editors
 URL:https://wiki.gnome.org/Apps/Gedit
-Source0:
https://download.gnome.org/sources/gedit/3.32/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gedit/3.34/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types.
 Patch0: gedit-desktop.patch
 # PATCH-FIX-OPENSUSE gedit-plugins-python-env.patch bjorn@gmail.com -- Fix 
python env
@@ -139,6 +139,7 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.pythonconsole.gschema.xml
+%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.spell.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml
 %dir %{_libdir}/gedit/
@@ -168,10 +169,6 @@
 %{_libdir}/gedit/plugins/libtime.so
 %{_libdir}/gedit/plugins/quickhighlight.plugin
 %{_libdir}/gedit/plugins/libquickhighlight.so
-%if "%{_libdir}" != "%{_libexecdir}"
-%dir %{_libexecdir}/gedit
-%endif
-%{_libexecdir}/gedit/gedit-bugreport.sh
 %{_mandir}/man1/gedit.1%{?ext_man}
 %{_datadir}/icons/hicolor/*/apps/*
 
@@ -181,7 +178,7 @@
 %endif
 
 %files devel
-%doc AUTHORS HACKING MAINTAINERS
+%doc AUTHORS CONTRIBUTING.md
 %doc %{_datadir}/gtk-doc/html/gedit/
 %{_datadir}/gedit/gir-1.0/
 %{_includedir}/*

++ gedit-3.32.2.tar.xz -> gedit-3.34.0.tar.xz ++
/work/SRC/openSUSE:Factory/gedit/gedit-3.32.2.tar.xz 
/work/SRC/openSUSE:Factory/.gedit.new.2352/gedit-3.34.0.tar.xz differ: char 26, 
line 1




commit gedit for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2019-05-22 10:55:43

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new.5148 (New)


Package is "gedit"

Wed May 22 10:55:43 2019 rev:129 rq:704191 version:3.32.2

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2019-05-03 
22:12:36.151530359 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new.5148/gedit.changes2019-05-22 
10:55:46.815015854 +0200
@@ -1,0 +2,8 @@
+Wed May 15 20:56:45 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.2:
+  + Reintroduce enable-gvfs-metadata build option.
+  + Fix several crash bugs.
+  + Updated translations.
+
+---

Old:

  gedit-3.32.0.tar.xz

New:

  gedit-3.32.2.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.AZM0IO/_old  2019-05-22 10:55:47.427015400 +0200
+++ /var/tmp/diff_new_pack.AZM0IO/_new  2019-05-22 10:55:47.427015400 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without  python_bindings
 Name:   gedit
-Version:3.32.0
+Version:3.32.2
 Release:0
 Summary:UTF-8 text editor
 License:GPL-2.0-or-later

++ gedit-3.32.0.tar.xz -> gedit-3.32.2.tar.xz ++
/work/SRC/openSUSE:Factory/gedit/gedit-3.32.0.tar.xz 
/work/SRC/openSUSE:Factory/.gedit.new.5148/gedit-3.32.2.tar.xz differ: char 26, 
line 1




commit gedit for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2019-05-03 22:12:33

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new.5148 (New)


Package is "gedit"

Fri May  3 22:12:33 2019 rev:128 rq:695717 version:3.32.0

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2018-12-19 
13:23:22.601384813 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new.5148/gedit.changes2019-05-03 
22:12:36.151530359 +0200
@@ -1,0 +2,61 @@
+Mon Mar 11 09:00:10 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.32.0:
+  + Updated translations.
+
+---
+Mon Mar  4 08:38:46 UTC 2019 - Bjørn Lie 
+
+- Update to version 3.31.92:
+  + Fix segfault in open document selector.
+  + Update help for app menu changes.
+  + Miscellaneous fixes.
+
+---
+Tue Feb 19 10:04:02 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.90:
+  + Switch to meson.
+  + Drop autotools support.
+  + Add tests to validate AppStream metadata and .desktop.
+  + Flatpak and Snap versions now bundle gedit-plugins.
+  + Fix some issues resulting from the GNOME 3.32 menu changes.
+  + Drop gconf conversion file.
+  + Miscellaneous fixes.
+- Switch to meson build system, add meson BuildRequires and macros.
+
+---
+Thu Jan  3 13:11:31 UTC 2019 - bjorn@gmail.com
+
+- Update to version 3.31.3:
+  + Update README and rename to README.md.
+  + Update new app icon.
+  + Fix searching with upper case characters in recent files popup.
+  + Fix symbolic icons in file browser with dark themes.
+  + Use a color for search matching in recent files popup that
+works better with dark themes.
+  + Clean up deprecations and more.
+- Changes from version 3.31.2:
+  + Follow GNOME 3.32 menu guidelines.
+  + Allow closing tabs with middle-click.
+- Changes from version 3.31.1:
+  + Fix tarball and version number from previous release.
+- Changes from version 3.31.0:
+  + Redesign the app icon.
+  + Migrate to gettext and stop using intltool.
+  + Switch from gtksourceview3 to gtksourceview4.
+  + Fix file chooser not opening in correct location after first
+time.
+  + Miscellaneous build and translation fixes.
+  + Updated translations.
+- Replace pkgconfig(gtksourceview-3.0) with
+  pkgconfig(gtksourceview-4) BuildRequires following upstream
+  changes.
+- Drop intltool BuildRequires, no longer needed.
+- Rebase gedit-desktop.patch.
+- Drop upstream fixed patches:
+  + gedit-notebook-close-with-mmb.patch
+  + gedit-document-selector-make-search-caseless.patch
+  + gedit-fix-assert-when-going-up-in-tree.patch
+
+---

Old:

  gedit-3.30.2.tar.xz
  gedit-document-selector-make-search-caseless.patch
  gedit-fix-assert-when-going-up-in-tree.patch
  gedit-notebook-close-with-mmb.patch

New:

  gedit-3.32.0.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.at30p7/_old  2019-05-03 22:12:37.175532333 +0200
+++ /var/tmp/diff_new_pack.at30p7/_new  2019-05-03 22:12:37.179532340 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,30 +18,24 @@
 
 %bcond_without  python_bindings
 Name:   gedit
-Version:3.30.2
+Version:3.32.0
 Release:0
 Summary:UTF-8 text editor
 License:GPL-2.0-or-later
 Group:  Productivity/Text/Editors
 URL:https://wiki.gnome.org/Apps/Gedit
-Source0:
http://download.gnome.org/sources/gedit/3.30/%{name}-%{version}.tar.xz
+Source0:
https://download.gnome.org/sources/gedit/3.32/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types.
 Patch0: gedit-desktop.patch
 # PATCH-FIX-OPENSUSE gedit-plugins-python-env.patch bjorn@gmail.com -- Fix 
python env
 Patch1: gedit-plugins-python-env.patch
-# PATCH-FIX-UPSTREAM gedit-notebook-close-with-mmb.patch -- notebook: Allow 
closing of tabs with middle mouse button
-Patch2: gedit-notebook-close-with-mmb.patch
-# PATCH-FIX-UPSTREAM gedit-document-selector-make-search-caseless.patch -- 
document selector: make search caseless
-Patch3: gedit-document-selector-make-search-caseless.patch
-# PATCH-FIX-UPSTREAM gedit-fix-assert-when-going-up-in-tree.patch -- 
file-b

commit gedit for openSUSE:Factory

2018-12-19 Thread root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2018-12-19 13:23:18

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new.28833 (New)


Package is "gedit"

Wed Dec 19 13:23:18 2018 rev:127 rq:656602 version:3.30.2

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2018-11-08 
09:43:13.433469821 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new.28833/gedit.changes   2018-12-19 
13:23:22.601384813 +0100
@@ -1,0 +2,11 @@
+Fri Dec  7 16:10:58 UTC 2018 - bjorn@gmail.com
+
+- Add upstream bugfix patches:
+  + gedit-notebook-close-with-mmb.patch: notebook: Allow closing of
+tabs with middle mouse button.
+  + gedit-document-selector-make-search-caseless.patch: document
+selector: make search caseless.
+  + gedit-fix-assert-when-going-up-in-tree.patch: file-browser: fix
+assert when going up in the tree.
+
+---

New:

  gedit-document-selector-make-search-caseless.patch
  gedit-fix-assert-when-going-up-in-tree.patch
  gedit-notebook-close-with-mmb.patch



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.OIH3jY/_old  2018-12-19 13:23:23.069384242 +0100
+++ /var/tmp/diff_new_pack.OIH3jY/_new  2018-12-19 13:23:23.069384242 +0100
@@ -29,6 +29,13 @@
 Patch0: gedit-desktop.patch
 # PATCH-FIX-OPENSUSE gedit-plugins-python-env.patch bjorn@gmail.com -- Fix 
python env
 Patch1: gedit-plugins-python-env.patch
+# PATCH-FIX-UPSTREAM gedit-notebook-close-with-mmb.patch -- notebook: Allow 
closing of tabs with middle mouse button
+Patch2: gedit-notebook-close-with-mmb.patch
+# PATCH-FIX-UPSTREAM gedit-document-selector-make-search-caseless.patch -- 
document selector: make search caseless
+Patch3: gedit-document-selector-make-search-caseless.patch
+# PATCH-FIX-UPSTREAM gedit-fix-assert-when-going-up-in-tree.patch -- 
file-browser: fix assert when going up in the tree
+Patch4: gedit-fix-assert-when-going-up-in-tree.patch
+
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel >= 0.9.3
 BuildRequires:  gtk-doc

++ gedit-document-selector-make-search-caseless.patch ++
>From a622fda63726adaabd02fa0c1786b75a921b1973 Mon Sep 17 00:00:00 2001
From: Sebastien Lafargue 
Date: Mon, 19 Nov 2018 19:46:56 +0100
Subject: [PATCH] document selector: make search caseless

---
 gedit/gedit-open-document-selector.c | 36 +++-
 1 file changed, 30 insertions(+), 6 deletions(-)

diff --git a/gedit/gedit-open-document-selector.c 
b/gedit/gedit-open-document-selector.c
index 5389ef0bd..3e3d9a293 100644
--- a/gedit/gedit-open-document-selector.c
+++ b/gedit/gedit-open-document-selector.c
@@ -436,6 +436,23 @@ fileitem_setup (FileItem *item)
return candidate;
 }
 
+static inline gboolean
+is_filter_in_candidate (const gchar *candidate,
+const gchar *filter)
+{
+   gchar *candidate_fold;
+   gboolean ret;
+
+   g_assert (candidate != NULL);
+   g_assert (filter != NULL);
+
+   candidate_fold = g_utf8_casefold (candidate, -1);
+   ret = (strstr (candidate_fold, filter) != NULL);
+
+   g_free (candidate_fold);
+   return ret;
+}
+
 /* If filter == NULL then items are
  * not checked against the filter.
  */
@@ -445,6 +462,10 @@ fileitem_list_filter (GList   *items,
 {
GList *new_items = NULL;
GList *l;
+   gchar *filter_fold = NULL;
+
+   if (filter != NULL)
+   filter_fold = g_utf8_casefold (filter, -1);
 
for (l = items; l != NULL; l = l->next)
{
@@ -453,16 +474,19 @@ fileitem_list_filter (GList   *items,
 
item = l->data;
candidate = fileitem_setup (item);
-
-   if (candidate && (filter ==  NULL || strstr (candidate, 
filter)))
+   if (candidate != NULL)
{
-   new_items = g_list_prepend (new_items,
-   
gedit_open_document_selector_copy_fileitem_item (item));
-   }
+   if (filter == NULL || is_filter_in_candidate 
(candidate, filter_fold))
+   {
+   new_items = g_list_prepend (new_items,
+   
gedit_open_document_selector_copy_fileitem_item (item));
+   }
 
-   g_free (candidate);
+   g_free (candidate);
+   }
}
 
+   g_free (filter_fold);
new_items = g_list_reverse (new_items);
return new_items;
 }
-- 
2.18.1

++ gedit-fix-ass

commit gedit for openSUSE:Factory

2018-11-08 Thread root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2018-11-08 09:43:07

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit"

Thu Nov  8 09:43:07 2018 rev:126 rq:644287 version:3.30.2

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2018-10-17 
08:13:58.607059774 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2018-11-08 
09:43:13.433469821 +0100
@@ -1,0 +2,8 @@
+Tue Oct 23 11:27:23 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.30.2:
+  + Fix file chooser not opening in correct location after first
+time.
+  + Updated translations.
+
+---

Old:

  gedit-3.30.1.tar.xz

New:

  gedit-3.30.2.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.3LOj7Z/_old  2018-11-08 09:43:14.173468960 +0100
+++ /var/tmp/diff_new_pack.3LOj7Z/_new  2018-11-08 09:43:14.173468960 +0100
@@ -18,7 +18,7 @@
 
 %bcond_without  python_bindings
 Name:   gedit
-Version:3.30.1
+Version:3.30.2
 Release:0
 Summary:UTF-8 text editor
 License:GPL-2.0-or-later

++ gedit-3.30.1.tar.xz -> gedit-3.30.2.tar.xz ++
 5462 lines of diff (skipped)




commit gedit for openSUSE:Factory

2018-10-16 Thread root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2018-10-17 08:13:56

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit"

Wed Oct 17 08:13:56 2018 rev:125 rq:638497 version:3.30.1

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2018-04-19 
15:22:21.796431608 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2018-10-17 
08:13:58.607059774 +0200
@@ -1,0 +2,22 @@
+Wed Sep 26 15:31:37 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.30.1:
+  + Updated translations.
+
+---
+Sun Sep  9 07:22:35 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 3.30.0:
+  + Updated translations.
+- Remove lang package from recommended packages as it already
+  supplements main package (same effect, it's redundant).
+
+---
+Thu Aug  9 01:47:48 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.29.90:
+  + Misc. bugfixes.
+  + Updated translations.
+- Drop gettext BuildRequires to avoid explicit dependency on it.
+
+---

Old:

  gedit-3.28.1.tar.xz

New:

  gedit-3.30.1.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.dqwQqk/_old  2018-10-17 08:13:59.547059355 +0200
+++ /var/tmp/diff_new_pack.dqwQqk/_new  2018-10-17 08:13:59.551059353 +0200
@@ -12,25 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %bcond_without  python_bindings
 Name:   gedit
-Version:3.28.1
+Version:3.30.1
 Release:0
 Summary:UTF-8 text editor
 License:GPL-2.0-or-later
 Group:  Productivity/Text/Editors
 URL:https://wiki.gnome.org/Apps/Gedit
-Source0:
http://download.gnome.org/sources/gedit/3.28/%{name}-%{version}.tar.xz
+Source0:
http://download.gnome.org/sources/gedit/3.30/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types.
 Patch0: gedit-desktop.patch
 # PATCH-FIX-OPENSUSE gedit-plugins-python-env.patch bjorn@gmail.com -- Fix 
python env
 Patch1: gedit-plugins-python-env.patch
 BuildRequires:  fdupes
-BuildRequires:  gettext
 BuildRequires:  gobject-introspection-devel >= 0.9.3
 BuildRequires:  gtk-doc
 BuildRequires:  hicolor-icon-theme
@@ -58,7 +57,6 @@
 Requires:   python3-gobject
 #bnc#910913 - plugin snippets depend on this package
 Requires:   python3-gobject-cairo
-Recommends: %{name}-lang
 Recommends: iso-codes
 Provides:   gedit2 = %{version}
 Obsoletes:  gedit2 < %{version}
@@ -166,6 +164,8 @@
 %{_libdir}/gedit/plugins/libspell.so
 %{_libdir}/gedit/plugins/time.plugin
 %{_libdir}/gedit/plugins/libtime.so
+%{_libdir}/gedit/plugins/quickhighlight.plugin
+%{_libdir}/gedit/plugins/libquickhighlight.so
 %if "%{_libdir}" != "%{_libexecdir}"
 %dir %{_libexecdir}/gedit
 %endif

++ gedit-3.28.1.tar.xz -> gedit-3.30.1.tar.xz ++
 37280 lines of diff (skipped)




commit gedit for openSUSE:Factory

2018-04-19 Thread root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2018-04-19 15:22:20

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit"

Thu Apr 19 15:22:20 2018 rev:124 rq:596126 version:3.28.1

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2018-03-26 
12:50:49.755825916 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2018-04-19 
15:22:21.796431608 +0200
@@ -1,0 +2,6 @@
+Mon Apr  9 09:57:04 UTC 2018 - bjorn@gmail.com
+
+- Update to version 3.28.1:
+  + Updated translations.
+
+---

Old:

  gedit-3.28.0.tar.xz

New:

  gedit-3.28.1.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.nCDfR7/_old  2018-04-19 15:22:22.500403214 +0200
+++ /var/tmp/diff_new_pack.nCDfR7/_new  2018-04-19 15:22:22.500403214 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without  python_bindings
 Name:   gedit
-Version:3.28.0
+Version:3.28.1
 Release:0
 Summary:UTF-8 text editor
 License:GPL-2.0-or-later

++ gedit-3.28.0.tar.xz -> gedit-3.28.1.tar.xz ++
 20392 lines of diff (skipped)




commit gedit for openSUSE:Factory

2018-03-26 Thread root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2018-03-26 12:50:47

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit"

Mon Mar 26 12:50:47 2018 rev:123 rq:590027 version:3.28.0

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2018-03-14 
19:28:49.674958831 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2018-03-26 
12:50:49.755825916 +0200
@@ -1,0 +2,7 @@
+Tue Mar 20 17:33:14 UTC 2018 - dims...@opensuse.org
+
+- Unconditionally enable translation-update-upstream: on
+  Tumbleweed, this results in a NOP and for Leap in SLE paid
+  translations being used (boo#1086036).
+
+---



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.LL0doG/_old  2018-03-26 12:50:50.859786079 +0200
+++ /var/tmp/diff_new_pack.LL0doG/_new  2018-03-26 12:50:50.863785936 +0200
@@ -38,6 +38,7 @@
 BuildRequires:  iso-codes-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python3-base >= 3.2.3
+BuildRequires:  translation-update-upstream
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0) >= 2.44
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44
@@ -61,9 +62,6 @@
 Recommends: iso-codes
 Provides:   gedit2 = %{version}
 Obsoletes:  gedit2 < %{version}
-%if !0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
 %if %{with python_bindings}
 # See bnc#847114 - plugins generally depend on it
 Requires:   python3-gedit
@@ -108,9 +106,7 @@
 
 %prep
 %autosetup -p1
-%if !0%{?is_opensuse}
 translation-update-upstream
-%endif
 
 %build
 %configure \




commit gedit for openSUSE:Factory

2018-03-14 Thread root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2018-03-14 19:28:45

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit"

Wed Mar 14 19:28:45 2018 rev:122 rq:586214 version:3.28.0

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2017-08-18 
14:57:51.381460148 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2018-03-14 
19:28:49.674958831 +0100
@@ -1,0 +2,54 @@
+Mon Mar 12 16:10:39 UTC 2018 - dims...@opensuse.org
+
+- Update to version 3.28.0:
+  + Updated translations.
+
+---
+Sat Mar 10 08:53:58 UTC 2018 - jeng...@inai.de
+
+- Update descriptions.
+
+---
+Tue Mar  6 21:10:40 UTC 2018 - bjorn@gmail.com
+
+- Add gedit-plugins-python-env.patch: Set python env to explicit
+  python3, do not depend on env variable. We can't have random
+  python interpreters be executed.
+- Refresh downstream gedit-desktop.patch, use autosetup and
+  make_build macros.
+
+---
+Sun Mar  4 23:10:11 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 3.27.92:
+  + Updated translations.
+- Update URL tag to https://wiki.gnome.org/Apps/Gedit, the current
+  Gedit web page.
+- Drop:
+  + glib2_gsettings_schema_* and desktop_database_* post/postun
+scriptlets and glib2_gsettings_schema_requires macro: their
+functionality has been moved to RPM file triggers
+(RPM 4.13, suse_version >= 1330).
+  + update-desktop-files BuildRequires and its macro: they are no
+longer needed anymore.
+  + ice and sm pkgconfig BuildRequires: they are no longer used
+anymore.
+- Add glib-2.0 and gmodules-2.0 pkgconfig modules and
+  gobject-introspection-devel BuildRequires to avoid implicit
+  dependencies.
+- Point fdupes to the prefix directory instead of directly to the
+  buildroot, which is a practice that must be avoided.
+
+---
+Wed Feb 28 16:26:14 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+---
+Tue Feb  6 13:27:27 UTC 2018 - dims...@opensuse.org
+
+- Update to version 3.27.90:
+  + Misc bugfixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.22.1.tar.xz

New:

  gedit-3.28.0.tar.xz
  gedit-plugins-python-env.patch



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.Uwz7aO/_old  2018-03-14 19:28:50.462930851 +0100
+++ /var/tmp/diff_new_pack.Uwz7aO/_new  2018-03-14 19:28:50.462930851 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX 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,49 +16,44 @@
 #
 
 
-%define _with_gi_python 1
-
+%bcond_without  python_bindings
 Name:   gedit
-Version:3.22.1
+Version:3.28.0
 Release:0
-Summary:Small and lightweight UTF-8 text editor
-License:GPL-2.0+
+Summary:UTF-8 text editor
+License:GPL-2.0-or-later
 Group:  Productivity/Text/Editors
-Url:http://www.gnome.org
-Source: 
http://download.gnome.org/sources/gedit/3.22/%{name}-%{version}.tar.xz
+URL:https://wiki.gnome.org/Apps/Gedit
+Source0:
http://download.gnome.org/sources/gedit/3.28/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types.
 Patch0: gedit-desktop.patch
+# PATCH-FIX-OPENSUSE gedit-plugins-python-env.patch bjorn@gmail.com -- Fix 
python env
+Patch1: gedit-plugins-python-env.patch
 BuildRequires:  fdupes
 BuildRequires:  gettext
+BuildRequires:  gobject-introspection-devel >= 0.9.3
 BuildRequires:  gtk-doc
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.50.1
 BuildRequires:  iso-codes-devel
-BuildRequires:  python >= 3.2.3
-%if !0%{?is_opensuse}
-BuildRequires:  translation-update-upstream
-%endif
-BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig
+BuildRequires:  python3-base >= 3.2.3
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0) >= 2.44
+BuildRequires:  pkgconfig(glib-2.0) >= 2.44
+BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gspell-1) >= 0.2.5
-BuildRequir

commit gedit for openSUSE:Factory

2017-08-18 Thread root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2017-08-18 14:57:51

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit"

Fri Aug 18 14:57:51 2017 rev:121 rq:516853 version:3.22.1

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2017-03-22 
22:58:05.547421365 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2017-08-18 
14:57:51.381460148 +0200
@@ -1,0 +2,8 @@
+Sat Aug  5 14:08:20 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.22.1:
+  + Misc bugfixes.
+  + Updated translations.
+- Drop gedit-fix-font-scaling.patch: Fixed upstream.
+
+---

Old:

  gedit-3.22.0.tar.xz
  gedit-fix-font-scaling.patch

New:

  gedit-3.22.1.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.fnC5vo/_old  2017-08-18 14:57:52.053365562 +0200
+++ /var/tmp/diff_new_pack.fnC5vo/_new  2017-08-18 14:57:52.061364436 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.22.0
+Version:3.22.1
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -28,8 +28,6 @@
 Source: 
http://download.gnome.org/sources/gedit/3.22/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types.
 Patch0: gedit-desktop.patch
-# PATCH-FIX-UPSTREAM gedit-fix-font-scaling.patch bgo#771167 
zai...@opensuse.org -- Fix open doc selector font size with text scaling
-Patch1: gedit-fix-font-scaling.patch
 BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  gtk-doc
@@ -111,7 +109,6 @@
 translation-update-upstream
 %endif
 %patch0 -p0
-%patch1 -p1
 
 %build
 %configure \

++ gedit-3.22.0.tar.xz -> gedit-3.22.1.tar.xz ++
 76749 lines of diff (skipped)




commit gedit for openSUSE:Factory

2017-03-22 Thread root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2017-03-22 22:58:04

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit"

Wed Mar 22 22:58:04 2017 rev:120 rq:461069 version:3.22.0

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2016-10-03 
09:34:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2017-03-22 
22:58:05.547421365 +0100
@@ -1,0 +2,5 @@
+Mon Nov 28 10:12:53 UTC 2016 - dims...@opensuse.org
+
+- Correct required version of gtk+-3.0.
+
+---



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.oJdoS0/_old  2017-03-22 22:58:06.315312501 +0100
+++ /var/tmp/diff_new_pack.oJdoS0/_new  2017-03-22 22:58:06.315312501 +0100
@@ -45,7 +45,7 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.44
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gspell-1) >= 0.2.5
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.21.3
 BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.19.4
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.14.1




commit gedit for openSUSE:Factory

2016-10-03 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2016-10-03 09:34:25

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  2016-09-21 
18:33:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2016-10-03 
09:34:26.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 25 18:48:03 UTC 2016 - zai...@opensuse.org
+
+- Add gedit-fix-font-scaling.patch: Fix open doc selector font size
+  with text scaling (bgo#771167).
+
+---

New:

  gedit-fix-font-scaling.patch



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.Hfkg08/_old  2016-10-03 09:34:27.0 +0200
+++ /var/tmp/diff_new_pack.Hfkg08/_new  2016-10-03 09:34:27.0 +0200
@@ -28,6 +28,8 @@
 Source: 
http://download.gnome.org/sources/gedit/3.22/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types.
 Patch0: gedit-desktop.patch
+# PATCH-FIX-UPSTREAM gedit-fix-font-scaling.patch bgo#771167 
zai...@opensuse.org -- Fix open doc selector font size with text scaling
+Patch1: gedit-fix-font-scaling.patch
 BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  gtk-doc
@@ -109,6 +111,7 @@
 translation-update-upstream
 %endif
 %patch0 -p0
+%patch1 -p1
 
 %build
 %configure \

++ gedit-fix-font-scaling.patch ++
>From be621916ab616e070c4e49127c88d5b945d2f53d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=BCrg=20Billeter?= 
Date: Thu, 22 Sep 2016 18:18:08 +0200
Subject: Fix open doc selector font size with text scaling

https://bugzilla.gnome.org/show_bug.cgi?id=771167
---
 gedit/gedit-open-document-selector.c | 20 +++-
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/gedit/gedit-open-document-selector.c 
b/gedit/gedit-open-document-selector.c
index 77075cd..327ecbf 100644
--- a/gedit/gedit-open-document-selector.c
+++ b/gedit/gedit-open-document-selector.c
@@ -52,9 +52,9 @@ struct _GeditOpenDocumentSelector
GtkWidget *scrolled_window;
 
GdkRGBA name_label_color;
-   gdouble name_font_size;
+   PangoFontDescription *name_font;
GdkRGBA path_label_color;
-   gdouble path_font_size;
+   PangoFontDescription *path_font;
 
GeditOpenDocumentSelectorStore *selector_store;
GList *recent_items;
@@ -718,6 +718,9 @@ gedit_open_document_selector_dispose (GObject *object)
}
}
 
+   g_clear_pointer (&selector->name_font, pango_font_description_free);
+   g_clear_pointer (&selector->path_font, pango_font_description_free);
+
if (selector->recent_items)
{
gedit_open_document_selector_free_file_items_list 
(selector->recent_items);
@@ -1075,9 +1078,10 @@ on_treeview_style_updated (GtkWidget 
*widget,
 gtk_style_context_get_state (context),
 &selector->name_label_color);
 
+   g_clear_pointer (&selector->name_font, pango_font_description_free);
gtk_style_context_get (context,
   gtk_style_context_get_state (context),
-  "font-size", &selector->name_font_size,
+  "font", &selector->name_font,
   NULL);
 
gtk_style_context_restore (context);
@@ -1090,15 +1094,13 @@ on_treeview_style_updated (GtkWidget 
*widget,
 gtk_style_context_get_state (context),
 &selector->path_label_color);
 
+   g_clear_pointer (&selector->path_font, pango_font_description_free);
gtk_style_context_get (context,
   gtk_style_context_get_state (context),
-  "font-size", &selector->path_font_size,
+  "font", &selector->path_font,
   NULL);
 
gtk_style_context_restore (context);
-
-   selector->name_font_size = selector->name_font_size * 72.0 / 96.0;
-   selector->path_font_size = selector->path_font_size * 72.0 / 96.0;
 }
 
 static void
@@ -1109,7 +,7 @@ name_renderer_datafunc (GtkTreeViewColumn *column 
   G_GNUC_UNUSED,
 GeditOpenDocumentSelector *selector)
 {
g_object_set (selector->name_renderer, "foreground-rgba", 
&selector->name_label_color, NULL);
-   g_object_set (selector->name_renderer, "size-points", 
selector->name_font_size, NULL);
+   g_object_set (s

commit gedit for openSUSE:Factory

2016-09-21 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2016-09-21 18:33:11

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  2016-06-03 
16:28:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2016-09-21 
18:33:13.0 +0200
@@ -1,0 +2,25 @@
+Sun Sep 18 19:49:49 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.22.0:
+  + Misc bugfixes.
+  + Updated translations.
+
+---
+Sun Aug 21 14:39:55 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.21.90:
+  + Misc bugfixes.
+  + Updated translations.
+- Drop gedit-remove-geometry.patch: Fixed upstream.
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+- Stop passing V=1 to make, debugging is done locally. No need to
+  clutter buildlogs.
+
+---
+Sun Jul 31 08:43:15 UTC 2016 - zai...@opensuse.org
+
+- Add gedit-remove-geometry.patch: Remove --geometry command line
+  option (deprecated in GTK+).
+
+---

Old:

  gedit-3.20.2.tar.xz

New:

  gedit-3.22.0.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.rJBuGd/_old  2016-09-21 18:33:14.0 +0200
+++ /var/tmp/diff_new_pack.rJBuGd/_new  2016-09-21 18:33:14.0 +0200
@@ -19,13 +19,13 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.20.2
+Version:3.22.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.20/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gedit/3.22/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types.
 Patch0: gedit-desktop.patch
 BuildRequires:  fdupes
@@ -35,7 +35,9 @@
 BuildRequires:  intltool >= 0.50.1
 BuildRequires:  iso-codes-devel
 BuildRequires:  python >= 3.2.3
+%if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0) >= 2.44
@@ -103,13 +105,15 @@
 %lang_package
 %prep
 %setup -q
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 %patch0 -p0
 
 %build
 %configure \
 --enable-python
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
 %make_install

++ gedit-3.20.2.tar.xz -> gedit-3.22.0.tar.xz ++
 62832 lines of diff (skipped)




commit gedit for openSUSE:Factory

2016-06-03 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2016-06-03 16:28:52

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  2016-05-12 
09:32:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2016-06-03 
16:28:54.0 +0200
@@ -1,0 +2,10 @@
+Wed May 18 11:13:31 UTC 2016 - fezh...@suse.com
+
+- Fix group for gedit-devel to Development/Libraries/C and C++
+
+---
+Tue May 17 17:14:50 UTC 2016 - mgo...@suse.com
+
+- Update to GNOME 3.20.2  Fate#318572
+
+---
@@ -8,0 +19,6 @@
+Wed Apr 13 10:50:23 UTC 2016 - idon...@suse.com
+
+- Update to GNOME 3.20  Fate#318572
+- Fix group for gedit-devel: should be Productivity/Text/Editors
+
+---
@@ -234,0 +251,6 @@
+
+---
+Wed Jan 14 05:09:57 UTC 2015 - ty...@suse.com
+
+- Fix bnc#910913: enabling plugin snippets causes crash when close
+  a tab. Add require for python3-gobject-cairo. 



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.UwKbUr/_old  2016-06-03 16:28:55.0 +0200
+++ /var/tmp/diff_new_pack.UwKbUr/_new  2016-06-03 16:28:55.0 +0200
@@ -58,6 +58,8 @@
 Requires:   python3-gedit
 %endif
 Requires:   python3-gobject
+#bnc#910913 - plugin snippets depend on this package
+Requires:   python3-gobject-cairo
 Recommends: %{name}-lang
 Recommends: iso-codes
 Provides:   gedit2 = %{version}
@@ -83,7 +85,7 @@
 
 %package devel
 Summary:Small and lightweight UTF-8 text editor
-Group:  Development/Productivity/Text/Editors
+Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires:   gtksourceview-devel
 %if %{_with_gi_python}




commit gedit for openSUSE:Factory

2016-05-12 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2016-05-12 09:32:49

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  2016-04-07 
13:36:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2016-05-12 
09:32:51.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 16:02:19 UTC 2016 - badshah...@gmail.com
+
+- Update to version 3.20.2:
+  + Misc bugfixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.20.1.tar.xz

New:

  gedit-3.20.2.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.zridAC/_old  2016-05-12 09:32:52.0 +0200
+++ /var/tmp/diff_new_pack.zridAC/_new  2016-05-12 09:32:52.0 +0200
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.20.1
+Version:3.20.2
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+

++ gedit-3.20.1.tar.xz -> gedit-3.20.2.tar.xz ++
 23940 lines of diff (skipped)




commit gedit for openSUSE:Factory

2016-04-07 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2016-04-07 13:36:11

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  2016-03-29 
14:32:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2016-04-07 
13:36:12.0 +0200
@@ -1,0 +2,8 @@
+Thu Mar 31 20:47:54 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.1:
+  + Use a menubar only if gtk-shell-shows-menubar is set to true.
+  + Misc bugfixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.20.0.tar.xz

New:

  gedit-3.20.1.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.3jd8Cb/_old  2016-04-07 13:36:13.0 +0200
+++ /var/tmp/diff_new_pack.3jd8Cb/_new  2016-04-07 13:36:13.0 +0200
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.20.0
+Version:3.20.1
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+

++ gedit-3.20.0.tar.xz -> gedit-3.20.1.tar.xz ++
 5114 lines of diff (skipped)




commit gedit for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2016-03-29 14:32:44

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  2016-01-23 
01:15:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2016-03-29 
14:32:45.0 +0200
@@ -1,0 +2,61 @@
+Mon Mar 21 08:50:20 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.20.0:
+  + Updated translations.
+
+---
+Mon Mar 14 09:31:27 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.19.5:
+  + Spell plugin: adapt code for gspell API changes.
+  + Save window size properly.
+  + Updated translations.
+
+---
+Tue Feb 16 10:30:34 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.4:
+  + Spell plugin: adapt code for gspell API changes.
+  + CSS updates.
+  + AppData: add project_group and translation tags.
+  + Various other code improvements and bug fixes.
+  + Updated translations.
+
+---
+Wed Jan 20 09:00:49 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.19.3:
+  + Rename to "Text Editor" in the .desktop file.
+  + Use traditional menubar layout on XFCE, Unity, etc.
+  + require the latest gspell for the spell plugin.
+  + New Windows WiX installer.
+  + CSS updates to track GTK+ changes.
+  + Various minor code improvements and bug fixes.
+  + Updated translations.
+
+---
+Fri Jan 15 11:47:13 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.19.2:
+  + Ship our own app icon.
+  + Add shortcuts window.
+  + Adapt code for gspell API changes.
+  + Rename GeditViewHolder -> GeditViewCentering.
+  + CloseConfirmationDialog: subclass GtkMessageDialog.
+  + CSS updates to track GTK+ changes.
+  + Various minor code improvements and bug fixes.
+  + Updated translations.
+- Add hicolor-icon-theme BuildRequires now gedit comes with own
+  icons.
+- Rebase gedit-desktop.patch.
+
+---
+Fri Jan 15 11:47:12 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.19.1:
+  + Change default document title to "Untitled Document".
+  + Port the spell plugin to gspell.
+- Exchange enchant-devel for pkgconfig(gspell-1) BuildRequires
+  following upstreams port.
+
+---

Old:

  gedit-3.18.3.tar.xz

New:

  gedit-3.20.0.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.LUMhMc/_old  2016-03-29 14:32:45.0 +0200
+++ /var/tmp/diff_new_pack.LUMhMc/_new  2016-03-29 14:32:45.0 +0200
@@ -19,19 +19,19 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.18.3
+Version:3.20.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.18/%{name}-%{version}.tar.xz
-# PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change 
icon
+Source: 
http://download.gnome.org/sources/gedit/3.20/%{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE gedit-desktop.patch -- Adds more MIME types.
 Patch0: gedit-desktop.patch
-BuildRequires:  enchant-devel
 BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  gtk-doc
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool >= 0.50.1
 BuildRequires:  iso-codes-devel
 BuildRequires:  python >= 3.2.3
@@ -40,11 +40,12 @@
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gio-2.0) >= 2.44
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.16
-BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.17.3
+BuildRequires:  pkgconfig(gspell-1) >= 0.2.5
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.19.0
+BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.19.4
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.14.1
-BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.7.0
+BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.14.1
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.5.0
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.0.0
@@ -180,6 +181,7 @@
 %endif
 %{_libexecdir}/gedit/gedit-bugreport.sh
 %doc %{_mandir}/man1/gedit*
+%{_datadir}/icons/hicolor/*/apps/*
 
 %files lang -f %{name}.lang
 

++ gedit-3.18.3.tar.

commit gedit for openSUSE:Factory

2016-01-22 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2016-01-23 01:15:21

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  2015-11-22 
10:59:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2016-01-23 
01:15:38.0 +0100
@@ -1,0 +2,9 @@
+Fri Jan 15 11:47:11 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.18.3:
+  + Several crash fixes.
+  + A few other more minor bug fixes.
+  + Add kudos to appdata.
+  + Updated translations.
+
+---

Old:

  gedit-3.18.2.tar.xz

New:

  gedit-3.18.3.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.nuRpxJ/_old  2016-01-23 01:15:39.0 +0100
+++ /var/tmp/diff_new_pack.nuRpxJ/_new  2016-01-23 01:15:39.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.18.2
+Version:3.18.3
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -187,6 +187,7 @@
 %files -n python3-gedit
 %defattr(-,root,root)
 %{python3_sitearch}/gi/overrides/Gedit*
+%{python3_sitearch}/gi/overrides/__pycache__/Gedit*
 %endif
 
 %files devel

++ gedit-3.18.2.tar.xz -> gedit-3.18.3.tar.xz ++
 17522 lines of diff (skipped)




commit gedit for openSUSE:Factory

2015-11-22 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2015-11-22 10:59:26

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  2015-10-25 
19:09:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2015-11-22 
10:59:28.0 +0100
@@ -1,0 +2,9 @@
+Thu Nov 12 10:28:30 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.2:
+  + Fix performance problem with remote files in the open file
+selector.
+  + Various minor code improvements and bug fixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.18.1.tar.xz

New:

  gedit-3.18.2.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.cVdNSd/_old  2015-11-22 10:59:29.0 +0100
+++ /var/tmp/diff_new_pack.cVdNSd/_new  2015-11-22 10:59:29.0 +0100
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.18.1
+Version:3.18.2
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+

++ gedit-3.18.1.tar.xz -> gedit-3.18.2.tar.xz ++
 32467 lines of diff (skipped)




commit gedit for openSUSE:Factory

2015-10-25 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2015-10-25 19:09:16

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  2015-10-17 
16:38:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2015-10-25 
19:09:18.0 +0100
@@ -1,0 +2,8 @@
+Mon Oct 12 21:36:31 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.18.1:
+  + Make the Replace dialog resizable.
+  + Various minor code improvements and bug fixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.18.0.tar.xz

New:

  gedit-3.18.1.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.wnN2eV/_old  2015-10-25 19:09:19.0 +0100
+++ /var/tmp/diff_new_pack.wnN2eV/_new  2015-10-25 19:09:19.0 +0100
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.18.0
+Version:3.18.1
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+

++ gedit-3.18.0.tar.xz -> gedit-3.18.1.tar.xz ++
 23310 lines of diff (skipped)




commit gedit for openSUSE:Factory

2015-10-17 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2015-10-17 16:38:06

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  2015-10-06 
16:32:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2015-10-17 
16:38:07.0 +0200
@@ -1,0 +2,6 @@
+Tue Oct  6 22:05:52 UTC 2015 - zai...@opensuse.org
+
+- Change gedit-devel Group: to include Development/ to silence a
+  RPMLINT warning.
+
+---



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.40BYQY/_old  2015-10-17 16:38:07.0 +0200
+++ /var/tmp/diff_new_pack.40BYQY/_new  2015-10-17 16:38:07.0 +0200
@@ -82,7 +82,7 @@
 
 %package devel
 Summary:Small and lightweight UTF-8 text editor
-Group:  Productivity/Text/Editors
+Group:  Development/Productivity/Text/Editors
 Requires:   %{name} = %{version}
 Requires:   gtksourceview-devel
 %if %{_with_gi_python}




commit gedit for openSUSE:Factory

2015-10-06 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2015-10-06 16:32:47

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  2015-08-19 
13:41:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2015-10-06 
16:32:51.0 +0200
@@ -1,0 +2,56 @@
+Tue Sep 22 07:22:01 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.18.0:
+  + Fix close confirmation dialog regression introduced in 3.17.92.
+  + Updated translations.
+
+---
+Wed Sep 16 08:55:18 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.17.92:
+  + Various minor code improvements and bug fixes.
+  + Updated translations.
+
+---
+Tue Aug 18 18:27:09 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.90:
+  + Spell checking: fix performance problem and re-organize the
+code.
+  + Move minimap settings in the preferences dialog.
+  + CSS improvements.
+  + Add a snippet generating RPM SPEC %changelog line.
+  + Various other code improvements and bug fixes.
+  + Updated translations.
+
+---
+Sun Aug 16 16:19:48 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.2:
+  + Lots of cleanups and code improvements to: the document
+handling code, file printing and the spell checking.
+  + gtk-mac-integration support fix.
+  + Updated translations.
+
+---
+Sun Aug 16 16:19:47 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.17.1:
+  + Add a menu to toggle the source map.
+  + Fix print margins.
+  + Fix the --wait options when passing a list of files.
+  + Several cleanups and code improvements to the document handling
+code.
+  + Various other bug fixes.
+  + Updated translations.
+
+---
+Sun Aug 16 16:19:46 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.17.0:
+  + Improve the Encodings dialog.
+  + Add setting to display a grid pattern.
+  + Various other bug fixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.16.3.tar.xz

New:

  gedit-3.18.0.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.FgjMBH/_old  2015-10-06 16:32:52.0 +0200
+++ /var/tmp/diff_new_pack.FgjMBH/_new  2015-10-06 16:32:52.0 +0200
@@ -19,13 +19,13 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.16.3
+Version:3.18.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.16/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gedit/3.18/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change 
icon
 Patch0: gedit-desktop.patch
 BuildRequires:  enchant-devel
@@ -38,12 +38,12 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(gio-2.0) >= 2.39.3
+BuildRequires:  pkgconfig(gio-2.0) >= 2.44
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
-BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.15.3
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.16
+BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.17.3
 BuildRequires:  pkgconfig(ice)
-BuildRequires:  pkgconfig(libpeas-1.0) >= 1.7.0
+BuildRequires:  pkgconfig(libpeas-1.0) >= 1.14.1
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.7.0
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.5.0
@@ -130,7 +130,7 @@
 
 %files
 %defattr(-, root, root)
-%doc AUTHORS BUGS ChangeLog COPYING MAINTAINERS NEWS README
+%doc AUTHORS ChangeLog COPYING MAINTAINERS NEWS README
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/gedit
 %{_bindir}/gnome-text-editor

++ gedit-3.16.3.tar.xz -> gedit-3.18.0.tar.xz ++
 208670 lines of diff (skipped)




commit gedit for openSUSE:Factory

2015-08-19 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2015-08-19 13:41:27

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  2015-05-19 
23:15:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2015-08-19 
13:41:29.0 +0200
@@ -1,0 +2,7 @@
+Sun Aug 16 16:19:45 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.3:
+  + Various bug fixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.16.2.tar.xz

New:

  gedit-3.16.3.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.Nl8jKj/_old  2015-08-19 13:41:30.0 +0200
+++ /var/tmp/diff_new_pack.Nl8jKj/_new  2015-08-19 13:41:30.0 +0200
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.16.2
+Version:3.16.3
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+

++ gedit-3.16.2.tar.xz -> gedit-3.16.3.tar.xz ++
 39349 lines of diff (skipped)




commit gedit for openSUSE:Factory

2015-05-19 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2015-05-19 23:15:43

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  2015-04-23 
07:59:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2015-05-19 
23:15:45.0 +0200
@@ -1,0 +2,8 @@
+Fri May 15 20:17:59 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.2:
+  + Fix gedit --wait when listing multiple files.
+  + Various other bug fixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.16.1.tar.xz

New:

  gedit-3.16.2.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.NBO4ry/_old  2015-05-19 23:15:46.0 +0200
+++ /var/tmp/diff_new_pack.NBO4ry/_new  2015-05-19 23:15:46.0 +0200
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.16.1
+Version:3.16.2
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -187,7 +187,6 @@
 %files -n python3-gedit
 %defattr(-,root,root)
 %{python3_sitearch}/gi/overrides/Gedit*
-%{python3_sitearch}/gi/overrides/__pycache__/
 %endif
 
 %files devel

++ gedit-3.16.1.tar.xz -> gedit-3.16.2.tar.xz ++
 14995 lines of diff (skipped)




commit gedit for openSUSE:Factory

2015-04-22 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2015-04-23 07:59:07

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  2015-03-30 
19:21:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2015-04-23 
07:59:09.0 +0200
@@ -1,0 +2,11 @@
+Sun Apr 12 10:17:47 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.1:
+  + Improve error reporting when failing to load private lib.
+  + Performance improvements for groups of text
+insertions/deletions.
+  + Do not merge xml translation in gschema files.
+  + Various other bug fixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.16.0.tar.xz

New:

  gedit-3.16.1.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.9W2SSV/_old  2015-04-23 07:59:10.0 +0200
+++ /var/tmp/diff_new_pack.9W2SSV/_new  2015-04-23 07:59:10.0 +0200
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.16.0
+Version:3.16.1
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -139,7 +139,7 @@
 %{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/services/org.gnome.gedit.service
 %{_datadir}/GConf/gsettings/gedit.convert
-# %{_datadir}/gedit/gir-1.0/ lives in -devel
+# %%{_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

++ gedit-3.16.0.tar.xz -> gedit-3.16.1.tar.xz ++
 20314 lines of diff (skipped)




commit gedit for openSUSE:Factory

2015-03-30 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2015-03-30 19:21:40

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  2015-02-06 
10:51:47.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2015-03-30 
19:21:41.0 +0200
@@ -1,0 +2,38 @@
+Mon Mar 23 20:25:45 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.16.0:
+  + Updated translations.
+
+---
+Tue Mar 17 08:54:40 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.92:
+  + Various bug fixes.
+  + Updated translations.
+
+---
+Tue Mar  3 16:34:03 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.91:
+  + Rework some of the printing code.
+  + Various bug fixes.
+  + Updated translations.
+
+---
+Wed Feb 18 19:05:14 UTC 2015 - dims...@opensuse.org
+
+- Update to version 3.15.90:
+  + Improved documentation.
+  + Various bug fixes.
+  + Updated translations.
+
+---
+Wed Feb  4 12:26:56 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.15.1:
+  + Improved open document selector.
+  + Start to rework the replace dialog.
+  + Use the new color scheme chooser.
+  + Updated translations.
+
+---

Old:

  gedit-3.14.3.tar.xz

New:

  gedit-3.16.0.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.5dK1lV/_old  2015-03-30 19:21:42.0 +0200
+++ /var/tmp/diff_new_pack.5dK1lV/_new  2015-03-30 19:21:42.0 +0200
@@ -19,13 +19,13 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.14.3
+Version:3.16.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.14/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gedit/3.16/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change 
icon
 Patch0: gedit-desktop.patch
 BuildRequires:  enchant-devel
@@ -41,7 +41,7 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.39.3
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
-BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.14.3
+BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.15.3
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.7.0
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.7.0

++ gedit-3.14.3.tar.xz -> gedit-3.16.0.tar.xz ++
 115715 lines of diff (skipped)




commit gedit for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2015-02-06 10:51:45

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-12-09 
09:16:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2015-02-06 
10:51:47.0 +0100
@@ -1,0 +2,7 @@
+Wed Feb  4 12:22:33 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.14.3:
+  + Various bug fixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.14.2.tar.xz

New:

  gedit-3.14.3.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.5IBZVW/_old  2015-02-06 10:51:48.0 +0100
+++ /var/tmp/diff_new_pack.5IBZVW/_new  2015-02-06 10:51:48.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.14.2
+Version:3.14.3
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -41,7 +41,7 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.39.3
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14.0
-BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.14.0
+BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.14.3
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.7.0
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.7.0

++ gedit-3.14.2.tar.xz -> gedit-3.14.3.tar.xz ++
 10945 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2014-12-09 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2014-12-09 09:17:03

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-11-18 
22:47:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2014-12-09 
09:16:41.0 +0100
@@ -1,0 +2,8 @@
+Thu Dec  4 14:22:37 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.2:
+  + External tools plugin: fix document saving.
+  + Various other bug fixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.14.1.tar.xz

New:

  gedit-3.14.2.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.oJmX1l/_old  2014-12-09 09:16:41.0 +0100
+++ /var/tmp/diff_new_pack.oJmX1l/_new  2014-12-09 09:16:41.0 +0100
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.14.1
+Version:3.14.2
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+

++ gedit-3.14.1.tar.xz -> gedit-3.14.2.tar.xz ++
 9385 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2014-11-18 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2014-11-18 22:46:11

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-09-30 
19:37:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2014-11-18 
22:47:24.0 +0100
@@ -1,0 +2,9 @@
+Sun Nov  9 22:42:58 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.14.1:
+  + Increase default window size.
+  + Various bug fixes.
+  + Updated translations.
+- Drop gedit-nobinenv.patch: Fix upstream (slightly different).
+
+---

Old:

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

New:

  gedit-3.14.1.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.3CGRHH/_old  2014-11-18 22:47:25.0 +0100
+++ /var/tmp/diff_new_pack.3CGRHH/_new  2014-11-18 22:47:25.0 +0100
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.14.0
+Version:3.14.1
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -28,8 +28,6 @@
 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
@@ -104,7 +102,6 @@
 %setup -q
 translation-update-upstream
 %patch0 -p0
-%patch1 -p1
 
 %build
 %configure \

++ gedit-3.14.0.tar.xz -> gedit-3.14.1.tar.xz ++
 77822 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2014-09-30 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2014-09-30 
19:37:21.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.3Qne20/_new  2014-09-30 19:37:22.0 +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:  pkgc

commit gedit for openSUSE:Factory

2014-07-16 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2014-07-17 06:57:47

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-05-05 
21:15:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2014-07-17 
06:57:51.0 +0200
@@ -1,0 +2,7 @@
+Sun Jul  6 08:53:25 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.2:
+  + Misc bug fixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.12.1.tar.xz

New:

  gedit-3.12.2.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.wvnsCj/_old  2014-07-17 06:57:52.0 +0200
+++ /var/tmp/diff_new_pack.wvnsCj/_new  2014-07-17 06:57:52.0 +0200
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.12.1
+Version:3.12.2
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+

++ gedit-3.12.1.tar.xz -> gedit-3.12.2.tar.xz ++
 18611 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2014-05-05 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2014-05-05 21:14:41

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-01-28 
12:03:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2014-05-05 
21:15:19.0 +0200
@@ -1,0 +2,91 @@
+Mon Apr 14 20:32:50 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.12.1:
+  + Many fixes to the snippets plugin.
+  + Rework some of the internals in preparation to a new Windows
+release.
+  + Change Uppercase shortcut to Ctrl+U to avoid conflict with
+Save All.
+  + Add Ctrl+N shortcut for New Window.
+  + Plug some minor memory leaks.
+  + Misc bug fixes.
+  + Updated translations.
+
+---
+Mon Mar 24 09:24:26 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.12.0:
+  + Fix regression sorting recent files.
+  + Updated translations.
+
+---
+Tue Mar 18 11:36:25 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.92:
+  + Implement drag'n'drop for the documents panel.
+  + Misc bug fixes.
+  + Updated translations.
+
+---
+Wed Mar  5 08:11:25 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.91:
+  + Add keyboard shortcuts to change text case.
+  + Readd bus message to add context menu items to the filebrowser.
+  + Reopen last closed tab with ctrl+shift+T.
+  + Rework fullscreen mode to use GtkRevealer.
+  + Misc bug fixes.
+  + Updated translations.
+
+---
+Wed Feb 19 20:26:34 UTC 2014 - zai...@opensuse.org
+
+- Update to version 3.11.90:
+  + Even more work on the new UI (use popovers, CSD in dialogs and
+much more).
+  + Reimplement the documents sidepane using GtkListBox.
+  + Adapt plugins to the latest changes.
+  + Misc bug fixes.
+  + Updated translations.
+
+---
+Thu Feb  6 16:25:01 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.3:
+  + More work on the new UI.
+  + Finalize the new API to extend the menu from plugins.
+  + Adapt plugins to the latest changes.
+  + Restore command line handling that was broken in laste release.
+  + Detect when network is not available and warn if using remote
+documents.
+  + Add an fpaste tool to the external tools scripts.
+  + Rewrite the build system with nonrecursive Makefiles.
+  + Improvements in docs.
+  + Misc bug fixes.
+  + Updated translations.
+
+---
+Thu Jan 23 22:50:15 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.2:
+  + Refresh the main user interface, radically changing the user
+interacts with the UI.
+  + Remove deprecated API.
+  + Integrate change case plugin inside GtkSourceView directly.
+  + Improvements in docs.
+  + Misc bug fixes.
+  + Updated translations.
+
+---
+Thu Jan 23 19:45:16 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.11.1:
+  + Implement XDS dnd support for GeditView and GeditWindow.
+  + Documentation Improvements.
+  + Style fixes.
+  + Implement Move to New Tab Group.
+  + Expand tabs and center tab labels.
+  + Misc bugfixes and improvements.
+  + Updated translations.
+
+---

Old:

  gedit-3.10.4.tar.xz

New:

  gedit-3.12.1.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.hoGtnG/_old  2014-05-05 21:15:20.0 +0200
+++ /var/tmp/diff_new_pack.hoGtnG/_new  2014-05-05 21:15:20.0 +0200
@@ -19,13 +19,13 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.10.4
+Version:3.12.1
 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.10/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gedit/3.12/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change 
icon
 Patch0: gedit-desktop.patch
 BuildRequires:  enchant-devel
@@ -38,10 +38,10 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(gio-2.0) >= 2.37.5
+Bui

commit gedit for openSUSE:Factory

2014-01-28 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2014-01-28 12:03:04

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  2013-11-24 
11:27:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2014-01-28 
12:03:06.0 +0100
@@ -1,0 +2,10 @@
+Wed Jan 22 20:34:19 UTC 2014 - dims...@opensuse.org
+
+- Update to version 3.10.4:
+  + Fix a critical bug for the search.
+  + Updated translations.
+- Changes from version 3.10.3:
+  + Misc bugfixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.10.2.tar.xz

New:

  gedit-3.10.4.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.xLQA7W/_old  2014-01-28 12:03:06.0 +0100
+++ /var/tmp/diff_new_pack.xLQA7W/_new  2014-01-28 12:03:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit
 #
-# 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
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.10.2
+Version:3.10.4
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+

++ gedit-3.10.2.tar.xz -> gedit-3.10.4.tar.xz ++
 19090 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2013-11-24 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2013-11-24 11:27:10

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  2013-10-23 
19:22:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2013-11-24 
11:27:12.0 +0100
@@ -1,0 +2,7 @@
+Wed Nov 13 16:13:21 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.2 (bnc#849913):
+  + Misc bugfixes and improvements.
+  + Updated translations.
+
+---

Old:

  gedit-3.10.1.tar.xz

New:

  gedit-3.10.2.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.7W29Mf/_old  2013-11-24 11:27:12.0 +0100
+++ /var/tmp/diff_new_pack.7W29Mf/_new  2013-11-24 11:27:12.0 +0100
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.10.1
+Version:3.10.2
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+

++ gedit-3.10.1.tar.xz -> gedit-3.10.2.tar.xz ++
 11011 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2013-10-23 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2013-10-23 19:22:23

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  2013-10-17 
14:04:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2013-10-23 
19:22:24.0 +0200
@@ -1,0 +2,9 @@
+Tue Oct 22 20:07:53 UTC 2013 - dims...@opensuse.org
+
+- Require python3-gedit if _with_gi_python is true: a bunch of
+  plugins depend on the introspection bindings (bnc#847114).
+  In theory, the plugins should depend on this, but there are many
+  ways users could get them, resulting in frustration for not
+  finding the right package.
+
+---



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.OFhzdR/_old  2013-10-23 19:22:26.0 +0200
+++ /var/tmp/diff_new_pack.OFhzdR/_new  2013-10-23 19:22:26.0 +0200
@@ -52,6 +52,10 @@
 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
+Requires:   python3-gedit
+%endif
 Requires:   python3-gobject
 Recommends: %{name}-lang
 Recommends: iso-codes

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2013-10-17 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2013-10-17 14:04:01

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  2013-09-27 
17:10:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2013-10-17 
14:04:07.0 +0200
@@ -1,0 +2,7 @@
+Mon Oct 14 17:17:18 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.1:
+  + Misc bugfixes and improvements.
+  + Updated translations.
+
+---

Old:

  gedit-3.10.0.tar.xz

New:

  gedit-3.10.1.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.x5OnvE/_old  2013-10-17 14:04:15.0 +0200
+++ /var/tmp/diff_new_pack.x5OnvE/_new  2013-10-17 14:04:15.0 +0200
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.10.0
+Version:3.10.1
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -32,7 +32,7 @@
 BuildRequires:  fdupes
 BuildRequires:  gettext
 BuildRequires:  gtk-doc
-BuildRequires:  intltool
+BuildRequires:  intltool >= 0.50.1
 BuildRequires:  iso-codes-devel
 BuildRequires:  python >= 3.2.3
 BuildRequires:  translation-update-upstream

++ gedit-3.10.0.tar.xz -> gedit-3.10.1.tar.xz ++
 33872 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2013-09-27 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2013-09-27 17:10:51

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  2013-09-23 
14:55:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2013-09-27 
17:10:52.0 +0200
@@ -1,0 +2,7 @@
+Mon Sep 23 20:12:35 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.10.0:
+  + Misc bugfixes and improvements.
+  + Updated translations.
+
+---

Old:

  gedit-3.9.92.tar.xz

New:

  gedit-3.10.0.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.3twahU/_old  2013-09-27 17:10:53.0 +0200
+++ /var/tmp/diff_new_pack.3twahU/_new  2013-09-27 17:10:53.0 +0200
@@ -19,13 +19,13 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.9.92
+Version:3.10.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.9/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gedit/3.10/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change 
icon
 Patch0: gedit-desktop.patch
 BuildRequires:  enchant-devel

++ gedit-3.9.92.tar.xz -> gedit-3.10.0.tar.xz ++
 33420 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2013-09-23 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2013-09-23 14:55:26

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  2013-09-11 
11:35:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2013-09-23 
14:55:27.0 +0200
@@ -1,0 +2,8 @@
+Tue Sep 17 21:09:53 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.92:
+  + Some final tweaks to the search rework.
+  + Misc bugfixes and improvements.
+  + Updated translations.
+
+---

Old:

  gedit-3.9.91.tar.xz

New:

  gedit-3.9.92.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.uE1V0J/_old  2013-09-23 14:55:28.0 +0200
+++ /var/tmp/diff_new_pack.uE1V0J/_new  2013-09-23 14:55:28.0 +0200
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.9.91
+Version:3.9.92
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -140,6 +140,8 @@
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/gedit
 %{_bindir}/gnome-text-editor
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/gedit.appdata.xml
 %{_datadir}/applications/*.desktop
 %{_datadir}/dbus-1/services/org.gnome.gedit.service
 %{_datadir}/GConf/gsettings/gedit.convert

++ gedit-3.9.91.tar.xz -> gedit-3.9.92.tar.xz ++
 56834 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2013-09-11 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2013-09-11 11:35:41

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  2013-08-30 
16:21:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2013-09-11 
11:35:42.0 +0200
@@ -1,0 +2,7 @@
+Tue Sep  3 10:53:26 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.91:
+  + Misc bugfixes and improvements.
+  + Updated translations.
+
+---

Old:

  gedit-3.9.90.tar.xz

New:

  gedit-3.9.91.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.DC3idG/_old  2013-09-11 11:35:43.0 +0200
+++ /var/tmp/diff_new_pack.DC3idG/_new  2013-09-11 11:35:43.0 +0200
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.9.90
+Version:3.9.91
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -41,7 +41,7 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.37.5
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.9
-BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.9.5
+BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.9.91
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.7.0
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.7.0

++ gedit-3.9.90.tar.xz -> gedit-3.9.91.tar.xz ++
 44045 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2013-08-30 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2013-08-30 16:21:21

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  2013-08-16 
12:25:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2013-08-30 
16:21:23.0 +0200
@@ -1,0 +2,8 @@
+Mon Aug 19 21:12:50 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.90:
+  + Implement regual expression search.
+  + Misc bugfixes and improvements.
+  + Updated translations.
+
+---

Old:

  gedit-3.9.4.tar.xz

New:

  gedit-3.9.90.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.rhH0yK/_old  2013-08-30 16:21:24.0 +0200
+++ /var/tmp/diff_new_pack.rhH0yK/_new  2013-08-30 16:21:24.0 +0200
@@ -19,7 +19,7 @@
 %define _with_gi_python 1
 
 Name:   gedit
-Version:3.9.4
+Version:3.9.90
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -41,7 +41,7 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.37.5
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.9
-BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.9.4
+BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.9.5
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.7.0
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.7.0

++ gedit-3.9.4.tar.xz -> gedit-3.9.90.tar.xz ++
 30945 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2013-08-16 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2013-08-16 12:25:43

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  2013-07-05 
15:00:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2013-08-16 
12:25:45.0 +0200
@@ -1,0 +2,14 @@
+Tue Jul 30 07:06:11 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.4:
+  + Use the GtkSourceView search and replace API.
+  + Deprecate the gedit search and replace API.
+  + Display the number of search occurrences and the current
+occurrence position in the search entry.
+  + Fix tab groups.
+  + Misc bugfixes and improvements.
+  + Updated translations.
+- Change _with_gi_python to 1: the python plugins are available
+  again.
+
+---

Old:

  gedit-3.9.3.tar.xz

New:

  gedit-3.9.4.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.sf96i1/_old  2013-08-16 12:25:52.0 +0200
+++ /var/tmp/diff_new_pack.sf96i1/_new  2013-08-16 12:25:52.0 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define _with_gi_python 0
+%define _with_gi_python 1
 
 Name:   gedit
-Version:3.9.3
+Version:3.9.4
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -38,10 +38,10 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(gio-2.0) >= 2.37.0
+BuildRequires:  pkgconfig(gio-2.0) >= 2.37.5
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.0
-BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.2.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.9
+BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.9.4
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.7.0
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.7.0

++ gedit-3.9.3.tar.xz -> gedit-3.9.4.tar.xz ++
 50418 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2013-07-05 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2013-07-05 15:00:39

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  2013-06-29 
19:39:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2013-07-05 
15:00:41.0 +0200
@@ -1,0 +2,15 @@
+Tue Jul  2 17:58:50 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.9.3:
+  + Various bugfixes and improvements to the filebrowser and the
+external tools plugins.
+  + Fix clicking on replace dialog buttons.
+  + Misc bugfixes.
+  + Updated translations.
+- Remove --disable-scrollkeeper configure parameter, which has not
+  been known since version 3.3.4, when the documentation
+  infratructure changed from gnome-doc-utils to yelp-tools.
+- Temporary disable python3-gedit subpackage, as building of the
+  bindings is currently broken (define _with_gi_python 0).
+
+---

Old:

  gedit-3.9.2.tar.xz

New:

  gedit-3.9.3.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.SoGO8V/_old  2013-07-05 15:00:42.0 +0200
+++ /var/tmp/diff_new_pack.SoGO8V/_new  2013-07-05 15:00:42.0 +0200
@@ -16,8 +16,10 @@
 #
 
 
+%define _with_gi_python 0
+
 Name:   gedit
-Version:3.9.2
+Version:3.9.3
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -72,6 +74,7 @@
 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
 Group:  Development/Languages/Python
@@ -81,13 +84,16 @@
 environment.
 
 This package provides the python bindings, based on gobject-introspection.
+%endif
 
 %package devel
 Summary:Small and lightweight UTF-8 text editor
 Group:  Productivity/Text/Editors
 Requires:   %{name} = %{version}
 Requires:   gtksourceview-devel
+%if %{_with_gi_python}
 Requires:   python3-gedit
+%endif
 Provides:   gedit2-devel = %{version}
 Obsoletes:  gedit2-devel < %{version}
 Provides:   %{name}-doc = %{version}
@@ -105,7 +111,6 @@
 
 %build
 %configure \
---disable-scrollkeeper \
 --enable-python
 make %{?_smp_mflags} V=1
 
@@ -189,10 +194,12 @@
 %{_libdir}/gedit/plugins/zeitgeist.plugin
 %{_libdir}/gedit/plugins/libzeitgeistplugin.so
 
+%if %{_with_gi_python}
 %files -n python3-gedit
 %defattr(-,root,root)
 %{python3_sitearch}/gi/overrides/Gedit*
 %{python3_sitearch}/gi/overrides/__pycache__/
+%endif
 
 %files devel
 %defattr(-, root, root)

++ gedit-3.9.2.tar.xz -> gedit-3.9.3.tar.xz ++
 22454 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2013-06-29 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2013-06-29 19:39:30

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  2013-05-16 
10:28:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2013-06-29 
19:39:32.0 +0200
@@ -1,0 +2,26 @@
+Sat Jun 22 10:46:54 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.9.2:
+  + Many bugfixes and improvements to the filebrowser, quickopen
+and external tools plugins.
+  + Misc bugfixes.
+  + Updated translations.
+
+---
+Tue Jun  4 19:35:47 UTC 2013 - zai...@opensuse.org
+
+- Update to version 3.9.1:
+  + Add new Highlight Mode dialog.
+  + Allow shell quotes in commands from Run Command tool.
+  + Use widget templates.
+  + external tools:
+- Look in browser root for files in tool output.
+- Extend link parser to handle grep output.
+- Provide environment variable with file browser root.
+  + Improvements in filebrowser.
+  + Improvements in quickopen.
+  + Improvements in docs.
+  + Misc bugfixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.8.2.tar.xz

New:

  gedit-3.9.2.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.q3Nhe5/_old  2013-06-29 19:39:33.0 +0200
+++ /var/tmp/diff_new_pack.q3Nhe5/_new  2013-06-29 19:39:33.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gedit
-Version:3.8.2
+Version:3.9.2
 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.8/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gedit/3.9/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change 
icon
 Patch0: gedit-desktop.patch
 BuildRequires:  enchant-devel
@@ -36,9 +36,9 @@
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
-BuildRequires:  pkgconfig(gio-2.0) >= 2.35.4
+BuildRequires:  pkgconfig(gio-2.0) >= 2.37.0
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.7.10
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.0
 BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.2.0
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libpeas-1.0) >= 1.7.0

++ gedit-3.8.2.tar.xz -> gedit-3.9.2.tar.xz ++
 127084 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2013-05-16 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2013-05-16 10:28:52

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  2013-04-26 
15:43:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2013-05-16 
10:28:54.0 +0200
@@ -1,0 +2,12 @@
+Mon May 13 18:16:48 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.2:
+  + Many bugfixes to the external tools, snippets and quickopen
+plugins,
+  + Make preferences dialog resizable.
+  + Rework how some settings are applied to documents.
+  + Use GtkRGBA for text tags.
+  + Misc Bugfixes.
+  + Updated translations.
+
+---

Old:

  gedit-3.8.1.tar.xz

New:

  gedit-3.8.2.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.cShKAD/_old  2013-05-16 10:28:55.0 +0200
+++ /var/tmp/diff_new_pack.cShKAD/_new  2013-05-16 10:28:55.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gedit
-Version:3.8.1
+Version:3.8.2
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -192,6 +192,7 @@
 %files -n python3-gedit
 %defattr(-,root,root)
 %{python3_sitearch}/gi/overrides/Gedit*
+%{python3_sitearch}/gi/overrides/__pycache__/
 
 %files devel
 %defattr(-, root, root)

++ gedit-3.8.1.tar.xz -> gedit-3.8.2.tar.xz ++
 45373 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2013-04-26 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2013-04-26 15:43:19

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2013-04-03 
12:51:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2013-04-26 
15:43:20.0 +0200
@@ -1,0 +2,12 @@
+Mon Apr 15 22:11:48 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.1:
+  + Port zeitgeist plugin to use libzeitgeist2.
+  + Improvements in docs.
+  + Misc bugfixes.
+  + Updated translations.
+- Replace pkgconfig(zeitgeist-1.0) BuildRequires with
+  pkgconfig(zeitgeist-2.0), following upstreams port to
+  Zeitgeist 2.0.
+
+---

Old:

  gedit-3.8.0.tar.xz

New:

  gedit-3.8.1.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.vIMdOk/_old  2013-04-26 15:43:22.0 +0200
+++ /var/tmp/diff_new_pack.vIMdOk/_new  2013-04-26 15:43:22.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gedit
-Version:3.8.0
+Version:3.8.1
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -48,7 +48,7 @@
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(sm) >= 1.0.0
 BuildRequires:  pkgconfig(x11)
-BuildRequires:  pkgconfig(zeitgeist-1.0) >= 0.3.2
+BuildRequires:  pkgconfig(zeitgeist-2.0) >= 0.9.12
 Requires:   python3-cairo
 Requires:   python3-gobject
 Recommends: %{name}-lang

++ gedit-3.8.0.tar.xz -> gedit-3.8.1.tar.xz ++
 28979 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2013-04-03 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2013-04-03 12:51:01

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2012-11-21 
15:53:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2013-04-03 
12:51:03.0 +0200
@@ -1,0 +2,68 @@
+Mon Mar 25 20:59:47 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + Improvements in docs.
+  + Misc bufixes.
+  + Updated translations.
+
+---
+Wed Mar 20 07:56:17 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.6:
+  + Improvements in docs.
+  + Misc bugfixes.
+  + Updated translations.
+
+---
+Mon Mar 11 20:00:03 UTC 2013 - dims...@opensuse.org
+
+- Replace python-gobject Requires with python3-requires.
+- Add python3-cairo requires: snippets/documents.py imports cairo.
+
+---
+Wed Mar  6 10:36:12 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.5:
+  + Updated mallard snippets.
+  + Improvements in docs.
+  + Misc bugfixes.
+  + Updated translations.
+
+---
+Tue Feb 19 20:33:09 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.4:
+  + Use revealer to animate the search bar and the notification
+bars
+  + Several fixes in snippets.
+  + Improvements in docs.
+  + Misc bugfixes.
+  + Updated translations.
+
+---
+Wed Jan  9 17:26:41 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.3:
+  + Application menu.
+  + Misc bugfixes.
+- Changes from version 3.7.2:
+  + Port to GtkApplication.
+  + Lots of improvements in docs.
+  + Misc bugfixes.
+  + Updated translations.
+- Add pkgconfig(gio-2.0) and pkgconfig(libpeas-1.0) BuildRequires
+  so they can be versioned.
+
+---
+Wed Nov 14 08:51:24 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.7.1:
+  + Port to python 3.
+  + Misc bugfixes.
+  + Updated translations.
+- Add python BuildRequires so we can version it. Note: As the
+  BuildRequires is python >= 3.2.3, this currently pulls in
+  python3, which is in fact exactly what we want.
+- Drop .desktop fixup hack: fixed upstream.
+
+---

Old:

  gedit-3.6.2.tar.xz

New:

  gedit-3.8.0.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.KaWFNT/_old  2013-04-03 12:51:05.0 +0200
+++ /var/tmp/diff_new_pack.KaWFNT/_new  2013-04-03 12:51:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,13 +17,13 @@
 
 
 Name:   gedit
-Version:3.6.2
+Version:3.8.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.6/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gedit/3.8/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change 
icon
 Patch0: gedit-desktop.patch
 BuildRequires:  enchant-devel
@@ -32,21 +32,25 @@
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  iso-codes-devel
+BuildRequires:  python >= 3.2.3
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
+BuildRequires:  pkgconfig(gio-2.0) >= 2.35.4
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.6.0
-BuildRequires:  pkgconfig(gtksourceview-3.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.7.10
+BuildRequires:  pkgconfig(gtksourceview-3.0) >= 3.2.0
 BuildRequires:  pkgconfig(ice)
-BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.1.0
+BuildRequires:  pkgconfig(libpeas-1.0) >= 1.7.0
+BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.7.0
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.5.0
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3

commit gedit for openSUSE:Factory

2012-11-21 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2012-11-21 15:53:57

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2012-10-19 
12:31:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2012-11-21 
15:53:58.0 +0100
@@ -1,0 +2,9 @@
+Tue Nov 13 10:07:07 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.2:
+  + Misc bugfixes.
+  + Updated translations.
+- Remove the hack in %setup to fixup the .desktop file: fixed 
+  upstream.
+
+---

Old:

  gedit-3.6.1.tar.xz

New:

  gedit-3.6.2.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.k2bDXN/_old  2012-11-21 15:54:01.0 +0100
+++ /var/tmp/diff_new_pack.k2bDXN/_new  2012-11-21 15:54:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   gedit
-Version:3.6.1
+Version:3.6.2
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -36,7 +36,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.15
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.6.0
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.1.0
@@ -87,10 +87,6 @@
 %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 \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2012-10-19 Thread h_root
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 "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2012-10-03 
10:25:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2012-10-19 
12:31:38.0 +0200
@@ -1,0 +2,10 @@
+Tue Oct 16 07:10:56 UTC 2012 - dims...@opensuse.org
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.hYPDVm/_new  2012-10-19 12:31:39.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2012-10-03 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2012-10-03 10:25:41

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2012-06-10 
21:51:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2012-10-03 
10:25:43.0 +0200
@@ -1,0 +2,32 @@
+Mon Sep 24 20:57:54 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.6.0:
+  + Updated translations.
+
+---
+Wed Sep 19 18:18:23 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.3:
+  + Handle a command line specifying a big line number
+  + Extensive snippet collection for docbook
+  + Misc bugfixes
+  + Updated translations.
+
+---
+Fri Aug 31 07:11:25 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.2:
+  + Improvements in snippets plugin
+  + Use autoreconf instead gnome-autogen
+  + Misc bugfixes
+  + Updated translations.
+
+---
+Sat Jul 21 13:13:04 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.5.1:
+  + Improved html snippets
+  + Misc bugfixes
+  + Updated translations.
+
+---

Old:

  gedit-3.4.2.tar.xz

New:

  gedit-3.6.0.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.nlyKsl/_old  2012-10-03 10:25:44.0 +0200
+++ /var/tmp/diff_new_pack.nlyKsl/_new  2012-10-03 10:25:44.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   gedit
-Version:3.4.2
+Version:3.6.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.4/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gedit/3.6/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change 
icon
 Patch0: gedit-desktop.patch
 BuildRequires:  enchant-devel
@@ -92,10 +92,10 @@
 %configure \
 --disable-scrollkeeper \
 --enable-python
-make %{?jobs:-j%jobs} V=1
+make %{?_smp_mflags} V=1
 
 %install
-%makeinstall
+%make_install
 find %{buildroot} -type f -name '*.la' -delete -print
 %suse_update_desktop_file -N gedit -G "Text Editor" gedit TextEditor
 %find_lang %{name} %{?no_lang_C}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2012-06-10 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2012-06-10 20:16:03

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2012-04-20 
15:14:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2012-06-10 
21:51:05.0 +0200
@@ -1,0 +2,7 @@
+Fri May 25 18:20:54 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.4.2:
+  + Misc bugfixes
+  + Updated translations.
+
+---

Old:

  gedit-3.4.1.tar.xz

New:

  gedit-3.4.2.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.FWCPXN/_old  2012-06-10 21:51:07.0 +0200
+++ /var/tmp/diff_new_pack.FWCPXN/_new  2012-06-10 21:51:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gedit
-Version:3.4.1
+Version:3.4.2
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -96,8 +96,7 @@
 
 %install
 %makeinstall
-rm %{buildroot}%{_libdir}/*/*/*.*a
-rm %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name '*.la' -delete -print
 %suse_update_desktop_file -N gedit -G "Text Editor" gedit TextEditor
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
@@ -134,6 +133,7 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml
 %dir %{_libdir}/gedit/
+%{_libdir}/gedit/libgedit-private.so
 %{_libdir}/gedit/girepository-1.0/
 %dir %{_libdir}/gedit/plugins/
 # Explicitly list plugins so we know when we miss one
@@ -163,7 +163,6 @@
 %dir %{_libexecdir}/gedit
 %endif
 %{_libexecdir}/gedit/gedit-bugreport.sh
-%{_libdir}/libgedit-private.so.0*
 %{py_sitedir}/gi/overrides/Gedit.py*
 %doc %{_mandir}/man1/gedit*
 
@@ -179,6 +178,5 @@
 %doc %{_datadir}/gtk-doc/html/gedit/
 %{_includedir}/*
 %{_libdir}/pkgconfig/*.pc
-%{_libdir}/libgedit-private.so
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2012-04-20 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2012-04-20 15:14:19

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2012-03-29 
11:40:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2012-04-20 
15:14:41.0 +0200
@@ -1,0 +2,7 @@
+Tue Apr 17 06:05:30 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.1:
+  + Misc bugfixes
+  + Updated translations.
+
+---

Old:

  gedit-3.4.0.tar.xz

New:

  gedit-3.4.1.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.OcLc53/_old  2012-04-20 15:14:46.0 +0200
+++ /var/tmp/diff_new_pack.OcLc53/_new  2012-04-20 15:14:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   gedit
-Version:3.4.0
+Version:3.4.1
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2012-03-29 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2012-03-29 11:40:02

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2012-03-16 
13:13:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2012-03-29 
11:40:12.0 +0200
@@ -1,0 +2,20 @@
+Mon Mar 26 19:21:42 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.4.0:
+  + Updated translations.
+
+---
+Mon Mar 26 07:40:24 UTC 2012 - vu...@opensuse.org
+
+- Remove hack to find localized help: this has been fixed in
+  find-lang.sh.
+
+---
+Tue Mar 20 20:24:21 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.8:
+  + Misc bugfixes.
+  + Updated translations.
+- Rebase gedit-desktop.patch.
+
+---

Old:

  gedit-3.3.7.tar.xz

New:

  gedit-3.4.0.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.gsEngJ/_old  2012-03-29 11:40:16.0 +0200
+++ /var/tmp/diff_new_pack.gsEngJ/_new  2012-03-29 11:40:16.0 +0200
@@ -16,16 +16,14 @@
 #
 
 
-
 Name:   gedit
-Version:3.3.7
+Version:3.4.0
 Release:0
-# FIXME: the %%{_datadir}/help/$locale/ files be found by %%find_lang
 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.3/%{name}-%{version}.tar.xz
+Source: 
http://download.gnome.org/sources/gedit/3.4/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change 
icon
 Patch0: gedit-desktop.patch
 BuildRequires:  enchant-devel
@@ -102,14 +100,6 @@
 rm %{buildroot}%{_libdir}/*.la
 %suse_update_desktop_file -N gedit -G "Text Editor" gedit TextEditor
 %find_lang %{name} %{?no_lang_C}
-# 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
-sort -u %{name}.help-lang.tmp | grep -v "^%%lang(C)" > %{name}.help-lang
-rm %{name}.help-lang.tmp
 %fdupes %{buildroot}
 
 %clean
@@ -177,7 +167,7 @@
 %{py_sitedir}/gi/overrides/Gedit.py*
 %doc %{_mandir}/man1/gedit*
 
-%files lang -f %{name}.lang -f %{name}.help-lang
+%files lang -f %{name}.lang
 
 %files plugin-zeitgeist
 %defattr(-, root, root)

++ gedit-desktop.patch ++
--- /var/tmp/diff_new_pack.gsEngJ/_old  2012-03-29 11:40:16.0 +0200
+++ /var/tmp/diff_new_pack.gsEngJ/_new  2012-03-29 11:40:16.0 +0200
@@ -10,4 +10,4 @@
 
+MimeType=application/x-awk;application/x-csh;application/x-perl;application/x-php;application/x-shellscript;text/plain;text/x-c;text/x-c++;text/x-c++hdr;text/x-chdr;text/x-c++src;text/x-csrc;text/x-fortran;text/x-java;text/x-log;text/x-makefile;text/x-moc;text/x-pascal;text/x-patch;text/x-python;text/x-readme;text/x-scheme;text/x-tcl;text/x-tex;
  Icon=accessories-text-editor
  Categories=GNOME;GTK;Utility;TextEditor;
- Actions=Window;Document;
+ X-GNOME-DocPath=gedit/gedit.xml

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2012-03-16 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2012-03-16 13:13:28

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2012-02-28 
19:22:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2012-03-16 
13:13:33.0 +0100
@@ -1,0 +2,27 @@
+Tue Mar  6 20:16:28 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.7:
+  + Add support for fdo desktop action spec.
+  + Misc bugfixes.
+- Rebase gedit-desktop.patch.
+
+---
+Mon Mar  5 22:10:33 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.6:
+  + Fix the "time" plugin
+  + Misc bugfixes
+  + Updated translations.
+
+---
+Fri Mar  2 19:25:35 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.5:
+  + Less clutter search popup
+  + Use GResources
+  + Misc bugfixes
+  + Updated translations.
+- Add pkgconfig(gtk+-3.0) and pkgconfig(libxml-2.0) BuildRequires
+  to be able to require a minimum version.
+
+---

Old:

  gedit-3.3.4.tar.xz

New:

  gedit-3.3.7.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.P6Ivsy/_old  2012-03-16 13:13:35.0 +0100
+++ /var/tmp/diff_new_pack.P6Ivsy/_new  2012-03-16 13:13:35.0 +0100
@@ -16,8 +16,9 @@
 #
 
 
+
 Name:   gedit
-Version:3.3.4
+Version:3.3.7
 Release:0
 # FIXME: the %%{_datadir}/help/$locale/ files be found by %%find_lang
 Summary:Small and lightweight UTF-8 text editor
@@ -37,10 +38,12 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.15
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(ice)
-BuildRequires:  pkgconfig(libpeas-gtk-1.0)
+BuildRequires:  pkgconfig(libpeas-gtk-1.0) >= 1.1.0
 BuildRequires:  pkgconfig(libsoup-2.4)
+BuildRequires:  pkgconfig(libxml-2.0) >= 2.5.0
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.0.0
 BuildRequires:  pkgconfig(sm) >= 1.0.0
 BuildRequires:  pkgconfig(x11)

++ gedit-desktop.patch ++
--- /var/tmp/diff_new_pack.P6Ivsy/_old  2012-03-16 13:13:35.0 +0100
+++ /var/tmp/diff_new_pack.P6Ivsy/_new  2012-03-16 13:13:35.0 +0100
@@ -2,7 +2,7 @@
 ===
 --- data/gedit.desktop.in.in.orig
 +++ data/gedit.desktop.in.in
-@@ -5,7 +5,7 @@ Exec=gedit %U
+@@ -6,7 +6,7 @@ Exec=gedit %U
  Terminal=false
  Type=Application
  StartupNotify=true
@@ -10,4 +10,4 @@
 
+MimeType=application/x-awk;application/x-csh;application/x-perl;application/x-php;application/x-shellscript;text/plain;text/x-c;text/x-c++;text/x-c++hdr;text/x-chdr;text/x-c++src;text/x-csrc;text/x-fortran;text/x-java;text/x-log;text/x-makefile;text/x-moc;text/x-pascal;text/x-patch;text/x-python;text/x-readme;text/x-scheme;text/x-tcl;text/x-tex;
  Icon=accessories-text-editor
  Categories=GNOME;GTK;Utility;TextEditor;
- X-GNOME-DocPath=gedit/gedit.xml
+ Actions=Window;Document;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2012-02-28 19:22:03

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2012-02-21 
12:18:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2012-02-28 
19:22:05.0 +0100
@@ -1,0 +2,14 @@
+Thu Feb 23 07:10:33 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.4:
+  + Fix many memory leaks
+  + Use Yelp Tools for docs generation
+  + Docs updates
+  + Misc bugfixes
+  + Updated translations.
+- Change gnome-doc-utils-devel BuildRequires to yelp-tools,
+  following the build system change for user documentation.
+- Manually list the translated help documents as %find_lang doesn't
+  support the new XDG help system yet.
+
+---

Old:

  gedit-3.3.3.tar.xz

New:

  gedit-3.3.4.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.ZKVqx3/_old  2012-02-28 19:22:07.0 +0100
+++ /var/tmp/diff_new_pack.ZKVqx3/_new  2012-02-28 19:22:07.0 +0100
@@ -17,8 +17,9 @@
 
 
 Name:   gedit
-Version:3.3.3
+Version:3.3.4
 Release:0
+# FIXME: the %%{_datadir}/help/$locale/ files be found by %%find_lang
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
 Group:  Productivity/Text/Editors
@@ -29,12 +30,12 @@
 BuildRequires:  enchant-devel
 BuildRequires:  fdupes
 BuildRequires:  gettext
-BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  iso-codes-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(ice)
@@ -94,10 +95,18 @@
 
 %install
 %makeinstall
-%suse_update_desktop_file -N gedit -G "Text Editor" gedit TextEditor
-%find_lang %{name} %{?no_lang_C}
 rm %{buildroot}%{_libdir}/*/*/*.*a
 rm %{buildroot}%{_libdir}/*.la
+%suse_update_desktop_file -N gedit -G "Text Editor" gedit TextEditor
+%find_lang %{name} %{?no_lang_C}
+# 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
+sort -u %{name}.help-lang.tmp | grep -v "^%%lang(C)" > %{name}.help-lang
+rm %{name}.help-lang.tmp
 %fdupes %{buildroot}
 
 %clean
@@ -116,10 +125,7 @@
 %files
 %defattr(-, root, root)
 %doc AUTHORS BUGS ChangeLog COPYING MAINTAINERS NEWS README
-%dir %{_datadir}/gnome/
-%dir %{_datadir}/gnome/help/
-%dir %{_datadir}/gnome/help/%{name}/
-%doc %{_datadir}/gnome/help/%{name}/C/
+%doc %{_datadir}/help/C/%{name}/
 %{_bindir}/gedit
 %{_bindir}/gnome-text-editor
 %{_datadir}/applications/*.desktop
@@ -168,7 +174,7 @@
 %{py_sitedir}/gi/overrides/Gedit.py*
 %doc %{_mandir}/man1/gedit*
 
-%files lang -f %{name}.lang
+%files lang -f %{name}.lang -f %{name}.help-lang
 
 %files plugin-zeitgeist
 %defattr(-, root, root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2012-02-21 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2012-02-21 12:18:46

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2012-02-16 
12:20:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2012-02-21 
12:18:54.0 +0100
@@ -1,0 +2,7 @@
+Sun Feb 19 16:51:21 UTC 2012 - dims...@opensuse.org
+
+- Add pkgconfig(ice), pkgconfig(sm) and pkgconfig(x11)
+  BuildRequires: they used to be pulled in by something else, but
+  the relayout of xorg-x11 packages changed that.
+
+---



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.MTBVji/_old  2012-02-21 12:18:55.0 +0100
+++ /var/tmp/diff_new_pack.MTBVji/_new  2012-02-21 12:18:55.0 +0100
@@ -37,9 +37,12 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
+BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.0.0
+BuildRequires:  pkgconfig(sm) >= 1.0.0
+BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(zeitgeist-1.0) >= 0.3.2
 Requires:   python-gobject
 Recommends: %{name}-lang


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2012-02-16 12:20:39

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2012-01-24 
12:17:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2012-02-16 
12:20:41.0 +0100
@@ -1,0 +2,17 @@
+Tue Feb  7 10:25:54 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.3:
+  + Bring the OSX port up to date
+  + Start fixing the Win32 port
+  + Some minor UI improvements, some css styling is now in the
+Adwaita theme
+  + Misc bugfixes
+  + Updated translations.
+- Remove xz BuildRequires now that it comes for free in the build
+  system.
+- Add pkgconfig(zeitgeist-1.0) BuildRequires to build the zeitgeist
+  plugin, that we missed before.
+- Create a plugin-zeitgeist subpackage for the zeitgeist plugin, to
+  avoid a dependency on zeitgeist from the main gedit package.
+
+---

Old:

  gedit-3.3.2.tar.xz

New:

  gedit-3.3.3.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.AfjMID/_old  2012-02-16 12:20:42.0 +0100
+++ /var/tmp/diff_new_pack.AfjMID/_new  2012-02-16 12:20:42.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   gedit
-Version:3.3.2
+Version:3.3.3
 Release:0
 Summary:Small and lightweight UTF-8 text editor
 License:GPL-2.0+
@@ -34,13 +35,12 @@
 BuildRequires:  iso-codes-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
-BuildRequires:  xz
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0)
 BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(pygobject-3.0) >= 3.0.0
+BuildRequires:  pkgconfig(zeitgeist-1.0) >= 0.3.2
 Requires:   python-gobject
 Recommends: %{name}-lang
 Recommends: iso-codes
@@ -53,6 +53,16 @@
 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.
+
 %package devel
 Summary:Small and lightweight UTF-8 text editor
 Group:  Productivity/Text/Editors
@@ -121,16 +131,47 @@
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.pythonconsole.gschema.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml
-%{_libdir}/gedit/
+%dir %{_libdir}/gedit/
+%{_libdir}/gedit/girepository-1.0/
+%dir %{_libdir}/gedit/plugins/
+# Explicitly list plugins so we know when we miss one
+%{_libdir}/gedit/plugins/changecase.plugin
+%{_libdir}/gedit/plugins/libchangecase.so
+%{_libdir}/gedit/plugins/docinfo.plugin
+%{_libdir}/gedit/plugins/libdocinfo.so
+%{_libdir}/gedit/plugins/externaltools/
+%{_libdir}/gedit/plugins/externaltools.plugin
+%{_libdir}/gedit/plugins/filebrowser.plugin
+%{_libdir}/gedit/plugins/libfilebrowser.so
+%{_libdir}/gedit/plugins/modelines.plugin
+%{_libdir}/gedit/plugins/libmodelines.so
+%{_libdir}/gedit/plugins/pythonconsole/
+%{_libdir}/gedit/plugins/pythonconsole.plugin
+%{_libdir}/gedit/plugins/quickopen/
+%{_libdir}/gedit/plugins/quickopen.plugin
+%{_libdir}/gedit/plugins/snippets/
+%{_libdir}/gedit/plugins/snippets.plugin
+%{_libdir}/gedit/plugins/sort.plugin
+%{_libdir}/gedit/plugins/libsort.so
+%{_libdir}/gedit/plugins/spell.plugin
+%{_libdir}/gedit/plugins/libspell.so
+%{_libdir}/gedit/plugins/time.plugin
+%{_libdir}/gedit/plugins/libtime.so
 %if "%{_libdir}" != "%{_libexecdir}"
-%{_libexecdir}/gedit/
+%dir %{_libexecdir}/gedit
 %endif
+%{_libexecdir}/gedit/gedit-bugreport.sh
 %{_libdir}/libgedit-private.so.0*
 %{py_sitedir}/gi/overrides/Gedit.py*
 %doc %{_mandir}/man1/gedit*
 
 %files lang -f %{name}.lang
 
+%files plugin-zeitgeist
+%defattr(-, root, root)
+%{_libdir}/gedit/plugins/zeitgeist.plugin
+%{_libdir}/gedit/plugins/libzeitgeistplugin.so
+
 %files devel
 %defattr(-, root, root)
 %doc %{_datadir}/gtk-doc/html/gedit/

-- 
To unsubscribe, e-mail: opensuse-commit+unsu

commit gedit for openSUSE:Factory

2012-01-24 Thread h_root
Hello community,

here is the log from the commit of package gedit for openSUSE:Factory checked 
in at 2012-01-24 12:17:05

Comparing /work/SRC/openSUSE:Factory/gedit (Old)
 and  /work/SRC/openSUSE:Factory/.gedit.new (New)


Package is "gedit", Maintainer is "gnome-maintain...@suse.de"

Changes:

--- /work/SRC/openSUSE:Factory/gedit/gedit.changes  2011-10-18 
14:12:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.gedit.new/gedit.changes 2012-01-24 
12:17:07.0 +0100
@@ -1,0 +2,54 @@
+Sun Jan  8 15:55:21 UTC 2012 - dims...@opensuse.org
+
+- Update to version 3.3.2:
+  + More docs awesome
+  + Port snippets and external tools managers to GtkGrid
+  + Fix crashes when exiting with new gtk+
+  + Improvements in filebrowser plugin
+  + Symbolic icons for close buttons
+  + Misc bugfixes
+  + Updated translations.
+
+---
+Mon Dec 19 09:15:21 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.3.1:
+  + Sidebar style for the panel
+  + Remove outdated tool to generate a plugin skeleton
+  + Clear the tools accel entry on backspace
+  + Make restoring default print fonts actually work
+  + Move to GtkGrid
+  + Remove explicit gthread initialization
+  + More docs awesome
+  + Various other code changes
+  + Updated translations.
+
+---
+Thu Dec  8 20:53:35 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.2.5:
+  + Misc bugfixes.
+- Changes from version 3.2.4:
+  + Misc bugfixes.
+- Add xz BuildRequires because we can't build a package for a
+  xz-compressed tarball without explicitly specifying that... See
+  bnc#697467 for more details.
+
+---
+Wed Nov 16 12:54:11 UTC 2011 - dims...@opensuse.org
+
+- Update to version 3.2.3:
+  + Fix crash when dropping file in gedit with snippets plugin
+active.
+  + Misc bugfixes.
+  + Updated translations.
+
+---
+Tue Nov 15 10:14:07 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.2:
+  + More help awesome
+  + Misc bugfixes
+  + Updated translations.
+
+---

Old:

  gedit-3.2.1.tar.bz2

New:

  gedit-3.3.2.tar.xz



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.hk0TpH/_old  2012-01-24 12:17:16.0 +0100
+++ /var/tmp/diff_new_pack.hk0TpH/_new  2012-01-24 12:17:16.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,16 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   gedit
-Version:3.2.1
-Release:1
-License:GPLv2+
+Version:3.3.2
+Release:0
 Summary:Small and lightweight UTF-8 text editor
-Url:http://www.gnome.org
+License:GPL-2.0+
 Group:  Productivity/Text/Editors
-Source: 
http://download.gnome.org/sources/gedit/3.2/%{name}-%{version}.tar.bz2
+Url:http://www.gnome.org
+Source: 
http://download.gnome.org/sources/gedit/3.3/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change 
icon
 Patch0: gedit-desktop.patch
 BuildRequires:  enchant-devel
@@ -36,6 +34,8 @@
 BuildRequires:  iso-codes-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
+# Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
+BuildRequires:  xz
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0)
@@ -54,7 +54,6 @@
 environment.
 
 %package devel
-License:GPLv2+
 Summary:Small and lightweight UTF-8 text editor
 Group:  Productivity/Text/Editors
 Requires:   %{name} = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2011-10-18 Thread h_root

Hello community,

here is the log from the commit of package gedit for openSUSE:Factory
checked in at Tue Oct 18 14:03:07 CEST 2011.




--- openSUSE:Factory/gedit/gedit.changes2011-10-07 10:29:38.0 
+0200
+++ /mounts/work_src_done/STABLE/gedit/gedit.changes2011-10-17 
08:01:39.0 +0200
@@ -1,0 +2,9 @@
+Mon Oct 17 06:00:23 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.1:
+  + More help awesome
+  + Use GtkGrid in the replace dialog.
+  + Misc bugfixes
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gedit-3.2.0.tar.bz2

New:

  gedit-3.2.1.tar.bz2



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.R1oIUx/_old  2011-10-18 14:02:57.0 +0200
+++ /var/tmp/diff_new_pack.R1oIUx/_new  2011-10-18 14:02:57.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gedit
-Version:3.2.0
+Version:3.2.1
 Release:1
 License:GPLv2+
 Summary:Small and lightweight UTF-8 text editor
@@ -40,7 +40,7 @@
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0)
 BuildRequires:  pkgconfig(libsoup-2.4)
-BuildRequires:  pkgconfig(pygobject-3.0) >= 2.90.2
+BuildRequires:  pkgconfig(pygobject-3.0) >= 3.0.0
 Requires:   python-gobject
 Recommends: %{name}-lang
 Recommends: iso-codes

++ gedit-3.2.0.tar.bz2 -> gedit-3.2.1.tar.bz2 ++
 9415 lines of diff (skipped)

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2011-10-07 Thread h_root

Hello community,

here is the log from the commit of package gedit for openSUSE:Factory
checked in at Fri Oct 7 10:29:50 CEST 2011.




--- openSUSE:Factory/gedit/gedit.changes2011-10-02 10:02:36.0 
+0200
+++ /mounts/work_src_done/STABLE/gedit/gedit.changes2011-10-06 
17:41:03.0 +0200
@@ -1,0 +2,6 @@
+Thu Oct  6 15:40:51 UTC 2011 - vu...@opensuse.org
+
+- Add iso-codes Recommends since the iso-codes data is used at
+  runtime, but only in a plugin (so no Requires).
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.WAOZAN/_old  2011-10-07 10:29:35.0 +0200
+++ /var/tmp/diff_new_pack.WAOZAN/_new  2011-10-07 10:29:35.0 +0200
@@ -43,6 +43,7 @@
 BuildRequires:  pkgconfig(pygobject-3.0) >= 2.90.2
 Requires:   python-gobject
 Recommends: %{name}-lang
+Recommends: iso-codes
 Provides:   gedit2 = %{version}
 Obsoletes:  gedit2 < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2011-10-02 Thread h_root

Hello community,

here is the log from the commit of package gedit for openSUSE:Factory
checked in at Sun Oct 2 10:02:39 CEST 2011.




--- openSUSE:Factory/gedit/gedit.changes2011-09-23 01:59:32.0 
+0200
+++ /mounts/work_src_done/STABLE/gedit/gedit.changes2011-09-26 
22:42:53.0 +0200
@@ -1,0 +2,15 @@
+Mon Sep 26 20:36:28 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.2.0:
+  + Misc bugfixes
+  + Updated translations.
+
+---
+Tue Sep 20 07:06:57 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.1.6:
+  + Misc bugfixes
+  + More documentation
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gedit-3.1.5.tar.bz2

New:

  gedit-3.2.0.tar.bz2



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.Adi8m0/_old  2011-10-02 10:02:32.0 +0200
+++ /var/tmp/diff_new_pack.Adi8m0/_new  2011-10-02 10:02:32.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   gedit
-Version:3.1.5
+Version:3.2.0
 Release:1
 License:GPLv2+
 Summary:Small and lightweight UTF-8 text editor
 Url:http://www.gnome.org
 Group:  Productivity/Text/Editors
-Source: 
http://download.gnome.org/sources/gedit/3.1/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gedit/3.2/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change 
icon
 Patch0: gedit-desktop.patch
 BuildRequires:  enchant-devel

++ gedit-3.1.5.tar.bz2 -> gedit-3.2.0.tar.bz2 ++
 67664 lines of diff (skipped)

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2011-09-09 Thread h_root

Hello community,

here is the log from the commit of package gedit for openSUSE:Factory
checked in at Fri Sep 9 11:14:46 CEST 2011.




--- GNOME/gedit/gedit.changes   2011-08-04 13:20:07.0 +0200
+++ /mounts/work_src_done/STABLE/gedit/gedit.changes2011-09-06 
16:26:12.0 +0200
@@ -1,0 +2,23 @@
+Tue Sep  6 14:23:02 UTC 2011 - vu...@opensuse.org
+
+- Update to version 3.1.5:
+  + Update snippet for mallard
+  + Update the quickopen dialog to look more GNOMEish 3
+  + Use symbolic icons for the search popup.
+  + Point to the right help in the dialogs
+  + Updated translations.
+
+---
+Mon Aug 22 11:06:56 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.4:
+  + Use css for the search popup
+  + Use pygobject 3
+  + More documentation
+  + gboxed templates for snippets plugin
+  + Misc bugfixes
+  + Updated translations.
+- Replace pkgconfig(pygobjct-2.0) BuildRequires with
+  pkgconfig(pygobject-3.0).
+
+---

calling whatdependson for head-i586


Old:

  gedit-3.1.3.tar.bz2

New:

  gedit-3.1.5.tar.bz2



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.EWslAr/_old  2011-09-09 11:14:40.0 +0200
+++ /var/tmp/diff_new_pack.EWslAr/_new  2011-09-09 11:14:40.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gedit
-Version:3.1.3
+Version:3.1.5
 Release:1
 License:GPLv2+
 Summary:Small and lightweight UTF-8 text editor
@@ -40,7 +40,7 @@
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0)
 BuildRequires:  pkgconfig(libsoup-2.4)
-BuildRequires:  pkgconfig(pygobject-2.0)
+BuildRequires:  pkgconfig(pygobject-3.0) >= 2.90.2
 Requires:   python-gobject
 Recommends: %{name}-lang
 Provides:   gedit2 = %{version}

++ gedit-3.1.3.tar.bz2 -> gedit-3.1.5.tar.bz2 ++
 44225 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2011-08-07 Thread h_root

Hello community,

here is the log from the commit of package gedit for openSUSE:Factory
checked in at Sun Aug 7 18:49:05 CEST 2011.




--- GNOME/gedit/gedit.changes   2011-07-05 15:10:57.0 +0200
+++ /mounts/work_src_done/STABLE/gedit/gedit.changes2011-08-04 
13:20:07.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug  4 13:18:58 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.3:
+  + Misc bugfixes
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gedit-3.1.2.tar.bz2

New:

  gedit-3.1.3.tar.bz2



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.pFX1wc/_old  2011-08-07 18:48:45.0 +0200
+++ /var/tmp/diff_new_pack.pFX1wc/_new  2011-08-07 18:48:45.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gedit
-Version:3.1.2
+Version:3.1.3
 Release:1
 License:GPLv2+
 Summary:Small and lightweight UTF-8 text editor

++ gedit-3.1.2.tar.bz2 -> gedit-3.1.3.tar.bz2 ++
 36422 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2011-07-08 Thread h_root

Hello community,

here is the log from the commit of package gedit for openSUSE:Factory
checked in at Fri Jul 8 11:38:16 CEST 2011.




--- GNOME/gedit/gedit.changes   2011-05-31 16:52:02.0 +0200
+++ /mounts/work_src_done/STABLE/gedit/gedit.changes2011-07-05 
15:10:57.0 +0200
@@ -1,0 +2,20 @@
+Tue Jul  5 15:04:59 CEST 2011 - vu...@opensuse.org
+
+- Update to version 3.1.2:
+  + Add markdown snippets
+  + Fix slowdown on gedit
+  + Update to use libpeas 1.1 API
+  + New GNOME 3 like style for snippets and external tools
+  + Misc bugfixes
+  + Updated translations.
+
+---
+Tue Jun 14 09:23:21 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.1.1:
+  + Port to GtkOverlay
+  + Fix single instance logic
+  + Misc bugfixes
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gedit-3.0.4.tar.bz2

New:

  gedit-3.1.2.tar.bz2



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.XfzxDh/_old  2011-07-08 11:37:43.0 +0200
+++ /var/tmp/diff_new_pack.XfzxDh/_new  2011-07-08 11:37:43.0 +0200
@@ -18,13 +18,13 @@
 
 
 Name:   gedit
-Version:3.0.4
+Version:3.1.2
 Release:1
 License:GPLv2+
 Summary:Small and lightweight UTF-8 text editor
 Url:http://www.gnome.org
 Group:  Productivity/Text/Editors
-Source: 
ftp://ftp.gnome.org/pub/gnome/sources/gedit/2.25/%{name}-%{version}.tar.bz2
+Source: 
http://download.gnome.org/sources/gedit/3.1/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE gedit-desktop.patch -- adds more MIME types and change 
icon
 Patch0: gedit-desktop.patch
 BuildRequires:  enchant-devel

++ gedit-3.0.4.tar.bz2 -> gedit-3.1.2.tar.bz2 ++
 35633 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2011-06-06 Thread h_root

Hello community,

here is the log from the commit of package gedit for openSUSE:Factory
checked in at Mon Jun 6 11:27:13 CEST 2011.




--- GNOME/gedit/gedit.changes   2011-04-27 14:59:39.0 +0200
+++ /mounts/work_src_done/STABLE/gedit/gedit.changes2011-05-31 
16:52:02.0 +0200
@@ -1,0 +2,15 @@
+Tue May 31 14:41:20 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.4:
+  + bgo#651068: fix use-after-free during incremental search.
+  + bgo#627789: don't use both intltool and gettext rules.
+  + Updated translations.
+
+---
+Wed May 25 14:51:55 CEST 2011 - dims...@opensuse.org
+
+- Update to version 3.0.3:
+  + Misc bugfixes
+  + Updated translations.
+
+---

calling whatdependson for head-i586


Old:

  gedit-3.0.2.tar.bz2

New:

  gedit-3.0.4.tar.bz2



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.ctGrdM/_old  2011-06-06 11:26:47.0 +0200
+++ /var/tmp/diff_new_pack.ctGrdM/_new  2011-06-06 11:26:47.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gedit
-Version:3.0.2
+Version:3.0.4
 Release:1
 License:GPLv2+
 Summary:Small and lightweight UTF-8 text editor

++ gedit-3.0.2.tar.bz2 -> gedit-3.0.4.tar.bz2 ++
 34575 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit gedit for openSUSE:Factory

2011-05-05 Thread h_root

Hello community,

here is the log from the commit of package gedit for openSUSE:Factory
checked in at Thu May 5 14:00:44 CEST 2011.




--- GNOME/gedit/gedit.changes   2011-02-18 16:08:25.0 +0100
+++ /mounts/work_src_done/STABLE/gedit/gedit.changes2011-04-27 
14:59:39.0 +0200
@@ -1,0 +2,86 @@
+Wed Apr 27 12:51:44 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.2:
+  + Misc bugfixes
+  + Updated translations.
+- Changes from version 3.0.1:
+  + Various fixes in search popup
+  + Style improvements
+  + Misc bugfixes
+
+---
+Tue Apr  5 14:13:35 UTC 2011 - fcro...@novell.com
+
+- Update to version 3.0.0:
+  + Misc bugfixes
+  + Updated translations.
+
+---
+Mon Mar 28 16:17:25 UTC 2011 - fcro...@novell.com
+
+- Update to version 2.91.11:
+  + Resurrect the plugin message bus
+  + More improvements in the new user help
+  + Misc bugfixes
+  + Updated translations.
+- Changes from version 2.91.10:
+  + More improvements in the new user help
+  + Misc bugfixes
+- Changes from version 2.91.9:
+  + More improvements in the new user help
+  + Reactivate external tools and snippets plugins
+  + Misc bugfixes
+- Changes from version 2.91.8:
+  + Help has been ported to mallard format
+  + Improvements in the overlay
+  + Misc bugfixes
+- Changes from version 2.91.7:
+  + Improvements in the overlay
+  + Misc bugfixes
+- Changes from version 2.91.6:
+  + Fix encoding conversion
+  + Add invalid char support
+  + More plugins ported to pygobject
+  + Misc bugfixes
+- Changes from version 2.91.5:
+  + Misc bugfixes
+- Changes from version 2.91.4:
+  + Port snippets plugin to libpeas/gtk3
+  + Misc bugfixes
+- Changes from version 2.91.3:
+  + Misc bugfixes
+- Changes from version 2.91.2:
+  + Fix conversion of line endings when loading a file
+  + Update to the latest Gtk3 api changes
+  + Move the taglist plugin to the gedit-plugins package
+  + Misc bugfixes
+- Changes from version 2.91.1:
+  + Use native GtkNotebook DnD implementation
+  + Update to the latest Gtk3 api changes
+  + Misc bugfixes
+- Changes from version 2.91.0:
+  + New reworked search dialog
+  + Added mallard snippets
+  + Updated translations.
+- Changes from version 2.90.0:
+  + Add GSettings migration file
+  + Misc bugfixes
+- Drop BuildRequires: gconf2-devel (move to GSettings),
+  python-devel, python-gtk-devel, python-gtksourceview-devel (move
+  to libpeas-based plugins).
+- Add new pkgconfig() BuildRequires: libpeas-gtk-1.0,
+  gsettings-desktop-schemas, libsoup-2.4.
+- Move to pkgconfig()-style BuildRequires:
+  + Old ones: gtksourceview-devel, python-gobject2-devel.
+  + New ones: gtksourceview-3.0, pygobject-2.0.
+- Replace GConf2 schemas handling with GSettings schemas handling,
+  with %glib2_gsettings_schema_* macros.
+- Replace python-gnome, python-gobject2, python-gtk,
+  python-gtksourceview Requires with just a python-gobject Requires
+  thanks to introspection-based python binding.
+- Change Obsoletes for gedit-doc to be strict (< instead of <=) now
+  that we have a new version.
+- Add /sbin/ldconfig to %post/%postun as there is now a (private)
+  library installed by the package.
+
+---

calling whatdependson for head-i586


Old:

  gedit-2.30.4.tar.bz2

New:

  gedit-3.0.2.tar.bz2



Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.29ZVcE/_old  2011-05-05 13:56:54.0 +0200
+++ /var/tmp/diff_new_pack.29ZVcE/_new  2011-05-05 13:56:54.0 +0200
@@ -18,9 +18,8 @@
 
 
 Name:   gedit
-Version:2.30.4
-Release:7
-# NOTE: on upgrade to a new upstream version, change the doc Obsoletes from <= 
to <
+Version:3.0.2
+Release:1
 License:GPLv2+
 Summary:Small and lightweight UTF-8 text editor
 Url:http://www.gnome.org
@@ -30,29 +29,24 @@
 Patch0: gedit-desktop.patch
 BuildRequires:  enchant-devel
 BuildRequires:  fdupes
-BuildRequires:  gconf2-devel
 BuildRequires:  gettext
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gtk-doc
-BuildRequires:  gtksourceview-devel
 BuildRequires:  intltool
 BuildRequires:  iso-codes-devel
-BuildRequires:  python
-BuildRequires:  python-devel
-BuildRequires:  python-gobject2-devel
-BuildRequires:  python-gtk-devel
-BuildRequires:  python-gtksourceview-devel
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
-Requires:   python-gnome
-Requires:   python-gobject2
-Requires:   python-gtk
-Requires:   python-gtksourceview
+BuildRequires:  pkgconfig(gsettings-desktop-schemas)
+BuildRequires:  pkgconfig(gtksourceview-3.0)
+BuildRequires:  pkgconfig(libpeas-gtk-1.0)
+BuildRequires:  pkgconfig(libsoup-2.4)
+BuildRequires:  pkgcon

commit gedit for openSUSE:Factory

2011-02-22 Thread h_root

Hello community,

here is the log from the commit of package gedit for openSUSE:Factory
checked in at Tue Feb 22 14:16:24 CET 2011.




--- GNOME/gedit/gedit.changes   2011-02-13 17:22:16.0 +0100
+++ /mounts/work_src_done/STABLE/gedit/gedit.changes2011-02-18 
16:08:25.0 +0100
@@ -1,0 +2,6 @@
+Fri Feb 18 13:56:50 UTC 2011 - g...@opensuse.org
+
+- modified gedit-desktop.patch in order claim support for
+  additional MIME types
+
+---

calling whatdependson for head-i586




Other differences:
--
++ gedit.spec ++
--- /var/tmp/diff_new_pack.TztTMt/_old  2011-02-22 14:15:14.0 +0100
+++ /var/tmp/diff_new_pack.TztTMt/_new  2011-02-22 14:15:14.0 +0100
@@ -19,7 +19,7 @@
 
 Name:   gedit
 Version:2.30.4
-Release:2
+Release:7
 # NOTE: on upgrade to a new upstream version, change the doc Obsoletes from <= 
to <
 License:GPLv2+
 Summary:Small and lightweight UTF-8 text editor

++ gedit-desktop.patch ++
--- /var/tmp/diff_new_pack.TztTMt/_old  2011-02-22 14:15:14.0 +0100
+++ /var/tmp/diff_new_pack.TztTMt/_new  2011-02-22 14:15:14.0 +0100
@@ -7,7 +7,7 @@
  Type=Application
  StartupNotify=true
 -MimeType=text/plain;
-+MimeType=text/plain;application/x-shellscript;text/x-c;text/x-c++;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-makefile;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;
++MimeType=application/x-awk;application/x-csh;application/x-perl;application/x-php;application/x-shellscript;text/plain;text/x-c;text/x-c++;text/x-c++hdr;text/x-chdr;text/x-c++src;text/x-csrc;text/x-fortran;text/x-java;text/x-log;text/x-makefile;text/x-moc;text/x-pascal;text/x-patch;text/x-python;text/x-readme;text/x-scheme;text/x-tcl;text/x-tex;
  Icon=accessories-text-editor
  Categories=GNOME;GTK;Utility;TextEditor;
  X-GNOME-DocPath=gedit/gedit.xml






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org