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

[libreoffice] 02/02: "rebase" changelog to 1:5.1.3-1



This is an automated email from the git hooks/post-receive script.

rene pushed a commit to branch debian-experimental-5.2
in repository libreoffice.

commit 89f3debd24480d0a6bd45d9960f4003917bcc23d
Author: Rene Engelhard <rene@debian.org>
Date:   Mon May 23 20:11:27 2016 +0200

    "rebase" changelog to 1:5.1.3-1
---
 changelog | 86 ++++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 57 insertions(+), 29 deletions(-)

diff --git a/changelog b/changelog
index be0a659..c27ade0 100644
--- a/changelog
+++ b/changelog
@@ -1,53 +1,81 @@
 libreoffice (1:5.2.0~beta1~git20160513-1) UNRELEASED; urgency=medium
 
-  [ Mattia Rizzolo ]
-  * debian/control.in: use nowdays canonical URIs in Vcs-*
-
-  [ Rene Engelhard ]
   * New upstream snapshot
+    - fixes SVG t(ext s)pan import (closes: #665094)
     - fixes Impress slowing down with -gtk(3) and accessibility
        (closes: #824035)
 
+  * debian/rules, debian/control.gtk3.in, debian/*.links: move
+    liblibreofficekitgtk.so into an own package, as we have
+    libreofficekit-{dev,data} anyway. Make liblibreofficekitgtk depend on
+    libreofficekit-data
+  * debian/rules, debian/control.in, debian/libreoffice-gtk.*: rename -gtk
+    to -gtk2
+  * debian/control.sdk.in, debian/rules: move arch-indep SDK stuff into new
+    -dev-common. Move g++-mingw-w64-i686 to BUILD_DEPS_INDEP and only try to
+    (re)build unowinreg.dll in build-indep. Remove arch-qualifiers.
+  * debian/uno-libs3.symbols: update
+  * debian/tests/control.in, debian/tests/sdk-examples: remove unowinreg.dll
+    special-casing, we now have unowinreg.dll in a Arch: all. Depend on that.
+
+  * debian/rules:
+    - add initial build profile support: nodoc and nocheck 
+    - move GTK3_MINVER setting down in rules so the conditional gets honoured
+    - migrate from --ddeb-migration to --dbgsym-migration
+
+ -- Rene Engelhard <rene@debian.org>  Thu, 21 Apr 2016 22:26:49 +0200
+
+libreoffice (1:5.1.3-1) unstable; urgency=medium
+
+  * LibreOffice 5.1.3 final (identical to rc2)
+
   * debian/patches/kde4-cflags-no-usr-include.diff: don't set $kde_incdir
     to /usr/include since -isystem /usr/include makes the stuff FTBFS
     with gcc 6 (closes: #823145)
+  * debian/patches/mdds-1.2.0.diff: backport patch to build with mdds 1.2
+    from master
 
   * debian/*.lintian-overrides: remove obsolete
     binary-or-shlib-defines-rpath and no-debconf-config overrides
 
   * debian/rules:
-    - don't try to run set GCJ_JAWT_DEPENDS if GCJ_VERSION is unset
-    - add initial build profile support: nodoc and nocheck 
-    - disable the tests on kfreebsd-* (see #801865),
-    - move hardcoded (!)kfreebsd-i386 (!)kfreebsd-amd64 to (!)kfreebsd-any. 
-      Use linux-any instead of just disabling it for kfreebsd for
-      libbbluetooth-dev B-D; reflects the sense better
+    - bump libmdds-dev and liborcus-dev build-deps and update orcus handling
     - fix another warning for !gcj builds: only try to set GCJ_JAWT_DIR if
       GCJ_JAWT_DEPENDS is set
-    - move GTK3_MINVER setting down in rules so the conditional gets honoured
-    - migrate from --ddeb-migration to --dbgsym-migration
 
- -- Rene Engelhard <rene@debian.org>  Thu, 05 May 2016 22:46:40 +0200
+ -- Rene Engelhard <rene@debian.org>  Sat, 14 May 2016 00:18:49 +0200
 
-libreoffice (1:5.2.0~alpha1-1) experimental; urgency=medium
+libreoffice (1:5.1.3~rc2-3) unstable; urgency=medium
 
-  * New upstream alpha release
-    - fixes SVG t(ext s)pan import (closes: #665094)
+  * debian/rules:
+    - sigh. revert control changes for now, needs more work, apparently.. 
 
-  * debian/rules, debian/control.gtk3.in, debian/*.links: move
-    liblibreofficekitgtk.so into an own package, as we have
-    libreofficekit-{dev,data} anyway. Make liblibreofficekitgtk depend on
-    libreofficekit-data
-  * debian/rules, debian/control.in, debian/libreoffice-gtk.*: rename -gtk
-    to -gtk2
-  * debian/control.sdk.in, debian/rules: move arch-indep SDK stuff into new
-    -dev-common. Move g++-mingw-w64-i686 to BUILD_DEPS_INDEP and only try to
-    (re)build unowinreg.dll in build-indep. Remove arch-qualifiers.
-  * debian/uno-libs3.symbols: update
-  * debian/tests/control.in, debian/tests/sdk-examples: remove unowinreg.dll
-    special-casing, we now have unowinreg.dll in a Arch: all. Depend on that.
+ -- Rene Engelhard <rene@debian.org>  Sun, 08 May 2016 08:31:54 +0200
 
- -- Rene Engelhard <rene@debian.org>  Thu, 21 Apr 2016 22:26:49 +0200
+libreoffice (1:5.1.3~rc2-2) unstable; urgency=medium
+
+  [ Mattia Rizzolo ]
+  * debian/control.in: use nowdays canonical URIs in Vcs-*
+
+  [ Rene Engelhard ]
+  * debian/rules:
+    - remove explicit $(MAKE) -f debian/rules control 
+
+ -- Rene Engelhard <rene@debian.org>  Sun, 08 May 2016 00:16:51 +0200
+
+libreoffice (1:5.1.3~rc2-1) unstable; urgency=medium
+
+  * New upstream release candidate
+
+  * debian/rules:
+    - print error in control without gcj-jdk installed
+    - don't try to run set GCJ_JAWT_DEPENDS if GCJ_VERSION is unset
+    - disable the tests on kfreebsd-* (see #801865),
+    - move hardcoded (!)kfreebsd-i386 (!)kfreebsd-amd64 to (!)kfreebsd-any. 
+      Use linux-any instead of just disabling it for kfreebsd for
+      libbbluetooth-dev B-D; reflects the sense better
+
+ -- Rene Engelhard <rene@debian.org>  Thu, 05 May 2016 22:46:40 +0200
 
 libreoffice (1:5.1.3~rc1-1) unstable; urgency=medium
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libreoffice.git


Reply to: