[frogr] Lowered gettext minimum version required down to 0.19.7



commit 44d4cd1bc6154d53a682e750c89c4fe8cb469aff
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Wed Oct 5 13:39:20 2016 +0100

    Lowered gettext minimum version required down to 0.19.7
    
    I mistakenly assumed that the new stuff needed for gettext to replace
    intltool completely was added with gettext 0.19.8, and made the 1.1
    release of frogr based on that wrong fact, making it complicated for
    distros that are stuck in 0.19.7 to ship frogr, which is not cool.
    
    Thus, after testing locally a build of frogr done using gettext 0.19.7
    and checking that everything works ok when it comes to translations,
    I'm pushing this commit now to make an quick 1.2 release on top.

 NEWS                         |    2 ++
 configure.ac                 |    2 +-
 debian/control               |    2 +-
 flatpak/org.gnome.Frogr.json |    3 ++-
 frogr.spec                   |    2 +-
 5 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 98c9fd7..ed02de1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 1.2 (??)
 ========
 
+  * Lowered gettext minimum version down to 0.19.7 to make
+    it easier for older distributions to package frogr.
 
 1.1 (4 Oct 2016)
 ================
diff --git a/configure.ac b/configure.ac
index 0d40b07..0ae91e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,7 +144,7 @@ AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
                    [The prefix for our gettext translation domains.])
 
 AM_GNU_GETTEXT([external])
-AM_GNU_GETTEXT_VERSION(0.19.8)
+AM_GNU_GETTEXT_VERSION(0.19.7)
 
 # Substitute
 
diff --git a/debian/control b/debian/control
index bc27f61..b15dfaa 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: cdbs,
        libjson-glib-dev (>= 0.12),
        libsoup2.4-dev (>= 2.34),
        libxml2-dev (>= 2.6.8),
-       gettext (>= 0.19.8)
+       gettext (>= 0.19.7)
 Standards-Version: 3.7.3
 Homepage: https://wiki.gnome.org/Apps/Frogr
 
diff --git a/flatpak/org.gnome.Frogr.json b/flatpak/org.gnome.Frogr.json
index 00c85ca..7b1b30b 100644
--- a/flatpak/org.gnome.Frogr.json
+++ b/flatpak/org.gnome.Frogr.json
@@ -34,7 +34,8 @@
             "sources": [
                 {
                     "type": "git",
-                    "url": "git://git.gnome.org/frogr"
+                    "url": "git://git.gnome.org/frogr",
+                    "branch": "RELEASE_1.1"
                 }
             ]
         }
diff --git a/frogr.spec b/frogr.spec
index 0c638f4..33ea623 100644
--- a/frogr.spec
+++ b/frogr.spec
@@ -9,7 +9,7 @@ URL:            https://wiki.gnome.org/Apps/Frogr
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.xz
 
 BuildRequires: yelp-tools
-BuildRequires: gettext >= 0.19.8
+BuildRequires: gettext >= 0.19.7
 BuildRequires: gtk3-devel >= 3.4
 BuildRequires: glib2-devel >= 2.44
 BuildRequires: gstreamer1-devel >= 1.0


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