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-icons.tar.gz
|
||||||
/fedora-21.xml.gz
|
/fedora-21.xml.gz
|
||||||
/gnome-software-3.13.2.tar.xz
|
/gnome-software-3.13.2.tar.xz
|
||||||
|
/gnome-software-3.13.3-7491627.tar.xz
|
||||||
|
@ -1,13 +1,16 @@
|
|||||||
%define distrotag 21
|
%define distrotag 21
|
||||||
|
|
||||||
|
%define shortcommit 7491627
|
||||||
|
|
||||||
Summary: A software center for GNOME
|
Summary: A software center for GNOME
|
||||||
Name: gnome-software
|
Name: gnome-software
|
||||||
Version: 3.13.2
|
Version: 3.13.3
|
||||||
Release: 2%{?dist}
|
Release: 0.1.git%{shortcommit}%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: https://wiki.gnome.org/Apps/Software
|
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
|
Source1: http://people.freedesktop.org/~hughsient/temp/fedora-%{?distrotag}.xml.gz
|
||||||
Source2: http://people.freedesktop.org/~hughsient/temp/fedora-%{?distrotag}-icons.tar.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
|
%{_datadir}/gnome-software/modulesets.d/*.xml
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 28 2014 Richard Hughes <rhughes@redhat.com> - 3.13.2-2
|
||||||
- Rebuild with new metadata.
|
- Rebuild with new metadata.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
dc7547cbb201d45b2271f3a2349b1c3a gnome-software-3.13.2.tar.xz
|
c3cfc9e2ead11da01099587a7885839f gnome-software-3.13.3-7491627.tar.xz
|
||||||
dbbfad01efe0fa2866ec93e18f63f1f0 fedora-21-icons.tar.gz
|
dbbfad01efe0fa2866ec93e18f63f1f0 fedora-21-icons.tar.gz
|
||||||
b3625ff48605f96a44539a0cb23c6dfe fedora-21.xml.gz
|
b3625ff48605f96a44539a0cb23c6dfe fedora-21.xml.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user