[ubuntu/kinetic-proposed] libreoffice 1:7.4.0~rc2-0ubuntu1 (Accepted)

Rico Tzschichholz ricotz at ubuntu.com
Fri Jul 29 22:50:17 UTC 2022


libreoffice (1:7.4.0~rc2-0ubuntu1) kinetic; urgency=medium

  * New upstream release candidate

libreoffice (1:7.4.0~rc2-1) experimental; urgency=medium

  * debian/patches/svm-test-bigendian.diff: from master, fix svm test on
    bigendian (other tests still fail)
  * debian/patches/hrk-euro.diff: add HRK->EUR to the (hidden) Euro Conversion
    Wizard for completeness' sake
  * debian/patches/fix-uicheck-tests-on-i386.patch: readd lost/still needed
    patch to work around rounding errors in descriptiveStatistics test on i386

  * New upstream snapshot

  * debian/rules:
    - explicitely set export DEB_BUILD_MAINT_OPTIONS=optimize=+lto / -lto
      depending on ENABLE_LTO=y/n here
    - make parallel=X affecting -flto=X again: force -flto=auto (apparently default
      since gcc 12 became default) off and add -flto=X
    - strip -ffat-lto-objects if building with SMALL symbols
    - exclude skia from dh_dwz since it fails when built with clang 14 (and
      disable dwz completely if we ever built everything with clang for
      completeness' sake...)

libreoffice (1:7.4.0~rc1-3) experimental; urgency=medium

  * debian/rules: use -O0 on s390x to work around miscompile, thanks
    Stephan Bergmann for analysis.

libreoffice (1:7.4.0~rc1-2) experimental; urgency=medium

  * debian/patches/TestEmfPlusDrawPathWithCustomCap-Aarch64.diff,
    emfio/qa/cppunit/emf/data/TestEmfPlusDrawPathWithCustomCap.emf: add patch
    from libreoffice-7-4 branch to fix emf test failure on arm64

  * debian/watch: track rcs again

libreoffice (1:7.4.0~rc1-1) experimental; urgency=medium

  * New upstream release candidate

libreoffice (1:7.4.0~beta1-4) experimental; urgency=medium

  * debian/rules: oops, fix too greedy sed call...

libreoffice (1:7.4.0~beta1-3) experimental; urgency=medium

  * debian/patches/tdf148395-do-no-rely-on-math-and-impress.diff:
    add from upstream gerrit; remove assert that fails depending on which
    components are installed
  * debian/rules:
    - disable skia on bigendian archs again
    - force libuno-sal3 (>= 1:7.4.0~beta1) dependency for -core to be sure
      since the uno:EditGlossary test (in openDialogs.openDialogs)
      segfaults/hangs with 7.3.4s libuno-sal3

libreoffice (1:7.4.0~beta1-2) experimental; urgency=medium

  * debian/patches/fix-bigendian.diff: fix ww8 filter build on bigendian
  * debian/patches/fix-32bit.diff: fix new a11y cppunits tests on 32bit

libreoffice (1:7.4.0~beta1-1) experimental; urgency=medium

  * New upstream beta release

  * debian/tests/*: update to fix testtools-bridgetest and
    junit-subsequentcheck

libreoffice (1:7.4.0~alpha1-2) experimental; urgency=medium

  * fix eot conditional

libreoffice (1:7.4.0~alpha1-1) experimental; urgency=medium

  * New upstream alpha release
    - adds support for webp (closes: #998753)

  * debian/rules:
   - run make clean after nogui builds instead of trying to manually clean
     up affected files
   - enable skia also on bigendian archs since upstream does this now and
     "and despite the disclaimer it reportedly works fine"
  * debian/watch: watch alpha/betas

Date: Thu, 28 Jul 2022 07:02:27 +0200
Changed-By: Rico Tzschichholz <ricotz at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/libreoffice/1:7.4.0~rc2-0ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 28 Jul 2022 07:02:27 +0200
Source: libreoffice
Built-For-Profiles: noudeb
Architecture: source
Version: 1:7.4.0~rc2-0ubuntu1
Distribution: kinetic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Rico Tzschichholz <ricotz at ubuntu.com>
Closes: 998753
Changes:
 libreoffice (1:7.4.0~rc2-0ubuntu1) kinetic; urgency=medium
 .
   * New upstream release candidate
 .
 libreoffice (1:7.4.0~rc2-1) experimental; urgency=medium
 .
   * debian/patches/svm-test-bigendian.diff: from master, fix svm test on
     bigendian (other tests still fail)
   * debian/patches/hrk-euro.diff: add HRK->EUR to the (hidden) Euro Conversion
     Wizard for completeness' sake
   * debian/patches/fix-uicheck-tests-on-i386.patch: readd lost/still needed
     patch to work around rounding errors in descriptiveStatistics test on i386
 .
   * New upstream snapshot
 .
   * debian/rules:
     - explicitely set export DEB_BUILD_MAINT_OPTIONS=optimize=+lto / -lto
       depending on ENABLE_LTO=y/n here
     - make parallel=X affecting -flto=X again: force -flto=auto (apparently default
       since gcc 12 became default) off and add -flto=X
     - strip -ffat-lto-objects if building with SMALL symbols
     - exclude skia from dh_dwz since it fails when built with clang 14 (and
       disable dwz completely if we ever built everything with clang for
       completeness' sake...)
 .
 libreoffice (1:7.4.0~rc1-3) experimental; urgency=medium
 .
   * debian/rules: use -O0 on s390x to work around miscompile, thanks
     Stephan Bergmann for analysis.
 .
 libreoffice (1:7.4.0~rc1-2) experimental; urgency=medium
 .
   * debian/patches/TestEmfPlusDrawPathWithCustomCap-Aarch64.diff,
     emfio/qa/cppunit/emf/data/TestEmfPlusDrawPathWithCustomCap.emf: add patch
     from libreoffice-7-4 branch to fix emf test failure on arm64
 .
   * debian/watch: track rcs again
 .
 libreoffice (1:7.4.0~rc1-1) experimental; urgency=medium
 .
   * New upstream release candidate
 .
 libreoffice (1:7.4.0~beta1-4) experimental; urgency=medium
 .
   * debian/rules: oops, fix too greedy sed call...
 .
 libreoffice (1:7.4.0~beta1-3) experimental; urgency=medium
 .
   * debian/patches/tdf148395-do-no-rely-on-math-and-impress.diff:
     add from upstream gerrit; remove assert that fails depending on which
     components are installed
   * debian/rules:
     - disable skia on bigendian archs again
     - force libuno-sal3 (>= 1:7.4.0~beta1) dependency for -core to be sure
       since the uno:EditGlossary test (in openDialogs.openDialogs)
       segfaults/hangs with 7.3.4s libuno-sal3
 .
 libreoffice (1:7.4.0~beta1-2) experimental; urgency=medium
 .
   * debian/patches/fix-bigendian.diff: fix ww8 filter build on bigendian
   * debian/patches/fix-32bit.diff: fix new a11y cppunits tests on 32bit
 .
 libreoffice (1:7.4.0~beta1-1) experimental; urgency=medium
 .
   * New upstream beta release
 .
   * debian/tests/*: update to fix testtools-bridgetest and
     junit-subsequentcheck
 .
 libreoffice (1:7.4.0~alpha1-2) experimental; urgency=medium
 .
   * fix eot conditional
 .
 libreoffice (1:7.4.0~alpha1-1) experimental; urgency=medium
 .
   * New upstream alpha release
     - adds support for webp (closes: #998753)
 .
   * debian/rules:
    - run make clean after nogui builds instead of trying to manually clean
      up affected files
    - enable skia also on bigendian archs since upstream does this now and
      "and despite the disclaimer it reportedly works fine"
   * debian/watch: watch alpha/betas
Checksums-Sha1:
 21cd5e98c24456eb019258b5966598b2c7ba4dd3 25921 libreoffice_7.4.0~rc2-0ubuntu1.dsc
 bce15b97010a8522397f80298a54ceaaddc92929 112522772 libreoffice_7.4.0~rc2.orig-helpcontent2.tar.xz
 c7027ed8ece31ac94dd3176a489cec329fe237b2 335876744 libreoffice_7.4.0~rc2.orig-tarballs.tar.xz
 528b3ac60c3cedd89572563f7a30da7b17028c66 211682856 libreoffice_7.4.0~rc2.orig-translations.tar.xz
 e252b05a32677b436b15665c5066e3de24217333 17959216 libreoffice_7.4.0~rc2.orig-yaru.tar.xz
 166ecff878b06a5e34192ff6162c7f38829413cc 262940544 libreoffice_7.4.0~rc2.orig.tar.xz
 40199817e8fcee7605600e045a6ce071d8230a80 833 libreoffice_7.4.0~rc2.orig.tar.xz.asc
 84139fe0f911a20396e29d9c10177a275a536495 2389008 libreoffice_7.4.0~rc2-0ubuntu1.debian.tar.xz
 dd0523ff61d903dec111acd4eb613d0f790b37f7 36694 libreoffice_7.4.0~rc2-0ubuntu1_source.buildinfo
Checksums-Sha256:
 7f46734732c3c1ffa46d7ac92f29cd7ce7e9ce5023fe31190c8e08690ba8983d 25921 libreoffice_7.4.0~rc2-0ubuntu1.dsc
 ab6370856e7057c55a944c622ac4fc1d6b9363f890c36fa26df1c137f2185f62 112522772 libreoffice_7.4.0~rc2.orig-helpcontent2.tar.xz
 ebfe9ee0a71256e45e90fac4800450d13be0566c0c3016762fbafbe464cfacfb 335876744 libreoffice_7.4.0~rc2.orig-tarballs.tar.xz
 2478a25cd4bc44d8267bf1058b6d4ebc69eb1f1ee98d8e737282ad4e81d86dbc 211682856 libreoffice_7.4.0~rc2.orig-translations.tar.xz
 ae8c63369041891a692f61a1a60bf0be8f61f5d04f08f62567af366a76bb5726 17959216 libreoffice_7.4.0~rc2.orig-yaru.tar.xz
 3398ae3b96ff872c7467c77924cf6c5c62b5a44ad37b3fe17687c1d30da2e4f1 262940544 libreoffice_7.4.0~rc2.orig.tar.xz
 ce9579ca2efb50a78be0d4bd555e2e77e56f1f06aa5786299519037668f7207b 833 libreoffice_7.4.0~rc2.orig.tar.xz.asc
 da7b66d4dcb41374981291f34b5ca26a826f1cf74d84bfd8d7cff8534578a2a9 2389008 libreoffice_7.4.0~rc2-0ubuntu1.debian.tar.xz
 cd453de97498e1be36144fd487be398a7d1279acbd2d00c5f0750a3ccc9a501f 36694 libreoffice_7.4.0~rc2-0ubuntu1_source.buildinfo
Files:
 acdc2376e73d9bec482fd6be76b7bbbf 25921 editors optional libreoffice_7.4.0~rc2-0ubuntu1.dsc
 acd1d645cc5f20fb53e69c6664a70982 112522772 editors optional libreoffice_7.4.0~rc2.orig-helpcontent2.tar.xz
 2a2a3f75f9b5bb4b44a2a07c2ff37878 335876744 editors optional libreoffice_7.4.0~rc2.orig-tarballs.tar.xz
 2a7727348bf02fc0ad71026039038528 211682856 editors optional libreoffice_7.4.0~rc2.orig-translations.tar.xz
 b9ab5f5ac6149011e2ed9877e394b63e 17959216 editors optional libreoffice_7.4.0~rc2.orig-yaru.tar.xz
 d62cf8112568aec4b2001aa6ff3be732 262940544 editors optional libreoffice_7.4.0~rc2.orig.tar.xz
 ef7fd1298d4f93c77c9a65971931bbfa 833 editors optional libreoffice_7.4.0~rc2.orig.tar.xz.asc
 01045079ee6013ff1d79763bcf225b46 2389008 editors optional libreoffice_7.4.0~rc2-0ubuntu1.debian.tar.xz
 b2c15272ae8d2d213bd668e1f1c8e627 36694 editors optional libreoffice_7.4.0~rc2-0ubuntu1_source.buildinfo
Original-Maintainer: Debian LibreOffice Maintainers <debian-openoffice at lists.debian.org>


More information about the kinetic-changes mailing list