[frogr] Prepare for the next release



commit 311e0418ccea0a8d015f4cf7b97e41e94e595bfd
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Wed Jan 7 23:56:28 2015 +0000

    Prepare for the next release

 NEWS                     |    4 ++++
 configure.ac             |    2 +-
 debian/changelog         |    7 +++++++
 frogr.doap               |    8 ++++++++
 frogr.spec               |    4 ++--
 src/frogr-about-dialog.c |    2 +-
 6 files changed, 23 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index f40474d..ffb5dd4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.12 (??)
+=========
+
+
 0.11 (7 Jan 2015)
 =================
 
diff --git a/configure.ac b/configure.ac
index 22e06d7..a0f6ebd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([frogr], [0.11], [msanchez gnome org])
+AC_INIT([frogr], [0.12], [msanchez gnome org])
 AM_INIT_AUTOMAKE([foreign])
 AC_PROG_CC
 AC_PROG_RANLIB
diff --git a/debian/changelog b/debian/changelog
index 5398ec3..091b663 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+frogr (0.12~unreleased) unstable; urgency=low
+
+  * New upstream release (see NEWS file for details).
+  * Package manually generated out of any distro.
+
+ -- Mario Sanchez Prada <msanchez gnome org>  Wed, 07 Jan 2015 23:52:42 +0000
+
 frogr (0.11) unstable; urgency=low
 
   * New upstream release (see NEWS file for details).
diff --git a/frogr.doap b/frogr.doap
index 986ae64..a2c1653 100644
--- a/frogr.doap
+++ b/frogr.doap
@@ -35,6 +35,14 @@
 
   <release>
     <Version>
+      <revision>0.11</revision>
+      <created>2015-01-07</created>
+      <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/frogr/0.11/frogr-0.11.tar.xz"/>
+    </Version>
+  </release>
+
+  <release>
+    <Version>
       <revision>0.10</revision>
       <created>2014-06-17</created>
       <file-release rdf:resource="http://ftp.gnome.org/pub/GNOME/sources/frogr/0.10/frogr-0.10.tar.xz"/>
diff --git a/frogr.spec b/frogr.spec
index fb9f0a6..27ddb23 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -1,12 +1,12 @@
 Name:          frogr
-Version:       0.11
+Version:       0.12
 Summary:       Flickr Remote Organizer for GNOME
 Release:       0
 
 Group:         Applications/Internet
 License:       GPLv3
 URL:           https://wiki.gnome.org/Apps/Frogr
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.11/%{name}-%{version}.tar.xz
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.12/%{name}-%{version}.tar.xz
 
 BuildRequires: intltool
 BuildRequires: gettext
diff --git a/src/frogr-about-dialog.c b/src/frogr-about-dialog.c
index b576143..20bc767 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", VERSION);
+  version = g_strdup_printf ("%s~unreleased", 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]