Update to version 3.5.0
parent
8a7cdb999f
commit
44314226ad
|
@ -1,8 +1,8 @@
|
|||
# Review at https://bugzilla.redhat.com/show_bug.cgi?id=496166
|
||||
|
||||
Name: sakura
|
||||
Version: 3.2.0
|
||||
Release: 5%{?dist}
|
||||
Version: 3.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Terminal emulator based on GTK and VTE
|
||||
|
||||
Group: User Interface/X
|
||||
|
@ -13,7 +13,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.20
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(vte-2.90)
|
||||
BuildRequires: pkgconfig(vte-2.91)
|
||||
BuildRequires: cmake desktop-file-utils gettext /usr/bin/pod2man
|
||||
|
||||
%description
|
||||
|
@ -63,6 +63,9 @@ rm -rf %{buildroot}
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 12 2018 Dustin C. Hatch <dustin@hatch.name> 3.5.0-1
|
||||
- Update to 3.5.0
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
|
|
Loading…
Reference in New Issue