Update to 3.13.3 git snapshot
... so that I could more easily get feedback for latest changes.
This commit is contained in:
parent
d2cb213ee3
commit
4c2fa83923
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@
|
||||
/fedora-21-icons.tar.gz
|
||||
/fedora-21.xml.gz
|
||||
/gnome-software-3.13.2.tar.xz
|
||||
/gnome-software-3.13.3-7491627.tar.xz
|
||||
|
@ -1,13 +1,16 @@
|
||||
%define distrotag 21
|
||||
|
||||
%define shortcommit 7491627
|
||||
|
||||
Summary: A software center for GNOME
|
||||
Name: gnome-software
|
||||
Version: 3.13.2
|
||||
Release: 2%{?dist}
|
||||
Version: 3.13.3
|
||||
Release: 0.1.git%{shortcommit}%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
URL: https://wiki.gnome.org/Apps/Software
|
||||
Source0: http://download.gnome.org/sources/gnome-software/3.13/%{name}-%{version}.tar.xz
|
||||
#Source0: http://download.gnome.org/sources/gnome-software/3.13/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}-%{shortcommit}.tar.xz
|
||||
Source1: http://people.freedesktop.org/~hughsient/temp/fedora-%{?distrotag}.xml.gz
|
||||
Source2: http://people.freedesktop.org/~hughsient/temp/fedora-%{?distrotag}-icons.tar.gz
|
||||
|
||||
@ -96,6 +99,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/gnome-software/modulesets.d/*.xml
|
||||
|
||||
%changelog
|
||||
* Sat Jun 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3-0.1.git7491627
|
||||
- Update to 3.13.3 git snapshot
|
||||
|
||||
* Wed May 28 2014 Richard Hughes <rhughes@redhat.com> - 3.13.2-2
|
||||
- Rebuild with new metadata.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user