[Libreoffice-commits] online.git: 3 commits - loleaflet/Makefile

Tor Lillqvist tml at collabora.com
Tue Jul 7 01:14:07 PDT 2015


 loleaflet/Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit de6eeb26450bf44cf577090c8033a70f2a051966
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Jul 7 11:13:33 2015 +0300

    Bump version after tarball

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index 1a029d3..38e3447 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -1,6 +1,6 @@
 # Version number of loleaflet, no need to be in sync with the loolwsd one
 
-VERSION=1.1.2
+VERSION=1.1.3
 
 # Version number of the bundled 'draw' thing
 DRAW_VERSION=0.2.4
commit 6e70c25dafd28640f5574f51b6313c403f59c499
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Jul 7 10:58:10 2015 +0300

    Bump version for tarball

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index 5fb232e..1a029d3 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -1,6 +1,6 @@
 # Version number of loleaflet, no need to be in sync with the loolwsd one
 
-VERSION=1.1.1
+VERSION=1.1.2
 
 # Version number of the bundled 'draw' thing
 DRAW_VERSION=0.2.4
commit f76878de5bd65d234bdbeee54a797067400cda73
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Jul 7 10:57:58 2015 +0300

    The file we produce based on this Makefile must depend on this Makefile

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index af9323a..5fb232e 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -18,5 +18,5 @@ dist: all
 	tar cfz loleaflet-$(VERSION).tar.gz loleaflet-$(VERSION)
 	rm -rf loleaflet-$(VERSION)
 
-loleaflet.spec: loleaflet.spec.in
+loleaflet.spec: loleaflet.spec.in Makefile
 	sed -e 's/@PACKAGE_VERSION@/$(VERSION)/g' <loleaflet.spec.in >loleaflet.spec


More information about the Libreoffice-commits mailing list