Update to 3.17.3

This commit is contained in:
Richard Hughes 2015-08-12 10:22:15 +01:00
parent 08fa1a9cc8
commit 2c193fcca7
5 changed files with 20 additions and 15 deletions

1
.gitignore vendored
View File

@ -43,3 +43,4 @@
/gnome-software-3.16.2.tar.xz
/gnome-software-3.17.1.tar.xz
/gnome-software-3.17.2.tar.xz
/gnome-software-3.17.3.tar.xz

View File

@ -6,14 +6,14 @@ Subject: [PATCH] Adapt to gnome-terminal desktop file rename
The upstream desktop file is gnome-terminal.desktop, but it's renamed to
org.gnome.Terminal.desktop in Fedora.
---
data/modulesets/gnome.xml | 2 +-
data/modulesets/system.xml | 2 +-
src/gs-folders.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/modulesets/gnome.xml b/data/modulesets/gnome.xml
diff --git a/data/modulesets/system.xml b/data/modulesets/system.xml
index ddba283..d77d145 100644
--- a/data/modulesets/gnome.xml
+++ b/data/modulesets/gnome.xml
--- a/data/modulesets/system.xml
+++ b/data/modulesets/system.xml
@@ -63,7 +63,6 @@
<module type="application">gnome-control-center.desktop</module>
<module type="application">gnome-disks.desktop</module>

View File

@ -7,14 +7,14 @@ Replace Epiphany with Firefox, and drop gnome-dictionary and
gnome-system-log that aren't included in the default Fedora Workstation
install.
---
data/modulesets/gnome.xml | 4 +---
data/modulesets/system.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/data/modulesets/gnome.xml b/data/modulesets/gnome.xml
index 62d5171..ddba283 100644
--- a/data/modulesets/gnome.xml
+++ b/data/modulesets/gnome.xml
@@ -57,18 +57,16 @@
diff --git a/data/modulesets/system.xml b/data/modulesets/system.xml
index fae7fb4..d8e0c16 100644
--- a/data/modulesets/system.xml
+++ b/data/modulesets/system.xml
@@ -2,18 +2,16 @@
<moduleset name="system">
<module type="application">empathy.desktop</module>
<module type="application">eog.desktop</module>

View File

@ -1,13 +1,13 @@
%global glib2_version 2.39.1
%global gtk3_version 3.16
%global packagekit_version 1.0.0
%global appstream_glib_version 0.3.4
%global appstream_glib_version 0.5.0
%global gsettings_desktop_schemas_version 3.11.5
Summary: A software center for GNOME
Name: gnome-software
Version: 3.17.2
Release: 3%{?dist}
Version: 3.17.3
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://wiki.gnome.org/Apps/Software
@ -58,7 +58,7 @@ and update software in the GNOME desktop.
%patch1 -p1 -b .gnome-terminal
%build
%configure --disable-static
%configure --disable-static --disable-silent-rules
make %{?_smp_mflags}
%install
@ -100,6 +100,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_mandir}/man1/gnome-software.1.gz
%{_datadir}/icons/hicolor/*/apps/*
%{_datadir}/gnome-software/featured.ini
%{_datadir}/gnome-software/featured-*.svg
%dir %{_libdir}/gs-plugins-%{gs_plugin_version}
%{_libdir}/gs-plugins-%{gs_plugin_version}/*.so
%{_sysconfdir}/xdg/autostart/gnome-software-service.desktop
@ -111,6 +112,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/gnome-software/modulesets.d/*.xml
%changelog
* Wed Aug 12 2015 Richard Hughes <rhughes@redhat.com> - 3.17.3-1
- Update to 3.17.3
* Wed Jul 22 2015 David King <amigadave@amigadave.com> - 3.17.2-3
- Bump for new gnome-desktop3

View File

@ -1 +1 @@
f2199aed35b4762d4566ff23b8e7a2ad gnome-software-3.17.2.tar.xz
860147a2e263789dfc19f6922c882bf9 gnome-software-3.17.3.tar.xz