[frogr] Frogr 0.10 released



commit 3dd25538c66cfb1e87c1e357b8ef4a4bf717a034
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Tue Jun 17 00:52:01 2014 +0100

    Frogr 0.10 released

 NEWS                     |    6 +++---
 debian/changelog         |    4 ++--
 frogr.spec               |    8 ++++++--
 src/frogr-about-dialog.c |    2 +-
 4 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index db45dfa..90616be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
-0.10 (??)
-=========
+0.10 (17 June 2014)
+===================
 
   * Use SSL endpoints for the Flickr API (non-SSL API calls deprecated).
-  * Updated AppData file: fixed format and installation in data dir.
+  * Fixed issues with AppData file: fixed format and installation in data dir.
   * Enable video uploads by default, but make it configurable.
   * Remove unsupported option from YELP_HELP_INIT.
   * Remove dependency on libsoup-gnome (finally!).
diff --git a/debian/changelog b/debian/changelog
index aa0891e..df83e02 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-frogr (0.10~unreleased) unstable; urgency=low
+frogr (0.10) unstable; urgency=low
 
   * New upstream release (see NEWS file for details).
   * Package manually generated out of any distro.
 
- -- Mario Sanchez Prada <msanchez gnome org>  Fri, 17 Jan 2014 01:40:12 +0000
+ -- Mario Sanchez Prada <msanchez gnome org>  Tue, 17 Jun 2014 00:32:18 +0100
 
 frogr (0.9) unstable; urgency=low
 
diff --git a/frogr.spec b/frogr.spec
index 2fa9a3a..714e71e 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -6,14 +6,14 @@ Release:      0
 Group:         Applications/Internet
 License:       GPLv3
 URL:           https://wiki.gnome.org/Apps/Frogr
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.7/%{name}-%{version}.tar.xz
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.10/%{name}-%{version}.tar.xz
 
 BuildRequires: intltool
 BuildRequires: gettext
 BuildRequires: yelp-tools
 BuildRequires: gtk3-devel > 3.4
 BuildRequires: glib2-devel > 2.32
-BuildRequires: gstreamer-devel > 0.10
+BuildRequires: gstreamer1-devel > 1.0
 BuildRequires: json-glib-devel > 0.12
 BuildRequires: libsoup-devel > 2.34
 BuildRequires: libxml2-devel > 2.6.8
@@ -84,6 +84,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Jun 17 2014 Mario Sanchez Prada <msanchez at, gnome.org> 0.10-0
+- New upstream release (see NEWS file for details).
+- Package manually generated out of any distro.
+
 * Fri Jan 17 2014 Mario Sanchez Prada <msanchez at, gnome.org> 0.9-0
 - New upstream release (see NEWS file for details).
 - Package manually generated out of any distro.
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index 20bc767..b576143 100644
--- a/src/frogr-about-dialog.c
+++ b/src/frogr-about-dialog.c
@@ -56,7 +56,7 @@ frogr_about_dialog_show (GtkWindow *parent)
   logo = gdk_pixbuf_new_from_file (icon_full_path, NULL);
   g_free (icon_full_path);
 
-  version = g_strdup_printf ("%s~unreleased", VERSION);
+  version = g_strdup_printf ("%s", VERSION);
 
   /* Show about dialog */
   gtk_show_about_dialog (GTK_WINDOW (parent),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]