diff --git a/gedit.spec b/gedit.spec index cfefd42..6940119 100644 --- a/gedit.spec +++ b/gedit.spec @@ -15,7 +15,7 @@ Name: gedit Epoch: 2 Version: 3.36.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Text editor for the GNOME desktop License: GPLv2+ and GFDL @@ -25,7 +25,10 @@ Source0: https://download.gnome.org/sources/%{name}/3.36/%{name}-%{version}.tar. # Fix snippet plugin # https://gitlab.gnome.org/GNOME/gedit/issues/272 # https://gitlab.gnome.org/GNOME/gedit/-/commit/b91cb9aa9b56fae74942912adc51d15c80ae979b -Patch0: 0001-snippets-plugin-use-gtk_source_file_get_location.patch +Patch0: 0001-snippets-plugin-use-gtk_source_file_get_location.patch + +# https://gitlab.gnome.org/GNOME/gnome-build-meta/issues/252#note_742198 +Patch1: restore-overlay-scrollbars.patch BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} BuildRequires: pkgconfig(gobject-introspection-1.0) @@ -170,6 +173,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.gedit.de %{_datadir}/vala/ %changelog +* Fri Mar 20 2020 Michael Catanzaro - 2:3.36.0-3 +- Restore overlay scrollbars + * Thu Mar 19 2020 Adam Williamson - 2:3.36.0-2 - Backport fix for snippet plugin (#272)