Update to 46.1
This commit is contained in:
parent
b59360990f
commit
1a796cd75d
1
.gitignore
vendored
1
.gitignore
vendored
@ -136,3 +136,4 @@ gedit-2.31.6.tar.bz2
|
||||
/gedit-43.alpha.tar.xz
|
||||
/gedit-44.2.tar.xz
|
||||
/gedit-45.0.tar.xz
|
||||
/gedit-46.1.tar.xz
|
||||
|
||||
12
gedit.spec
12
gedit.spec
@ -1,28 +1,28 @@
|
||||
%global amtk_version 5.6
|
||||
%global glib2_version 2.64
|
||||
%global glib2_version 2.70
|
||||
%global gtk3_version 3.22
|
||||
%global gtksourceview_version 299.0.1
|
||||
%global libpeas_version 1.14.1
|
||||
%global gspell_version 1.0
|
||||
%global pygo_version 3.0.0
|
||||
%global tepl_version 6.5.1
|
||||
%global tepl_version 6.8
|
||||
|
||||
# Filter provides for plugin .so files
|
||||
%global __provides_exclude_from ^%{_libdir}/gedit/plugins/
|
||||
|
||||
%global apiver 45
|
||||
%global apiver 46
|
||||
|
||||
%global tarball_version %%(echo %{version} | tr '~' '.')
|
||||
|
||||
Name: gedit
|
||||
Epoch: 2
|
||||
Version: 45.0
|
||||
Version: 46.1
|
||||
Release: %autorelease
|
||||
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}/45/%{name}-%{tarball_version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/%{name}/46/%{name}-%{tarball_version}.tar.xz
|
||||
|
||||
BuildRequires: pkgconfig(amtk-5) >= %{amtk_version}
|
||||
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
||||
@ -91,6 +91,8 @@ Install gedit-devel if you want to write plugins for gedit.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{tarball_version}
|
||||
# renamed with no API changes
|
||||
sed -i -e 's|libgedit-amtk|amtk|g' meson.build docs/reference/meson.build
|
||||
|
||||
%build
|
||||
%meson -Dgtk_doc=true
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gedit-45.0.tar.xz) = 5f9ea9df9fe2572127f97980a4f3fe96931dc4e9beea6f08c2e20777ca7dfd58569de0ca09c9b9e03ed0beb27c2bf277a910c50babf9c1d258b495d364d60cf5
|
||||
SHA512 (gedit-46.1.tar.xz) = 42cf210afd35df8d6d3590ebb5ff310b74ccf9da803277cd375474629e2bd32bc542f34e3c307a1f591c04e861b92e153e4c9a2daa852e5250fc1294d4bbf72d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user