From 8fbc7eefe738a955a04272181cbbbc070c9e7a15 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali (Khattak) Date: May 28 2013 17:42:28 +0000 Subject: Update to latest bugfix release 3.8.3 --- diff --git a/.gitignore b/.gitignore index 8c6b830..2d7bf0b 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /gnome-boxes-3.8.1.tar.xz /gnome-boxes-3.8.1.2.tar.xz /gnome-boxes-3.8.2.tar.xz +/gnome-boxes-3.8.3.tar.xz diff --git a/0001-installer-Handle-locales-with-.UTF-8-suffix.patch b/0001-installer-Handle-locales-with-.UTF-8-suffix.patch deleted file mode 100644 index 02c59ed..0000000 --- a/0001-installer-Handle-locales-with-.UTF-8-suffix.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 7b7a9a849da23846d17a843688ed97de229eb1cb Mon Sep 17 00:00:00 2001 -From: "Zeeshan Ali (Khattak)" -Date: Thu, 16 May 2013 00:12:24 +0300 -Subject: [PATCH] installer: Handle locales with '.UTF-8' suffix - -Apparently its not just '.utf8' but also '.UTF-8' suffix thats used as -suffix in locale names. Better make sure we strip that too before giving -the string to libosinfo. - -https://bugzilla.gnome.org/show_bug.cgi?id=700415 ---- - src/unattended-installer.vala | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/unattended-installer.vala b/src/unattended-installer.vala -index bbc2436..36233fd 100644 ---- a/src/unattended-installer.vala -+++ b/src/unattended-installer.vala -@@ -878,6 +878,7 @@ private string get_preferred_language () { - } - - var lang = system_langs[0].replace (".utf8", ""); -+ lang = lang.replace (".UTF-8", ""); - debug ("No media language, using %s locale", lang); - - return lang; --- -1.8.2.1 - diff --git a/gnome-boxes.spec b/gnome-boxes.spec index 55d4d1a..a04c0fa 100644 --- a/gnome-boxes.spec +++ b/gnome-boxes.spec @@ -30,15 +30,14 @@ %global url_ver %%(echo %{version}|cut -d. -f1,2) Name: gnome-boxes -Version: 3.8.2 -Release: 5%{?dist} +Version: 3.8.3 +Release: 1%{?dist} Summary: A simple GNOME 3 application to access remote or virtual systems Group: Applications/Emulators License: LGPLv2+ URL: https://live.gnome.org/Boxes Source0: http://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz -Patch0: 0001-installer-Handle-locales-with-.UTF-8-suffix.patch BuildRequires: libgovirt-devel BuildRequires: intltool @@ -89,7 +88,6 @@ gnome-boxes lets you easily create, setup, access, and use: %prep %setup -q -%patch0 -p1 %build #fedora-legal and the fedora board permit logos to be enabled @@ -137,6 +135,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %{_datadir}/gnome-shell/search-providers/gnome-boxes-search-provider.ini %changelog +* Tue May 28 2013 Zeeshan Ali - 3.8.3-1 +- Update to 3.8.3. + * Mon May 27 2013 Kalev Lember 3.8.2-5 - Only pull in qemu on non-kvm arches diff --git a/sources b/sources index 385389b..037d328 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f3f9e26f8be9519a2173cedb0d07359c gnome-boxes-3.8.2.tar.xz +783562ebc651ae546519b8c7093254f5 gnome-boxes-3.8.3.tar.xz