commit pluma for openSUSE:Factory

2020-08-31 Thread root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2020-08-31 16:50:12

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


Package is "pluma"

Mon Aug 31 16:50:12 2020 rev:25 rq:830621 version:1.24.1

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2020-03-03 
10:18:32.582936223 +0100
+++ /work/SRC/openSUSE:Factory/.pluma.new.3399/pluma.changes2020-08-31 
16:50:46.868369865 +0200
@@ -1,0 +2,11 @@
+Mon Aug 31 02:16:04 UTC 2020 - Hillwood Yang 
+
+- Update version to 1.24.1
+  * Translations update
+  * build: silent build warnings for distcheck
+  * help: Remove Open Location from shortcut keys table
+  * build: do not override the default value for MATE_COMPILE_WARNINGS
+  * Use user page on github when user email is private
+  * Update authors
+
+---

Old:

  pluma-1.24.0.tar.xz

New:

  pluma-1.24.1.tar.xz
  pluma-1.24.1.tar.xz.sha256sum



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.ofCNn3/_old  2020-08-31 16:50:47.668370253 +0200
+++ /var/tmp/diff_new_pack.ofCNn3/_new  2020-08-31 16:50:47.672370255 +0200
@@ -18,13 +18,15 @@
 
 %define typelib typelib-1_0-Pluma-1_0
 %define _version 1.24
+
 Name:   pluma
-Version:1.24.0
+Version:1.24.1
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0-or-later
 URL:https://mate-desktop.org/
 Source: 
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+Source99:   
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz.sha256sum
 BuildRequires:  fdupes
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
@@ -39,7 +41,6 @@
 BuildRequires:  pkgconfig(libpeas-gtk-1.0)
 BuildRequires:  pkgconfig(sm)
 Requires:   mate-desktop-gsettings-schemas
-Recommends: %{name}-lang
 # mate-text-editor was last used in openSUSE 13.1.
 Provides:   mate-text-editor = %{version}
 Obsoletes:  mate-text-editor < %{version}

++ pluma-1.24.0.tar.xz -> pluma-1.24.1.tar.xz ++
 66537 lines of diff (skipped)

++ pluma-1.24.1.tar.xz.sha256sum ++
2e251113afa1af63fb98f28f2b49aea874c5f654a33da3ad12994580882bece9  
pluma-1.24.1.tar.xz



commit pluma for openSUSE:Factory

2020-03-03 Thread root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2020-03-03 10:17:19

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


Package is "pluma"

Tue Mar  3 10:17:19 2020 rev:24 rq:780548 version:1.24.0

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2019-07-31 
14:36:15.613870390 +0200
+++ /work/SRC/openSUSE:Factory/.pluma.new.26092/pluma.changes   2020-03-03 
10:18:32.582936223 +0100
@@ -1,0 +2,23 @@
+Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin 
+
+- Update to version 1.24.0 (changes since 1.23.1):
+  * pluma-view: Avoid static gboolean variable.
+  * Avoid g_type_class_add_private.
+  * Fix build with GtkSourceView 3.22.
+  * gla11y: Use version 0.3 which already defaults to using python3.
+  * Avoid to make new GSettings variables.
+  * Use GSettings pluma_prefs_manager instead.
+  * Taglist: Load the local translation string from lang.mo file.
+  * Ignore comment element in xml file.
+  * Add translator hints.
+  * Migrate from intltool to gettext.
+  * window: Do not override GdkWindowState.
+  * pluma-document: Avoid garbage value in file_with_bom function.
+  * preferences: Change Draw to Show.
+  * smart-converter: Fix memory leaks.
+  * Add gbk encoding.
+  * build: Show compiler flags on configuration summary.
+  * Update translations.
+- Drop support for old openSUSE versions.
+
+---

Old:

  pluma-1.23.1.tar.xz

New:

  pluma-1.24.0.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.uGCd5T/_old  2020-03-03 10:18:33.702938541 +0100
+++ /var/tmp/diff_new_pack.uGCd5T/_new  2020-03-03 10:18:33.702938541 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pluma
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -17,25 +17,23 @@
 
 
 %define typelib typelib-1_0-Pluma-1_0
-%define _version 1.23
+%define _version 1.24
 Name:   pluma
-Version:1.23.1
+Version:1.24.0
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0-or-later
-Group:  System/GUI/Other
 URL:https://mate-desktop.org/
 Source: 
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
-# set to _version when mate-common has an equal release
-BuildRequires:  mate-common >= 1.22
+BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(enchant)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.50
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0)
@@ -61,7 +59,6 @@
 
 %package devel
 Summary:Small and lightweight UTF-8 text editor
-Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
 Requires:   %{typelib} = %{version}
 Requires:   pkgconfig(gtksourceview-3.0)
@@ -78,7 +75,6 @@
 
 %package -n %{typelib}
 Summary:Small and lightweight UTF-8 text editor introspection
-Group:  System/Libraries
 
 %description -n %{typelib}
 pluma is a small, but powerful text editor designed specifically
@@ -95,7 +91,7 @@
 %build
 NOCONFIGURE=1 mate-autogen
 %configure
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
@@ -104,19 +100,9 @@
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 
-%post
-/sbin/ldconfig
-%if 0%{?suse_version} < 1500
-%desktop_database_post
-%glib2_gsettings_schema_post
-%endif
-
-%postun
-/sbin/ldconfig
-%if 0%{?suse_version} < 1500
-%desktop_database_postun
-%glib2_gsettings_schema_postun
-%endif
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
 
 %files
 %license COPYING

++ pluma-1.23.1.tar.xz -> pluma-1.24.0.tar.xz ++
 1162557 lines of diff (skipped)




commit pluma for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2019-07-31 14:36:09

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


Package is "pluma"

Wed Jul 31 14:36:09 2019 rev:23 rq:719972 version:1.23.1

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2019-06-19 
20:58:26.169983011 +0200
+++ /work/SRC/openSUSE:Factory/.pluma.new.4126/pluma.changes2019-07-31 
14:36:15.613870390 +0200
@@ -1,0 +2,37 @@
+Fri Jul 19 08:00:21 UTC 2019 - Jonathan Brielmaier 
+
+- Update to version 1.23.1:
+  * Translations update
+  * fix build error when gla11y is not installed
+  * avoid 'g_type_class_add_private'
+  * Add support for checking .ui accessibility with gla11y
+  * preferences: Fix inconsistent active state of trailing characters
+  * Add draw spaces/tabs/newlines options
+  * Draw spaces, tabs, newlines and nbsp.
+  * Fix use of deprecated glib-genmarshal types
+  * add snippet to toggle comment/uncomment
+  * pluma-print-preview: Fix warning: identical expressions
+  * Switch to Python 3 and change code for compatibility.
+
+---
+Thu Jul 18 13:48:08 UTC 2019 - Jonathan Brielmaier 
+
+- Update to version 1.23.0:
+  * Translations update
+  * fix build error when gla11y is not installed
+  * avoid 'g_type_class_add_private'
+  * Add support for checking .ui accessibility with gla11y
+  * Use smart tabs to fix indentation and alignment
+  * preferences: Fix inconsistent active state of trailing characters
+  * Add draw spaces/tabs/newlines options
+  * Draw spaces, tabs, newlines and nbsp.
+  * Fix use of deprecated glib-genmarshal types
+  * add snippet to toggle comment/uncomment
+  * pluma-print-preview: Fix warning: identical expressions
+  * Switch to Python 3 and change code for compatibility.
+- remove patch:
+  * pluma-gtk-3.20.patch: we don't support gtk3.20 anymore
+- build require gtk >= 3.22, glib >= 2.50 and gio >= 2.50
+ 
+
+---

Old:

  pluma-1.22.1.tar.xz
  pluma-gtk-3.20.patch

New:

  pluma-1.23.1.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.7QLzil/_old  2019-07-31 14:36:16.161870110 +0200
+++ /var/tmp/diff_new_pack.7QLzil/_new  2019-07-31 14:36:16.161870110 +0200
@@ -17,26 +17,25 @@
 
 
 %define typelib typelib-1_0-Pluma-1_0
-%define _version 1.22
+%define _version 1.23
 Name:   pluma
-Version:1.22.1
+Version:1.23.1
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0-or-later
 Group:  System/GUI/Other
 URL:https://mate-desktop.org/
 Source: 
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-# PATCH-FEATURE-OPENSUSE pluma-gtk-3.20.patch -- Restore GLib 2.48 and GTK+ 
3.20 support.
-Patch0: pluma-gtk-3.20.patch
 BuildRequires:  fdupes
-BuildRequires:  mate-common >= %{_version}
+# set to _version when mate-common has an equal release
+BuildRequires:  mate-common >= 1.22
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(enchant)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.48
+BuildRequires:  pkgconfig(glib-2.0) >= 2.50
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0)

++ pluma-1.22.1.tar.xz -> pluma-1.23.1.tar.xz ++
 88514 lines of diff (skipped)




commit pluma for openSUSE:Factory

2019-06-19 Thread root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2019-06-19 20:58:22

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


Package is "pluma"

Wed Jun 19 20:58:22 2019 rev:22 rq:704759 version:1.22.1

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2019-05-16 
22:05:08.630560945 +0200
+++ /work/SRC/openSUSE:Factory/.pluma.new.4811/pluma.changes2019-06-19 
20:58:26.169983011 +0200
@@ -1,0 +2,12 @@
+Sun May 12 18:13:56 UTC 2019 - Alexei Sorokin 
+
+- Update to version 1.22.1:
+  * Update installation instructions, fix spelling and an old
+reference.
+  * Help: Replace link linkend with xref linkend.
+  * help: Update copyright..
+  * Use ITS in docbook article info, validate with dbits schemas.
+  * Upgrade the manual to docbook 5.0.
+  * Update translations.
+
+---

Old:

  pluma-1.22.0.tar.xz

New:

  pluma-1.22.1.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.KBr2gp/_old  2019-06-19 20:58:26.905983670 +0200
+++ /var/tmp/diff_new_pack.KBr2gp/_new  2019-06-19 20:58:26.909983674 +0200
@@ -19,7 +19,7 @@
 %define typelib typelib-1_0-Pluma-1_0
 %define _version 1.22
 Name:   pluma
-Version:1.22.0
+Version:1.22.1
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0-or-later
@@ -91,8 +91,7 @@
 %lang_package
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 NOCONFIGURE=1 mate-autogen

++ pluma-1.22.0.tar.xz -> pluma-1.22.1.tar.xz ++
 949798 lines of diff (skipped)




commit pluma for openSUSE:Factory

2019-05-16 Thread root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2019-05-16 22:05:06

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


Package is "pluma"

Thu May 16 22:05:06 2019 rev:21 rq:682587 version:1.22.0

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2018-12-28 
12:36:03.751932391 +0100
+++ /work/SRC/openSUSE:Factory/.pluma.new.5148/pluma.changes2019-05-16 
22:05:08.630560945 +0200
@@ -1,0 +2,64 @@
+Tue Mar  5 15:19:33 UTC 2019 - sor.ale...@meowr.ru
+
+- Update to version 1.22.0:
+  * pluma-utils.c: Avoid deprecated gdk_error_trap_push/pop.
+  * pluma-notebook: Pass event to gdk_seat_grab.
+  * pluma-window: Use gtk_menu_popup_at_widget for GtkNotebook.
+  * Avoid deprecated gtk_menu_popup.
+  * pluma-notebook.c: Avoid deprecated gdk_pointer_ ... functions.
+  * pluma-notebook.c: Avoid deprecated gdk_window_at_pointer.
+  * Avoid deprecated gtk_dialog_get_action_area.
+  * pluma-view.c: Avoid deprecated gtk_widget_override_font.
+  * Avoid deprecated gtk_font_button_set/get_font_name.
+  * pluma-file-browser-widget.c: Avoid deprecated GtkImageMenuItem.
+  * error-message-area: Avoid gtk_info_bar_new_with_buttons with
+stock ids.
+  * Avoid gtk_info_bar_add_button with stock ids.
+  * Avoid pluma_file_chooser_dialog_new with stock ids.
+  * Avoid gtk_file_chooser_dialog_new with stock ids.
+  * pluma-time-plugin.c: Avoid gtk_dialog_new_with_buttons with
+stock ids.
+  * Avoid gtk_dialog_add_buttons with stock ids.
+  * Use the same legal.xml file.
+  * Refer to the strftime(3) man page for more information.
+  * Refer to the pluma(1) man page for more information.
+  * prefs-manager: Silent some build warnings.
+  * Fix a few introspection and doc warnings.
+  * Fix search backwards with regex.
+  * pluma-document: Fix a possible memory leak.
+  * pluma-view: Fix: Don't lose the PRIMARY clipboard.
+  * Make the "close confirmation" dialogue bigger with multiple
+files.
+  * pluma-view: Fix bold and italic fonts in menus.
+  * spell plugin: Autocheck spelling with [control + F7].
+  * Add the option to hide the first tab if there is only one tab.
+  * pluma-view: Fix a possible memory leak.
+  * pluma-view: Use static variables for cssprovider and settings.
+  * pluma-view: Synch the font in context-menu with a gsettings key.
+  * pluma-window: Make sure some resources are freed.
+  * Add the ability to switch tabs using [ctrl+tab] and
+[ctrl+shift+tab].
+  * pluma-view: Fix the font in context menu.
+  * pluma-view: pluma_override_font: Add CSS provider only one time.
+  * pluma-view: Fix: Bold and Italic fonts don't work.
+  * Add update-authors.pl script which helps to update
+pluma.about.
+  * Read authors (updated) from pluma.about file.
+  * Show enchant version when configure.
+  * Replace the deprecated enchant_dict_add_to_pwl with
+enchant_dict_add.
+  * Make translatable the documenters in the About dialogue.
+  * Ensure proper translation of the About dialogue title.
+  * Add Licence button in About Pluma dialogue.
+  * Make translatable the copyright in the About dialogue.
+  * Remove type & url attr of ulink in translation.
+  * Remove deprecated help section: Opening a File from a URI.
+  * eggsmclient: Avoid deprecated g_type_class_add_private.
+  * Get snippet window size before destroying it.
+  * Fix misplaced underscore.
+  * pluma-utils: Fix a memory leak.
+  * pluma-window: Fix memory leaks.
+  * Update translations.
+- Rebase pluma-gtk-3.20.patch.
+
+---

Old:

  pluma-1.20.4.tar.xz

New:

  pluma-1.22.0.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.f6jJTo/_old  2019-05-16 22:05:09.63856 +0200
+++ /var/tmp/diff_new_pack.f6jJTo/_new  2019-05-16 22:05:09.63856 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pluma
 #
-# 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
@@ -17,9 +17,9 @@
 
 
 %define typelib typelib-1_0-Pluma-1_0
-%define _version 1.20
+%define _version 1.22
 Name:   pluma
-Version:1.20.4
+Version:1.22.0
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0-or-later

++ pluma-1.20.4.tar.xz -> pluma-1.22.0.tar.xz ++
 770008 lines of diff (skipped)

++ pluma-gtk-3.20.patch ++
--- /var/tmp/diff_new_pack.f6jJTo/_old  2019-05-16 22:05:11.690558078 +0200
+++ 

commit pluma for openSUSE:Factory

2018-12-28 Thread root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2018-12-28 12:35:59

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


Package is "pluma"

Fri Dec 28 12:35:59 2018 rev:20 rq:661676 version:1.20.4

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2018-12-04 
20:54:00.500874332 +0100
+++ /work/SRC/openSUSE:Factory/.pluma.new.28833/pluma.changes   2018-12-28 
12:36:03.751932391 +0100
@@ -1,0 +2,8 @@
+Wed Dec 26 23:25:34 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.20.4:
+  * Disable deprecation warnings for distcheck.
+  * Move appdata to metainfo directory.
+  * Update translations.
+
+---

Old:

  pluma-1.20.3.tar.xz

New:

  pluma-1.20.4.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.qNY6WY/_old  2018-12-28 12:36:04.343931977 +0100
+++ /var/tmp/diff_new_pack.qNY6WY/_new  2018-12-28 12:36:04.343931977 +0100
@@ -19,13 +19,13 @@
 %define typelib typelib-1_0-Pluma-1_0
 %define _version 1.20
 Name:   pluma
-Version:1.20.3
+Version:1.20.4
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0-or-later
 Group:  System/GUI/Other
 URL:https://mate-desktop.org/
-Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+Source: 
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE pluma-gtk-3.20.patch -- Restore GLib 2.48 and GTK+ 
3.20 support.
 Patch0: pluma-gtk-3.20.patch
 BuildRequires:  fdupes
@@ -129,8 +129,8 @@
 %{_libexecdir}/%{name}/
 %{_datadir}/glib-2.0/schemas/*.xml
 %{_datadir}/applications/%{name}.desktop
-%dir %{_datadir}/appdata/
-%{_datadir}/appdata/%{name}.appdata.xml
+%dir %{_datadir}/metainfo/
+%{_datadir}/metainfo/%{name}.appdata.xml
 %{_mandir}/man?/%{name}.?%{?ext_man}
 %{_datadir}/help/C/%{name}/
 

++ pluma-1.20.3.tar.xz -> pluma-1.20.4.tar.xz ++
 4385 lines of diff (skipped)




commit pluma for openSUSE:Factory

2018-12-04 Thread root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2018-12-04 20:53:59

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


Package is "pluma"

Tue Dec  4 20:53:59 2018 rev:19 rq:652280 version:1.20.3

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2018-06-08 
23:15:25.164163938 +0200
+++ /work/SRC/openSUSE:Factory/.pluma.new.19453/pluma.changes   2018-12-04 
20:54:00.500874332 +0100
@@ -1,0 +2,16 @@
+Sun Nov 25 15:37:18 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.20.3:
+  * Use make functions for HELP_LINGUAS.
+  * help: Improvements.
+  * Remove unused screenshots.
+  * Fix spelling and grammar mistakes.
+  * Use actual pluma screenshot.
+  * pluma-document: Do not crash using files with "bom".
+  * pluma-view: Fix: unexpectedly switch between tabs.
+  * close-confirmation-dialog: Do not resize the dialogue
+unexpectedly.
+  * pluma-sort-plugin: Avoid an extra empty line.
+  * Update translations.
+
+---

Old:

  pluma-1.20.2.tar.xz

New:

  pluma-1.20.3.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.vRyb98/_old  2018-12-04 20:54:01.180873575 +0100
+++ /var/tmp/diff_new_pack.vRyb98/_new  2018-12-04 20:54:01.184873571 +0100
@@ -12,14 +12,14 @@
 # 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/
 #
 
 
 %define typelib typelib-1_0-Pluma-1_0
 %define _version 1.20
 Name:   pluma
-Version:1.20.2
+Version:1.20.3
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0-or-later
@@ -121,11 +121,7 @@
 %endif
 
 %files
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc AUTHORS NEWS README
 %{_bindir}/%{name}
 %{_datadir}/%{name}/

++ pluma-1.20.2.tar.xz -> pluma-1.20.3.tar.xz ++
 723893 lines of diff (skipped)




commit pluma for openSUSE:Factory

2018-06-08 Thread root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2018-06-08 23:15:19

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


Package is "pluma"

Fri Jun  8 23:15:19 2018 rev:18 rq:614398 version:1.20.2

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2018-03-20 
21:58:24.353903541 +0100
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2018-06-08 
23:15:25.164163938 +0200
@@ -1,0 +2,22 @@
+Thu Jun  5 11:44:33 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.20.2:
+  * pluma-notebook: Avoid new file with double click in a vertical
+scrollbar.
+  * pluma-notebook: Avoid new file with double click in forward
+arrow button.
+  * pluma-notebook: Fix unexpected behaviour with dnd selected text.
+  * pluma-view: Fix unexpected behaviour with dnd under line
+numbers.
+  * pluma-print-preview: Fix weird behaviour with mouse buttons.
+  * Fix Pluma crashing with a mouse wheel over a tab.
+  * pluma-view.c: Improve GtkCheckMenuItem "Display line numbers".
+  * Update translations.
+
+---
+Wed Apr 11 10:12:43 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.20.1:
+  * Make notebook tabs scrollable.
+
+---

Old:

  pluma-1.20.0.tar.xz

New:

  pluma-1.20.2.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.ie7Iuc/_old  2018-06-08 23:15:26.020133023 +0200
+++ /var/tmp/diff_new_pack.ie7Iuc/_new  2018-06-08 23:15:26.024132878 +0200
@@ -19,12 +19,12 @@
 %define typelib typelib-1_0-Pluma-1_0
 %define _version 1.20
 Name:   pluma
-Version:1.20.0
+Version:1.20.2
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0-or-later
 Group:  System/GUI/Other
-Url:https://mate-desktop.org/
+URL:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE pluma-gtk-3.20.patch -- Restore GLib 2.48 and GTK+ 
3.20 support.
 Patch0: pluma-gtk-3.20.patch

++ pluma-1.20.0.tar.xz -> pluma-1.20.2.tar.xz ++
 253588 lines of diff (skipped)




commit pluma for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2018-03-20 21:57:58

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


Package is "pluma"

Tue Mar 20 21:57:58 2018 rev:17 rq:586609 version:1.20.0

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2017-11-16 
14:02:05.831271116 +0100
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2018-03-20 
21:58:24.353903541 +0100
@@ -1,0 +2,34 @@
+Fri Mar  9 19:10:07 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.20.0:
+  * Require GTK+ 3.22 and GLib 2.50.
+  * Double click to the right of the last open tab to open a new
+tab.
+  * Support new location of the Gtk bookmarks file.
+  * docs: We have encodings combobox, not option menu.
+  * Remove references to PlumaStatus.
+  * docs: Remove some references to nonexistent stuff.
+  * filebrowser: Don't parse .hidden files - GIO does it since
+2.36.
+  * Don't request to save documents with no changes.
+  * Add a gsettings key to hide/show(default) tabs with the side
+pane.
+  * Hide tabs if the sidebar is used.
+  * Enable the ability to save the document if it was changed
+externally.
+  * Disable the ability to save the document if it has no changes.
+  * pluma-window: Have GtkRecentData on stack instead of allocating
+it.
+  * An implementation of WidthOfScreen and HeightOfScreen.
+  * Fix regexp replacement with backreferences (e.g. "\0").
+  * Make sure pluma opens in the same window of the workspace.
+  * Add a gsettings key: Show save confirmation if the files have
+changes.
+  * Put "peas_engine_enable_loader" in the correct pl.
+  * Make the list of recently used files work again.
+  * Fix some deprecations.
+  * Silent some build warnings.
+  * Update translations.
+- Add pluma-gtk-3.20.patch: Restore GLib 2.48 and GTK+ 3.20 support.
+
+---

Old:

  pluma-1.18.3.tar.xz

New:

  pluma-1.20.0.tar.xz
  pluma-gtk-3.20.patch



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.yDLrmG/_old  2018-03-20 21:58:25.141875170 +0100
+++ /var/tmp/diff_new_pack.yDLrmG/_new  2018-03-20 21:58:25.141875170 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pluma
 #
-# 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
@@ -17,24 +17,26 @@
 
 
 %define typelib typelib-1_0-Pluma-1_0
-%define _version 1.18
+%define _version 1.20
 Name:   pluma
-Version:1.18.3
+Version:1.20.0
 Release:0
 Summary:Text editor for the MATE desktop
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/Other
 Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+# PATCH-FEATURE-OPENSUSE pluma-gtk-3.20.patch -- Restore GLib 2.48 and GTK+ 
3.20 support.
+Patch0: pluma-gtk-3.20.patch
 BuildRequires:  fdupes
 BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
-BuildRequires:  python-libxml2
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(enchant)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.48
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0)
@@ -90,6 +92,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 NOCONFIGURE=1 mate-autogen
@@ -105,20 +108,25 @@
 
 %post
 /sbin/ldconfig
-%if 0%{?suse_version} <= 1320
+%if 0%{?suse_version} < 1500
 %desktop_database_post
 %glib2_gsettings_schema_post
 %endif
 
 %postun
 /sbin/ldconfig
-%if 0%{?suse_version} <= 1320
+%if 0%{?suse_version} < 1500
 %desktop_database_postun
 %glib2_gsettings_schema_postun
 %endif
 
 %files
-%doc AUTHORS COPYING NEWS README
+%if 0%{?suse_version} >= 1500
+%license COPYING
+%else
+%doc COPYING
+%endif
+%doc AUTHORS NEWS README
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %{_libdir}/%{name}/

++ pluma-1.18.3.tar.xz -> pluma-1.20.0.tar.xz ++
 93764 lines of diff (skipped)

++ pluma-gtk-3.20.patch ++
--- a/configure.ac
+++ b/configure.ac
@@ -142,16 +142,16 @@ fi
 
 AM_CONDITIONAL(ENABLE_ENCHANT, test x"$enable_enchant" = "xyes")
 
-GTK_REQUIRED=3.22.0
+GTK_REQUIRED=3.20.0
 GTKSOURCEVIEW_REQUIRED=3.0.0
 
 

commit pluma for openSUSE:Factory

2017-11-16 Thread root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2017-11-16 14:02:01

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


Package is "pluma"

Thu Nov 16 14:02:01 2017 rev:16 rq:541800 version:1.18.3

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2017-05-08 
19:04:43.381658864 +0200
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2017-11-16 
14:02:05.831271116 +0100
@@ -1,0 +2,10 @@
+Tue Nov 14 12:10:18 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.3:
+  * Fix pluma closing tabs unexpectedly with the [right+middle]
+click.
+  * Fix wrong behaviour when holding down a [middle + right] click.
+  * Fix pluma closing tabs unexpectedly with a middle click.
+  * Update translations.
+
+---

Old:

  pluma-1.18.2.tar.xz

New:

  pluma-1.18.3.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.kJB9nO/_old  2017-11-16 14:02:07.483211250 +0100
+++ /var/tmp/diff_new_pack.kJB9nO/_new  2017-11-16 14:02:07.483211250 +0100
@@ -19,7 +19,7 @@
 %define typelib typelib-1_0-Pluma-1_0
 %define _version 1.18
 Name:   pluma
-Version:1.18.2
+Version:1.18.3
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0+
@@ -105,16 +105,19 @@
 
 %post
 /sbin/ldconfig
+%if 0%{?suse_version} <= 1320
 %desktop_database_post
 %glib2_gsettings_schema_post
+%endif
 
 %postun
 /sbin/ldconfig
+%if 0%{?suse_version} <= 1320
 %desktop_database_postun
 %glib2_gsettings_schema_postun
+%endif
 
 %files
-%defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
@@ -128,17 +131,14 @@
 %{_datadir}/help/C/%{name}/
 
 %files devel
-%defattr(-,root,root)
 %doc %{_datadir}/gtk-doc/html/
 %{_includedir}/%{name}
 %{_libdir}/pkgconfig/%{name}.pc
 %{_datadir}/gir-1.0/Pluma-1.0.gir
 
 %files -n %{typelib}
-%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Pluma-1.0.typelib
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ pluma-1.18.2.tar.xz -> pluma-1.18.3.tar.xz ++
 6823 lines of diff (skipped)




commit pluma for openSUSE:Factory

2017-05-08 Thread root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2017-05-08 19:04:08

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


Package is "pluma"

Mon May  8 19:04:08 2017 rev:15 rq:493365 version:1.18.2

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2017-04-17 
10:26:26.949042564 +0200
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2017-05-08 
19:04:43.381658864 +0200
@@ -1,0 +2,7 @@
+Sun May  7 20:20:04 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.2:
+  * Improve the close-confirm dialogue.
+  * Update translations.
+
+---

Old:

  pluma-1.18.1.tar.xz

New:

  pluma-1.18.2.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.0CEIVZ/_old  2017-05-08 19:04:46.297246986 +0200
+++ /var/tmp/diff_new_pack.0CEIVZ/_new  2017-05-08 19:04:46.301246421 +0200
@@ -19,7 +19,7 @@
 %define typelib typelib-1_0-Pluma-1_0
 %define _version 1.18
 Name:   pluma
-Version:1.18.1
+Version:1.18.2
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0+

++ pluma-1.18.1.tar.xz -> pluma-1.18.2.tar.xz ++
 13146 lines of diff (skipped)




commit pluma for openSUSE:Factory

2017-04-17 Thread root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2017-04-17 10:26:25

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


Package is "pluma"

Mon Apr 17 10:26:25 2017 rev:14 rq:487437 version:1.18.1

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2017-03-20 
17:12:58.856911741 +0100
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2017-04-17 
10:26:26.949042564 +0200
@@ -1,0 +2,8 @@
+Tue Apr  4 17:20:24 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.1:
+  * Fix running under Wayland.
+  * modelines: Fix random crash on closing one of several Pluma
+windows.
+
+---

Old:

  pluma-1.18.0.tar.xz

New:

  pluma-1.18.1.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.tz22cw/_old  2017-04-17 10:26:27.928903797 +0200
+++ /var/tmp/diff_new_pack.tz22cw/_new  2017-04-17 10:26:27.932903231 +0200
@@ -19,7 +19,7 @@
 %define typelib typelib-1_0-Pluma-1_0
 %define _version 1.18
 Name:   pluma
-Version:1.18.0
+Version:1.18.1
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0+

++ pluma-1.18.0.tar.xz -> pluma-1.18.1.tar.xz ++
 7300 lines of diff (skipped)




commit pluma for openSUSE:Factory

2017-03-20 Thread root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2017-03-20 17:12:58

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


Package is "pluma"

Mon Mar 20 17:12:58 2017 rev:13 rq:481148 version:1.18.0

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2016-09-25 
14:44:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2017-03-20 
17:12:58.856911741 +0100
@@ -1,0 +2,23 @@
+Tue Mar 14 10:11:47 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 1.18.0:
+  * NEWS: Use consistent, project wide, markdown-like formatting to
+make generating release announcements easier.
+  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
+--with-gtk build option.
+  * Build: Actually build GObject introspection data.
+  * Build: Remove the --enable-deprecations option - it actually
+disables all deprecated stuff.
+  * Add the ability to search/replace text using regular expressions.
+  * Drop Python bindings and the --enable-python build option.
+  * Port the plugin system and both C and Python plugins to libpeas.
+  * Snippets plugin: Stop exposing functions on Pluma message bus
+(doesn't work with GObject introspection).
+  * Snippets plugin: Fix snippet parts staying after Ctrl-Z.
+  * Fix an unexpected closing of the first tab with middle-click
+under the line numbers column.
+  * Fix some runtime warnings in plugins.
+  * Some more fixes and cleanups in code and docs.
+  * Update translations.
+
+---

Old:

  pluma-1.16.0.tar.xz

New:

  pluma-1.18.0.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.CoG4Lz/_old  2017-03-20 17:12:59.620803880 +0100
+++ /var/tmp/diff_new_pack.CoG4Lz/_new  2017-03-20 17:12:59.624803315 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pluma
 #
-# 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
@@ -16,14 +16,15 @@
 #
 
 
-%define _version 1.16
+%define typelib typelib-1_0-Pluma-1_0
+%define _version 1.18
 Name:   pluma
-Version:1.16.0
+Version:1.18.0
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0+
 Group:  System/GUI/Other
-Url:http://mate-desktop.org/
+Url:https://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  mate-common >= %{_version}
@@ -32,12 +33,11 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(enchant)
-BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(gtksourceview-2.0)
+BuildRequires:  pkgconfig(gobject-introspection-1.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
+BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(iso-codes)
-BuildRequires:  pkgconfig(pygobject-2.0)
-BuildRequires:  pkgconfig(pygtk-2.0)
-BuildRequires:  pkgconfig(pygtksourceview-2.0)
+BuildRequires:  pkgconfig(libpeas-gtk-1.0)
 BuildRequires:  pkgconfig(sm)
 Requires:   mate-desktop-gsettings-schemas
 Recommends: %{name}-lang
@@ -62,7 +62,8 @@
 Summary:Small and lightweight UTF-8 text editor
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
-Requires:   pkgconfig(gtksourceview-2.0)
+Requires:   %{typelib} = %{version}
+Requires:   pkgconfig(gtksourceview-3.0)
 # mate-text-editor-devel was last used in openSUSE 13.1.
 Provides:   mate-text-editor-devel = %{version}
 Obsoletes:  mate-text-editor-devel < %{version}
@@ -74,6 +75,17 @@
 include syntax highlighting and automatic indentation of source
 code, printing and editing of multiple documents in one window.
 
+%package -n %{typelib}
+Summary:Small and lightweight UTF-8 text editor introspection
+Group:  System/Libraries
+
+%description -n %{typelib}
+pluma is a small, but powerful text editor designed specifically
+for the MATE desktop. It has most standard text editor functions
+and fully supports international text in Unicode. Advanced features
+include syntax highlighting and automatic indentation of source
+code, printing and editing of multiple documents in one window.
+
 %lang_package
 
 %prep
@@ -81,10 +93,8 @@
 
 %build
 NOCONFIGURE=1 mate-autogen
-%configure \
-  --with-gtk=2.0  \
-  --enable-python
-make %{?_smp_mflags}
+%configure
+make 

commit pluma for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2016-09-25 14:44:12

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


Package is "pluma"

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2016-08-17 
12:04:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2016-09-25 
14:44:14.0 +0200
@@ -1,0 +2,11 @@
+Tue Sep 20 20:50:25 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.16.0:
+  * Use GtkAboutDialog instead of MateAboutDialog.
+  * Drop dependency on libmate-desktop and --without-matedesktop
+build option.
+  * GTK+3: Fix lots of deprecations.
+  * Some more fixes and cleanups.
+  * Update translations.
+
+---

Old:

  pluma-1.14.1.tar.xz

New:

  pluma-1.16.0.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.TL0t5j/_old  2016-09-25 14:44:15.0 +0200
+++ /var/tmp/diff_new_pack.TL0t5j/_new  2016-09-25 14:44:15.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.14
+%define _version 1.16
 Name:   pluma
-Version:1.14.1
+Version:1.16.0
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0+
@@ -35,7 +35,6 @@
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtksourceview-2.0)
 BuildRequires:  pkgconfig(iso-codes)
-BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
 BuildRequires:  pkgconfig(pygobject-2.0)
 BuildRequires:  pkgconfig(pygtk-2.0)
 BuildRequires:  pkgconfig(pygtksourceview-2.0)
@@ -63,7 +62,6 @@
 Summary:Small and lightweight UTF-8 text editor
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
-Requires:   pkgconfig
 Requires:   pkgconfig(gtksourceview-2.0)
 # mate-text-editor-devel was last used in openSUSE 13.1.
 Provides:   mate-text-editor-devel = %{version}

++ pluma-1.14.1.tar.xz -> pluma-1.16.0.tar.xz ++
 69790 lines of diff (skipped)




commit pluma for openSUSE:Factory

2016-08-17 Thread h_root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2016-08-17 12:04:47

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


Package is "pluma"

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2016-04-15 
19:11:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2016-08-17 
12:04:49.0 +0200
@@ -1,0 +2,11 @@
+Sun Aug 14 11:23:16 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.14.1:
+  * Enable spell checking for new documents when Always Autocheck
+option is selected in Spell Check plugin.
+  * Fix restoring cursor position when loading a document.
+  * Install externaltools plugin only with Python support enabled.
+  * Make distcheck use currently selected GTK+ version.
+  * Update translations.
+
+---

Old:

  pluma-1.14.0.tar.xz

New:

  pluma-1.14.1.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.VVJ53k/_old  2016-08-17 12:04:50.0 +0200
+++ /var/tmp/diff_new_pack.VVJ53k/_new  2016-08-17 12:04:50.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.14
 Name:   pluma
-Version:1.14.0
+Version:1.14.1
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0+
@@ -27,6 +27,7 @@
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  mate-common >= %{_version}
+BuildRequires:  pkgconfig
 BuildRequires:  python-libxml2
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
@@ -62,6 +63,7 @@
 Summary:Small and lightweight UTF-8 text editor
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
+Requires:   pkgconfig
 Requires:   pkgconfig(gtksourceview-2.0)
 # mate-text-editor-devel was last used in openSUSE 13.1.
 Provides:   mate-text-editor-devel = %{version}

++ pluma-1.14.0.tar.xz -> pluma-1.14.1.tar.xz ++
 27759 lines of diff (skipped)




commit pluma for openSUSE:Factory

2016-04-15 Thread h_root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2016-04-15 19:11:02

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


Package is "pluma"

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2016-02-22 
08:58:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2016-04-15 
19:11:03.0 +0200
@@ -1,0 +2,23 @@
+Sat Apr  9 11:24:53 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.14.0:
+  * Update translations.
+  * Fix Changelog generation.
+
+---
+Mon Feb 22 13:43:54 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.13.1:
+  * Make switch-c tool in external tools work, fix security a issue.
+  * GTK+3: Add style class pluma-window and pluma-print-preview.
+
+---
+Thu Feb 19 12:35:17 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to version 1.13.0:
+  * GTK+3: Fix several deprecations.
+  * Implement middle-click tab closing.
+  * Drop MateConf migration script.
+  * Add a new Configure dialog for the Spell Check plugin.
+
+---

Old:

  pluma-1.12.2.tar.xz

New:

  pluma-1.14.0.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.ulyQOl/_old  2016-04-15 19:11:04.0 +0200
+++ /var/tmp/diff_new_pack.ulyQOl/_new  2016-04-15 19:11:04.0 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.12
+%define _version 1.14
 Name:   pluma
-Version:1.12.2
+Version:1.14.0
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0+
@@ -60,7 +60,7 @@
 
 %package devel
 Summary:Small and lightweight UTF-8 text editor
-Group:  Development/Libraries/C and C++
+Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
 Requires:   pkgconfig(gtksourceview-2.0)
 # mate-text-editor-devel was last used in openSUSE 13.1.
@@ -80,7 +80,9 @@
 %setup -q
 
 %build
+NOCONFIGURE=1 mate-autogen
 %configure \
+  --with-gtk=2.0  \
   --enable-python
 make %{?_smp_mflags}
 
@@ -91,10 +93,6 @@
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 
-if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
-rm -rf %{buildroot}%{_datadir}/MateConf/
-fi
-
 %post
 /sbin/ldconfig
 %desktop_database_post

++ pluma-1.12.2.tar.xz -> pluma-1.14.0.tar.xz ++
 365333 lines of diff (skipped)




commit pluma for openSUSE:Factory

2016-02-21 Thread h_root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2016-02-22 08:58:04

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


Package is "pluma"

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2015-12-01 
09:20:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2016-02-22 
08:58:12.0 +0100
@@ -1,0 +2,9 @@
+Thu Feb 18 17:54:13 UTC 2016 - sor.ale...@meowr.ru
+
+- Update to 1.12.2:
+  * Python console plugin: Fix missing icon in plugin list.
+  * Fix possible use-after-free during incremental search.
+  * GTK+3: Fix incremental search entry colour when text isn't
+found.
+
+---

Old:

  pluma-1.12.1.tar.xz

New:

  pluma-1.12.2.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.V3sjLm/_old  2016-02-22 08:58:13.0 +0100
+++ /var/tmp/diff_new_pack.V3sjLm/_new  2016-02-22 08:58:13.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pluma
 #
-# 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
@@ -18,7 +18,7 @@
 
 %define _version 1.12
 Name:   pluma
-Version:1.12.1
+Version:1.12.2
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0+
@@ -32,7 +32,7 @@
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(enchant)
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(gtksourceview-3.0)
+BuildRequires:  pkgconfig(gtksourceview-2.0)
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
 BuildRequires:  pkgconfig(pygobject-2.0)
@@ -60,9 +60,9 @@
 
 %package devel
 Summary:Small and lightweight UTF-8 text editor
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
-Requires:   pkgconfig(gtksourceview-3.0)
+Requires:   pkgconfig(gtksourceview-2.0)
 # mate-text-editor-devel was last used in openSUSE 13.1.
 Provides:   mate-text-editor-devel = %{version}
 Obsoletes:  mate-text-editor-devel < %{version}

++ pluma-1.12.1.tar.xz -> pluma-1.12.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluma-1.12.1/ChangeLog new/pluma-1.12.2/ChangeLog
--- old/pluma-1.12.1/ChangeLog  2015-11-30 09:28:05.0 +0100
+++ new/pluma-1.12.2/ChangeLog  2016-02-15 14:15:39.0 +0100
@@ -1,6 +1,64 @@
+commit 515bd4604c38d3f8941b2e91d988daa3b744374d
+Author: monsta 
+Date:   2016-02-15
+
+Release 1.12.2
+
+M  NEWS
+M  configure.ac
+
+commit 2c27ba6b33398d17c58329c8a75a60eebbbed439
+Author: monsta 
+Date:  2016-02-10
+
+plugins: use correct icon name for python console plugin
+
+M  plugins/pythonconsole/pythonconsole.pluma-plugin.desktop.in
+
+commit 3e7e440bd1e4b525411660e55a318210c60ee660
+Author: Monsta 
+Date:  2016-01-02
+
+fix typo
+
+closes https://github.com/mate-desktop/pluma/issues/167
+
+M  pluma/pluma-commands-search.c
+M  pluma/pluma-document.c
+
+commit 2f89a4feeae5fdf3915be3357fedfeb7e9c05408
+Author: Monsta 
+Date:  2015-12-25
+
+view: fix incremental search entry color when text isn't found (GTK+3)
+
+color and bg color depend on theme, so it won't always be white-on-red
+as in GTK+2 build
+
+M  pluma/pluma-view.c
+
+commit 3709dc03c4f9a8c98099666419bda06a1bc419b2
+Author: Monsta 
+Date:  2015-12-25
+
+view: use "entry state" term, not "entry background"
+
+M  pluma/pluma-view.c
+
+commit d5e14f93693ba01a41f3ea8bc1f70bafcd89d62a
+Author: monsta 
+Date:  2015-12-25
+
+fix possible use-after-free during incremental search
+
+adapted from
+
https://git.gnome.org/browse/gedit/commit/?id=f8508ca201e7d16fa5e18a6130f456fdd3fc0c99
+
+M  pluma/pluma-view.c
+
 commit 234d31adff2a88de5adc1e68a3bfb9d0904bf70c
 Author: monsta 
-Date:   2015-11-30
+Date:  2015-11-30
 
 Bump version to 1.12.1
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pluma-1.12.1/NEWS new/pluma-1.12.2/NEWS
--- old/pluma-1.12.1/NEWS   2015-11-30 09:25:05.0 +0100
+++ new/pluma-1.12.2/NEWS   2016-02-15 14:12:46.0 +0100
@@ -1,3 +1,10 @@
+pluma 1.12.2
+
+
+  * Python console plugin: 

commit pluma for openSUSE:Factory

2015-12-01 Thread h_root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2015-12-01 09:19:51

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


Package is "pluma"

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2015-11-11 
10:35:14.0 +0100
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2015-12-01 
09:20:00.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 30 10:20:18 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.12.1:
+  * Add --without-matedesktop option to enable build without
+dependency on libmate-desktop.
+
+---

Old:

  pluma-1.12.0.tar.xz

New:

  pluma-1.12.1.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.YrR7tZ/_old  2015-12-01 09:20:01.0 +0100
+++ /var/tmp/diff_new_pack.YrR7tZ/_new  2015-12-01 09:20:01.0 +0100
@@ -18,7 +18,7 @@
 
 %define _version 1.12
 Name:   pluma
-Version:1.12.0
+Version:1.12.1
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0+
@@ -41,6 +41,7 @@
 BuildRequires:  pkgconfig(sm)
 Requires:   mate-desktop-gsettings-schemas
 Recommends: %{name}-lang
+# mate-text-editor was last used in openSUSE 13.1.
 Provides:   mate-text-editor = %{version}
 Obsoletes:  mate-text-editor < %{version}
 Obsoletes:  mate-text-editor-lang < %{version}
@@ -62,6 +63,7 @@
 Group:  Development/Libraries/Other
 Requires:   %{name} = %{version}
 Requires:   pkgconfig(gtksourceview-3.0)
+# mate-text-editor-devel was last used in openSUSE 13.1.
 Provides:   mate-text-editor-devel = %{version}
 Obsoletes:  mate-text-editor-devel < %{version}
 

++ pluma-1.12.0.tar.xz -> pluma-1.12.1.tar.xz ++
 11526 lines of diff (skipped)




commit pluma for openSUSE:Factory

2015-11-11 Thread h_root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2015-11-11 10:31:02

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


Package is "pluma"

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2015-08-01 
11:35:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2015-11-11 
10:35:14.0 +0100
@@ -1,0 +2,20 @@
+Thu Nov  5 20:43:01 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.12.0.
+
+---
+Wed Oct 14 06:17:24 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.11.0:
+  * Add --enable-tests option to enable/disable running tests
+during the build.
+  * Add plugin to strip trailing spaces on saving.
+  * Bring back active plugins listing in bugreport script.
+  * Drop support for win32/osx and checkupdate plugin.
+  * Retrieve strings directly from gschema (requires intltool
+0.50.1).
+  * Capitalise Pluma in window titles and desktop file.
+  * Some annotation fixes.
+  * Some minor fixes and cleanups.
+
+---

Old:

  pluma-1.10.2.tar.xz

New:

  pluma-1.12.0.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.EerOab/_old  2015-11-11 10:35:15.0 +0100
+++ /var/tmp/diff_new_pack.EerOab/_new  2015-11-11 10:35:15.0 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define _version 1.10
+%define _version 1.12
 Name:   pluma
-Version:1.10.2
+Version:1.12.0
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0+
@@ -26,7 +26,7 @@
 Url:http://mate-desktop.org/
 Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
-BuildRequires:  mate-common >= 1.9.0
+BuildRequires:  mate-common >= %{_version}
 BuildRequires:  python-libxml2
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
@@ -34,26 +34,26 @@
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(iso-codes)
-BuildRequires:  pkgconfig(mate-desktop-2.0) >= 1.9.0
+BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
 BuildRequires:  pkgconfig(pygobject-2.0)
 BuildRequires:  pkgconfig(pygtk-2.0)
 BuildRequires:  pkgconfig(pygtksourceview-2.0)
 BuildRequires:  pkgconfig(sm)
 Requires:   mate-desktop-gsettings-schemas
-Recommends: %{name}-lang = %{version}
+Recommends: %{name}-lang
 Provides:   mate-text-editor = %{version}
 Obsoletes:  mate-text-editor < %{version}
 Obsoletes:  mate-text-editor-lang < %{version}
 %glib2_gsettings_schema_requires
 
 %description
-pluma is a small, but powerful text editor designed specifically
+Pluma is a small, but powerful text editor designed specifically
 for the MATE desktop. It has most standard text editor functions
 and fully supports international text in Unicode. Advanced features
 include syntax highlighting and automatic indentation of source
 code, printing and editing of multiple documents in one window.
 
-pluma is extensible through a plugin system, which currently
+Pluma is extensible through a plugin system, which currently
 includes support for spell checking, comparing files, viewing VCS
 ChangeLogs, and adjusting indentation levels.
 

++ pluma-1.10.2.tar.xz -> pluma-1.12.0.tar.xz ++
 49764 lines of diff (skipped)




commit pluma for openSUSE:Factory

2015-08-01 Thread h_root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2015-08-01 11:35:25

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


Package is pluma

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2015-07-03 
00:15:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2015-08-01 
11:35:28.0 +0200
@@ -1,0 +2,10 @@
+Wed Jul 15 11:23:21 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.10.2:
+  * Window title: display full path to files on mounted drives.
+  * Close confirmation dialog: make text unfocusable.
+  * Quickopen plugin: fix filebrowser plugin support.
+  * Time plugin: GTK+3 fix.
+  * Multiple help fixes.
+
+---

Old:

  pluma-1.10.1.tar.xz

New:

  pluma-1.10.2.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.5br3u9/_old  2015-08-01 11:35:29.0 +0200
+++ /var/tmp/diff_new_pack.5br3u9/_new  2015-08-01 11:35:29.0 +0200
@@ -18,7 +18,7 @@
 
 %define _version 1.10
 Name:   pluma
-Version:1.10.1
+Version:1.10.2
 Release:0
 Summary:Text editor for the MATE desktop
 License:GPL-2.0+

++ pluma-1.10.1.tar.xz - pluma-1.10.2.tar.xz ++
 32907 lines of diff (skipped)




commit pluma for openSUSE:Factory

2015-07-02 Thread h_root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2015-07-02 22:49:09

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


Package is pluma

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2014-12-01 
14:01:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2015-07-03 
00:15:09.0 +0200
@@ -1,0 +2,23 @@
+Fri Jun 19 17:41:51 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.10.1:
+  * Fix gschema translations.
+  * Gtk3 fixes.
+  * Fix man page formatting.
+  * Build system fixes.
+
+---
+Thu May  7 10:14:32 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 1.10.0 (changes since 1.9.1):
+  * Fix GLib = 2.43 compatibility.
+  * Update translations.
+- Spec cleanup.
+
+---
+Thu Jan 22 20:45:13 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.9.1 (unstable)
+  * Bug fixes release
+
+---
@@ -6,0 +30,25 @@
+---
+Tue Nov 25  7:30:17 UTC 2014 - hillw...@opensuse.org
+
+- Fix boo#906911,add mate-desktop-gsettings-schemas as a 
+  dependency
+
+---
+Sun Nov 23 22:39:00 UTC 2014 - p.drou...@gmail.com
+
+- Add pkgconfig(mate-desktop-2.0) build dependency; new build
+  requirement
+
+---
+Mon Jul 14 16:30:57 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.9.0 (unstable)
+  + Use MateAboutDialog from libmate-desktop
+- Move from GTK2 to GTK3
+  + Replace pkgconfig(gtk+-2.0) with pkgconfig(gtk+-3.0) requirement
+  + Remove pkgconfig(pygtk-2.0) and pkgconfig(pygtksourceview-2.0)
+build require
+  + Replace pkgconfig(pygobject-2.0) with pkgconfig(pygobject-3.0)
+requirement
+  + Pass with-gtk=3.0 in configure
+  

Old:

  pluma-1.8.1.tar.xz

New:

  pluma-1.10.1.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.Od5VKB/_old  2015-07-03 00:15:10.0 +0200
+++ /var/tmp/diff_new_pack.Od5VKB/_new  2015-07-03 00:15:10.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for pluma
+# spec file for package pluma
 #
-# 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
@@ -15,45 +15,47 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+%define _version 1.10
 Name:   pluma
-Version:   1.8.1
+Version:1.10.1
 Release:   0
-License:   GPL-2.0+
 Summary:   Text editor for the MATE desktop
-Url:   http://mate-desktop.org
+License:GPL-2.0+
 Group: System/GUI/Other
-Source:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-%glib2_gsettings_schema_requires
-
-BuildRequires:  mate-common
+Url:http://mate-desktop.org/
+Source: 
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 BuildRequires:  fdupes
+BuildRequires:  mate-common = 1.9.0
+BuildRequires:  python-libxml2
+BuildRequires:  update-desktop-files
+BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(enchant)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(iso-codes)
+BuildRequires:  pkgconfig(mate-desktop-2.0) = 1.9.0
 BuildRequires:  pkgconfig(pygobject-2.0)
 BuildRequires:  pkgconfig(pygtk-2.0)
 BuildRequires:  pkgconfig(pygtksourceview-2.0)
 BuildRequires:  pkgconfig(sm)
-BuildRequires:  python-libxml2
-BuildRequires:  update-desktop-files
-BuildRequires:  yelp-tools
 Requires:   mate-desktop-gsettings-schemas
+Recommends: %{name}-lang = %{version}
 Provides:   mate-text-editor = %{version}
 Obsoletes:  mate-text-editor  %{version}
 Obsoletes:  mate-text-editor-lang  %{version}
-Recommends: %{name}-lang
+%glib2_gsettings_schema_requires
 
 %description
-Pluma is a small, but powerful text editor designed specifically for
-the MATE desktop. It has most standard text editor functions and fully
-supports international text in Unicode. Advanced features include syntax
-highlighting and automatic indentation of source code, printing and editing
-of multiple documents in one window.
-
-plumais extensible through a plugin system, which 

commit pluma for openSUSE:Factory

2014-12-01 Thread h_root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2014-12-01 14:00:54

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


Package is pluma

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2014-05-02 
14:01:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2014-12-01 
14:01:01.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov 28 16:42:11 UTC 2014 - p.drou...@gmail.com
+
+- Fix boo#906911,add mate-desktop-gsettings-schemas as a 
+  dependency
+
+---



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.Lh0uOu/_old  2014-12-01 14:01:03.0 +0100
+++ /var/tmp/diff_new_pack.Lh0uOu/_new  2014-12-01 14:01:03.0 +0100
@@ -38,6 +38,7 @@
 BuildRequires:  python-libxml2
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
+Requires:   mate-desktop-gsettings-schemas
 Provides:   mate-text-editor = %{version}
 Obsoletes:  mate-text-editor  %{version}
 Obsoletes:  mate-text-editor-lang  %{version}

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



commit pluma for openSUSE:Factory

2014-05-02 Thread h_root
Hello community,

here is the log from the commit of package pluma for openSUSE:Factory checked 
in at 2014-05-02 14:01:36

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


Package is pluma

Changes:

--- /work/SRC/openSUSE:Factory/pluma/pluma.changes  2014-03-22 
18:02:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.pluma.new/pluma.changes 2014-05-02 
14:01:37.0 +0200
@@ -1,0 +2,7 @@
+Thu May  1 11:56:56 UTC 2014 - p.drou...@gmail.com
+
+- Update to version 1.8.1
+  + fix go to line crash
+  + translations updates
+
+---

Old:

  pluma-1.8.0.tar.xz

New:

  pluma-1.8.1.tar.xz



Other differences:
--
++ pluma.spec ++
--- /var/tmp/diff_new_pack.QvDTze/_old  2014-05-02 14:01:38.0 +0200
+++ /var/tmp/diff_new_pack.QvDTze/_new  2014-05-02 14:01:38.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   pluma
-Version:   1.8.0
+Version:   1.8.1
 Release:   0
 License:   GPL-2.0+
 Summary:   Text editor for the MATE desktop

++ pluma-1.8.0.tar.xz - pluma-1.8.1.tar.xz ++
 3957 lines of diff (skipped)

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