Update to 3.18.0
This commit is contained in:
parent
8c2e0d8f93
commit
3da37b76dd
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
|||||||
/gnome-calculator-3.17.2.tar.xz
|
/gnome-calculator-3.17.2.tar.xz
|
||||||
/gnome-calculator-3.17.3.tar.xz
|
/gnome-calculator-3.17.3.tar.xz
|
||||||
/gnome-calculator-3.17.92.tar.xz
|
/gnome-calculator-3.17.92.tar.xz
|
||||||
|
/gnome-calculator-3.18.0.tar.xz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: gnome-calculator
|
Name: gnome-calculator
|
||||||
Version: 3.17.92
|
Version: 3.18.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A desktop calculator
|
Summary: A desktop calculator
|
||||||
|
|
||||||
@ -7,7 +7,7 @@ Group: Applications/System
|
|||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://wiki.gnome.org/Apps/Calculator
|
URL: https://wiki.gnome.org/Apps/Calculator
|
||||||
#VCS: git:git://git.gnome.org/gcalctool
|
#VCS: git:git://git.gnome.org/gcalctool
|
||||||
Source0: https://download.gnome.org/sources/%{name}/3.17/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
@ -77,6 +77,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Sep 20 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
||||||
|
- Update to 3.18.0
|
||||||
|
|
||||||
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 3.17.92-1
|
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 3.17.92-1
|
||||||
- Update to 3.17.92
|
- Update to 3.17.92
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user