Hello community,

here is the log from the commit of package xed for openSUSE:Factory checked in 
at 2018-05-15 10:10:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xed (Old)
 and      /work/SRC/openSUSE:Factory/.xed.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xed"

Tue May 15 10:10:41 2018 rev:18 rq:605760 version:1.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/xed/xed.changes  2017-11-27 22:16:31.394746136 
+0100
+++ /work/SRC/openSUSE:Factory/.xed.new/xed.changes     2018-05-15 
10:32:07.714994381 +0200
@@ -1,0 +2,28 @@
+Thu May  8 20:40:20 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.8.0:
+  * Fix clang compile issue.
+  * Fix Py*DeprecationWarning.
+  * Pull upstream fixes for gtk and gtksourceview changes.
+  * preferences-dialog: Complete revamp.
+  * xed-window: Rework the fullscreen toolbar.
+  * xed-status-combo-box: Remove some deprecated css functionality.
+  * xed-view-frame: Fix the css for the minimap frame.
+  * xed-notebook: Clean up some gtk3.20+ conditionals.
+  * Add a shortcuts window.
+  * xed-view: Add shortcuts for change case.
+  * css: Add support for Adwaita.
+  * xed-searchbar: Fix the size of the searchbar close button.
+  * xed-spell-checker.c: Clean up the code formatting.
+  * spell-plugin: Update for removal of some deprecated
+    functionality.
+  * xed-notebook: Allow changing tabs with mouse back/forward
+    buttons.
+  * Clean up a few build warnings.
+  * spell-plugin: Port to gspell.
+  * spell-plugin: Fix a link to the help file.
+  * Add C tags to the taglist plugin.
+  * xed-window: Fix a potential crash.
+  * Creation of plugin Word completion.
+
+-------------------------------------------------------------------

Old:
----
  xed-1.6.3.tar.gz

New:
----
  xed-1.8.0.tar.gz

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

Other differences:
------------------
++++++ xed.spec ++++++
--- /var/tmp/diff_new_pack.krI1LE/_old  2018-05-15 10:32:08.342971316 +0200
+++ /var/tmp/diff_new_pack.krI1LE/_new  2018-05-15 10:32:08.342971316 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xed
 #
-# 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,12 +17,12 @@
 
 
 Name:           xed
-Version:        1.6.3
+Version:        1.8.0
 Release:        0
 Summary:        A text editor with highlighting
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/GUI/Other
-Url:            https://github.com/linuxmint/xed
+URL:            https://github.com/linuxmint/xed
 Source:         
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
@@ -32,12 +32,14 @@
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(enchant)
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.14
+BuildRequires:  pkgconfig(gspell-1)
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(gtksourceview-3.0)
 BuildRequires:  pkgconfig(iso-codes)
 BuildRequires:  pkgconfig(libpeas-gtk-1.0)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(sm)
+BuildRequires:  pkgconfig(xapp)
 Requires:       libpeas-loader-python3
 Requires:       xapps-common
 Recommends:     %{name}-lang
@@ -92,20 +94,21 @@
 
 %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 README debian/changelog
+%license COPYING
+%doc AUTHORS README debian/changelog
 %{_bindir}/%{name}
 %{_datadir}/%{name}/
 %exclude %{_datadir}/%{name}/gir-1.0/

++++++ xed-1.6.3.tar.gz -> xed-1.8.0.tar.gz ++++++
++++ 16389 lines of diff (skipped)


Reply via email to