Update to 3.8.0
This commit is contained in:
parent
4f9560db5d
commit
9869e09966
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@ gnome-menus-2.30.0.tar.bz2
|
|||||||
/gnome-menus-3.6.1.tar.xz
|
/gnome-menus-3.6.1.tar.xz
|
||||||
/gnome-menus-3.6.2.tar.xz
|
/gnome-menus-3.6.2.tar.xz
|
||||||
/gnome-menus-3.7.90.tar.xz
|
/gnome-menus-3.7.90.tar.xz
|
||||||
|
/gnome-menus-3.8.0.tar.xz
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
Summary: A menu system for the GNOME project
|
Summary: A menu system for the GNOME project
|
||||||
Name: gnome-menus
|
Name: gnome-menus
|
||||||
Version: 3.7.90
|
Version: 3.8.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
|
|
||||||
#VCS: git:git://git.gnome.org/gnome-menus
|
#VCS: git:git://git.gnome.org/gnome-menus
|
||||||
Source0: http://download.gnome.org/sources/gnome-menus/3.7/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/gnome-menus/3.8/%{name}-%{version}.tar.xz
|
||||||
Requires: redhat-menus
|
Requires: redhat-menus
|
||||||
BuildRequires: gamin-devel
|
BuildRequires: gamin-devel
|
||||||
BuildRequires: gawk
|
BuildRequires: gawk
|
||||||
@ -75,6 +75,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
%{_datadir}/gir-1.0/GMenu-3.0.gir
|
%{_datadir}/gir-1.0/GMenu-3.0.gir
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
|
||||||
|
- Update to 3.8.0
|
||||||
|
|
||||||
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
|
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
|
||||||
- Update to 3.7.90
|
- Update to 3.7.90
|
||||||
- Drop the downstream patch for changing the release notes categories
|
- Drop the downstream patch for changing the release notes categories
|
||||||
|
Loading…
Reference in New Issue
Block a user