Update to 3.35.1
This commit is contained in:
parent
b735bfb296
commit
c15af8c8d7
1
.gitignore
vendored
1
.gitignore
vendored
@ -117,3 +117,4 @@ gedit-2.31.6.tar.bz2
|
||||
/gedit-3.33.92.tar.xz
|
||||
/gedit-3.34.0.tar.xz
|
||||
/gedit-3.34.1.tar.xz
|
||||
/gedit-3.35.1.tar.xz
|
||||
|
||||
16
gedit.spec
16
gedit.spec
@ -6,7 +6,7 @@
|
||||
|
||||
%global __python %{__python3}
|
||||
|
||||
%global glib2_version 2.44
|
||||
%global glib2_version 2.52
|
||||
%global gtk3_version 3.22.0
|
||||
%global gtksourceview_version 4.0.2
|
||||
%global libpeas_version 1.14.1
|
||||
@ -15,13 +15,13 @@
|
||||
|
||||
Name: gedit
|
||||
Epoch: 2
|
||||
Version: 3.34.1
|
||||
Version: 3.35.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Text editor for the GNOME desktop
|
||||
|
||||
License: GPLv2+ and GFDL
|
||||
URL: https://wiki.gnome.org/Apps/Gedit
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.34/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/3.35/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
@ -34,6 +34,7 @@ BuildRequires: pkgconfig(libpeas-gtk-1.0) >= %{libpeas_version}
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(pygobject-3.0)
|
||||
BuildRequires: pkgconfig(tepl-4)
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gtk-doc
|
||||
@ -92,7 +93,7 @@ Install gedit-devel if you want to write plugins for gedit.
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%meson -Ddocumentation=true
|
||||
%meson -Dgtk_doc=true
|
||||
|
||||
# parallel make disabled to work around desktop file translations going missing
|
||||
%define __ninja_common_opts -v
|
||||
@ -118,7 +119,7 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.gedit.de
|
||||
%{_libdir}/gedit/girepository-1.0
|
||||
%dir %{_libdir}/gedit
|
||||
%dir %{_libdir}/gedit/plugins
|
||||
%{_libdir}/gedit/libgedit-3.14.so
|
||||
%{_libdir}/gedit/libgedit-3.36.so
|
||||
%{_libdir}/gedit/plugins/docinfo.plugin
|
||||
%{_libdir}/gedit/plugins/libdocinfo.so
|
||||
%{_libdir}/gedit/plugins/filebrowser.plugin
|
||||
@ -157,12 +158,15 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.gedit.de
|
||||
%{_datadir}/metainfo/org.gnome.gedit.appdata.xml
|
||||
|
||||
%files devel
|
||||
%{_includedir}/gedit-3.14
|
||||
%{_includedir}/gedit-3.36
|
||||
%{_libdir}/pkgconfig/gedit.pc
|
||||
%{_datadir}/gtk-doc
|
||||
%{_datadir}/vala/
|
||||
|
||||
%changelog
|
||||
* Mon Jan 20 2020 Kalev Lember <klember@redhat.com> - 2:3.35.1-1
|
||||
- Update to 3.35.1
|
||||
|
||||
* Wed Nov 27 2019 Kalev Lember <klember@redhat.com> - 2:3.34.1-1
|
||||
- Update to 3.34.1
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gedit-3.34.1.tar.xz) = 22968c678a2f7ecf062f490d5eedc97aaa53b15932db801ea83eb336f01f41e7a6037a85508a40164f38dee406f8db097b7ef6f1481ab44ea82668766d24966d
|
||||
SHA512 (gedit-3.35.1.tar.xz) = 4b4de9f6d9331ba810032e9082cb0aafeef0edf3122ae4624d1f3beac5c5753558d85a2455329fe30db04fc0fa75a08e71064cb0669cad0771c8ae626120020f
|
||||
|
||||
Loading…
Reference in New Issue
Block a user