[frogr] Frogr 1.2 released



commit 8eebe5fad458cb1ff57772fd511b18c397a9368c
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Wed Oct 5 12:57:37 2016 +0000

    Frogr 1.2 released

 NEWS                     |    4 ++--
 debian/changelog         |    4 ++--
 frogr.spec               |    4 ++++
 src/frogr-about-dialog.c |    2 +-
 4 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index ed02de1..7d6a13b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-1.2 (??)
-========
+1.2 (5 Oct 2016)
+================
 
   * Lowered gettext minimum version down to 0.19.7 to make
     it easier for older distributions to package frogr.
diff --git a/debian/changelog b/debian/changelog
index 0802c07..51c7619 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,9 @@
-frogr (1.2~unreleased) unstable; urgency=low
+frogr (1.2) unstable; urgency=low
 
   * New upstream release (see NEWS file for details).
   * Package manually generated out of any distro.
 
- -- Mario Sanchez Prada <mario endlessm com>  Wed, 05 Oct 2016 00:03:08 +0100
+ -- Mario Sanchez Prada <msanchez gnome org>  Wed, 05 Oct 2016 12:54:08 +0000
 
 frogr (1.1) unstable; urgency=low
 
diff --git a/frogr.spec b/frogr.spec
index 33ea623..08bea32 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -83,6 +83,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Wed 05 Oct 2016 Mario Sanchez Prada <msanchez at, gnome.org> 1.2-0
+- New upstream release (see NEWS file for details).
+- Package manually generated out of any distro.
+
 * Tue 04 Oct 2016 Mario Sanchez Prada <msanchez at, gnome.org> 1.1-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 9e796bd..5e02965 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]