[gnome-packagekit] Release version 3.25.90



commit 76035e4709e32ba695fe4b98336f29ab2bfa9306
Author: Richard Hughes <richard hughsie com>
Date:   Mon Aug 7 11:09:57 2017 +0100

    Release version 3.25.90

 RELEASE                                            |    8 ++++----
 .../org.gnome.PackageUpdater.appdata.xml.in        |    8 ++++++++
 data/appdata/org.gnome.Packages.appdata.xml.in     |    8 ++++++++
 meson.build                                        |    2 +-
 4 files changed, 21 insertions(+), 5 deletions(-)
---
diff --git a/RELEASE b/RELEASE
index d36e8d8..2f35883 100644
--- a/RELEASE
+++ b/RELEASE
@@ -7,19 +7,19 @@ Add any user visible changes into data/appdata/*.xml.in
 
 3. Commit changes in gnome-packagekit git:
 
-git commit -a -m "Release version 3.24.1"
-git tag -s GNOME_PACKAGEKIT_3_24_1 -m "==== Version 3.24.1 ===="
+git commit -a -m "Release version 3.25.90"
+git tag -s GNOME_PACKAGEKIT_3_25_90 -m "==== Version 3.25.90 ===="
 <wait>
 git push --tags
 git push
 
 4. Create tarball
 
-make distcheck
+ninja dist
 
 5. Upload tarballs:
 
-scp *.tar.xz rhughes master gnome org:
+scp meson-dist/*.tar.xz rhughes master gnome org:
 
 6. Install module
 
diff --git a/data/appdata/org.gnome.PackageUpdater.appdata.xml.in 
b/data/appdata/org.gnome.PackageUpdater.appdata.xml.in
index 4274154..1645a60 100644
--- a/data/appdata/org.gnome.PackageUpdater.appdata.xml.in
+++ b/data/appdata/org.gnome.PackageUpdater.appdata.xml.in
@@ -24,6 +24,14 @@
    Validate with `appstream-util validate *.appdata.xml`
   -->
   <releases>
+    <release date="2017-08-07" version="3.25.90">
+      <description>
+        <p>
+          This unstable release switches to the meson build-system and updates
+          several translations.
+        </p>
+      </description>
+    </release>
     <release date="2017-03-20" version="3.24.0">
       <description>
         <p>This is the first stable release for GNOME 3.24.</p>
diff --git a/data/appdata/org.gnome.Packages.appdata.xml.in b/data/appdata/org.gnome.Packages.appdata.xml.in
index aeffcec..5e9e1f5 100644
--- a/data/appdata/org.gnome.Packages.appdata.xml.in
+++ b/data/appdata/org.gnome.Packages.appdata.xml.in
@@ -27,6 +27,14 @@
    Validate with `appstream-util validate *.appdata.xml`
   -->
   <releases>
+    <release date="2017-08-07" version="3.25.90">
+      <description>
+        <p>
+          This unstable release switches to the meson build-system and updates
+          several translations.
+        </p>
+      </description>
+    </release>
     <release date="2017-03-20" version="3.24.0">
       <description>
         <p>This is the first stable release for GNOME 3.24.</p>
diff --git a/meson.build b/meson.build
index 696e35f..318c795 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@
 #
 # Licensed under the GNU General Public License Version 2 or later
 project('gnome-packagekit', 'c',
-  version : '3.25.1',
+  version : '3.25.90',
   default_options : ['warning_level=1'],
   meson_version : '>=0.37.0'
 )


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