[Libreoffice-commits] online.git: 2 commits - loleaflet/Makefile loolwsd/configure.ac loolwsd/loolwsd.spec.in

Andras Timar andras.timar at collabora.com
Mon Apr 25 09:01:41 UTC 2016


 loleaflet/Makefile      |    2 +-
 loolwsd/configure.ac    |    2 +-
 loolwsd/loolwsd.spec.in |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 603b2319373b356742e2baed7d9b3037949cc063
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Apr 25 10:39:14 2016 +0200

    put %{dist} after release number

diff --git a/loolwsd/loolwsd.spec.in b/loolwsd/loolwsd.spec.in
index abbd07b..1b34538 100644
--- a/loolwsd/loolwsd.spec.in
+++ b/loolwsd/loolwsd.spec.in
@@ -8,7 +8,7 @@
 
 Name:           loolwsd
 Version:        @PACKAGE_VERSION@
-Release:        0
+Release:        1%{?dist}
 Vendor:         Collabora
 Summary:        LibreOffice On-Line WebSocket Daemon
 License:        MPL
commit d7d373144d53dda0802a7365988b0ed2bf4683e8
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Apr 25 10:38:15 2016 +0200

    Bump version to 1.6.2

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index d9c3c64..f6a9f07 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -3,7 +3,7 @@
 # ("micro") part: Between releases odd, even for releases (no other
 # changes inbetween).
 
-VERSION=1.6.0
+VERSION=1.6.2
 
 # Version number of the bundled 'draw' thing
 DRAW_VERSION=0.2.4
diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac
index 0083081..3a28a22 100644
--- a/loolwsd/configure.ac
+++ b/loolwsd/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.69])
 
-AC_INIT([loolwsd], [1.6.0], [libreoffice at lists.freedesktop.org])
+AC_INIT([loolwsd], [1.6.2], [libreoffice at lists.freedesktop.org])
 LT_INIT([shared, disable-static, dlopen])
 
 AM_INIT_AUTOMAKE([1.11 silent-rules subdir-objects])


More information about the Libreoffice-commits mailing list