From 4b1c3c8e03aa4260764d79b1c64e4b775587205294def0123d3b69c576bb538e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 7 Aug 2018 13:04:25 +0000 Subject: [PATCH 1/4] - Rewrite description to reflect we ship also offline help OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=704 --- libreoffice.changes | 5 +++++ libreoffice.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/libreoffice.changes b/libreoffice.changes index e38019c..ef48d93 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 7 13:03:50 UTC 2018 - tchvatal@suse.com + +- Rewrite description to reflect we ship also offline help + ------------------------------------------------------------------- Sun Aug 5 11:07:00 UTC 2018 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 7defe80..af945d7 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -773,7 +773,7 @@ fi \ %define langname %{-n:%{-n*}}%{!-n:%{error:Language name not defined}} \ \ %package %{pkgname} \ -Summary: %{langname} Localization Files for LibreOffice \ +Summary: %{langname} localization files for %{project} \ Group: Productivity/Office/Suite \ Requires: %{name} = %{version} \ Requires: %{name}-share-linker \ @@ -805,7 +805,7 @@ Obsoletes: %{name}-help-%{-q*} < %{version} \ } \ \ %description %{pkgname} \ -Provides additional %{langname} translations and resources for %{project}. \ +Provides %{langname} translations and additional resources (help files, etc.) for %{project}. \ \ %files %{pkgname} \ %{-T: \ From 3177f4510abf17f33fa6fbed666762cf9aee992eab8152b332e6ea5ddebbf775 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 Aug 2018 09:49:27 +0000 Subject: [PATCH 2/4] - No longer run chrpath on bundled gnupg as it is not needed OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=705 --- libreoffice.changes | 5 +++++ libreoffice.spec | 9 --------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/libreoffice.changes b/libreoffice.changes index ef48d93..96b9677 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 13 09:47:41 UTC 2018 - tchvatal@suse.com + +- No longer run chrpath on bundled gnupg as it is not needed + ------------------------------------------------------------------- Tue Aug 7 13:03:50 UTC 2018 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index af945d7..c7c2d53 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -267,8 +267,6 @@ Obsoletes: %{name}-gtk3 < %{version} %endif %if %{with system_gpgme} BuildRequires: libgpgmepp-devel -%else -BuildRequires: chrpath %endif %if 0%{?suse_version} > 1325 BuildRequires: libboost_date_time-devel @@ -1299,13 +1297,6 @@ mkdir -p %{buildroot}%{_includedir}/LibreOfficeKit/ install -m 0644 include/LibreOfficeKit/*.h %{buildroot}%{_includedir}/LibreOfficeKit/ %endif -%if !%{with system_gpgme} -chrpath --replace '$ORIGIN' %{buildroot}%{_libdir}/%{name}/program/libgpgme.so.11 -chrpath --replace '$ORIGIN' %{buildroot}%{_libdir}/%{name}/program/libgpgmepp.so.6 -chrpath --replace '$ORIGIN' %{buildroot}%{_libdir}/%{name}/program/libassuan.so.0 -chrpath --replace '$ORIGIN' %{buildroot}%{_libdir}/%{name}/program/libgpg-error.so.0 -%endif - # Symlink uno.py and unohelper.py so that python can find them # This is done after the cache files generating on purpose mkdir -p %{buildroot}%{python3_sitelib} From ea1811450b7146dbb86da7d31033e43830f3a448acdcf30a0fe1714c79f3c484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 24 Aug 2018 07:35:45 +0000 Subject: [PATCH 3/4] - Fix the bundled assuan version to be 2.5.1 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=706 --- libassuan-2.4.3.tar.bz2 | 3 --- libassuan-2.5.1.tar.bz2 | 3 +++ libreoffice.changes | 5 +++++ libreoffice.spec | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 libassuan-2.4.3.tar.bz2 create mode 100644 libassuan-2.5.1.tar.bz2 diff --git a/libassuan-2.4.3.tar.bz2 b/libassuan-2.4.3.tar.bz2 deleted file mode 100644 index a8e5c8e..0000000 --- a/libassuan-2.4.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22843a3bdb256f59be49842abf24da76700354293a066d82ade8134bb5aa2b71 -size 559867 diff --git a/libassuan-2.5.1.tar.bz2 b/libassuan-2.5.1.tar.bz2 new file mode 100644 index 0000000..91a36b8 --- /dev/null +++ b/libassuan-2.5.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f96c37b4f2aac289f0bc1bacfa8bd8b4b209a488d3d15e2229cb6cc9b26449 +size 564857 diff --git a/libreoffice.changes b/libreoffice.changes index 96b9677..7ec57f0 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 24 07:35:25 UTC 2018 - tchvatal@suse.com + +- Fix the bundled assuan version to be 2.5.1 + ------------------------------------------------------------------- Mon Aug 13 09:47:41 UTC 2018 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index c7c2d53..8ead51d 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -76,7 +76,7 @@ Source452: %{external_url}/90401bca927835b6fbae4a707ed187c8-nlpsolver-0.9.t # GPGME bundle list Source1000: %{external_url}/gpgme-1.9.0.tar.bz2 Source1001: %{external_url}/libgpg-error-1.27.tar.bz2 -Source1002: %{external_url}/libassuan-2.4.3.tar.bz2 +Source1002: %{external_url}/libassuan-2.5.1.tar.bz2 # Internal bundled stuff we can't remove # To build this we would pull cygwin; not worth it Source2001: https://dev-www.libreoffice.org/extern/185d60944ea767075d27247c3162b3bc-unowinreg.dll From a24dc0a5c9d1c2b5d817b516458c44fe8f9a308fc871c05412f8754da60cb6f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 29 Aug 2018 08:02:33 +0000 Subject: [PATCH 4/4] - Version update to 6.1.1.1: * RC1 of the 6.1.1 release OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=707 --- libreoffice-6.1.0.3.tar.xz | 3 --- libreoffice-6.1.0.3.tar.xz.asc | 16 ---------------- libreoffice-6.1.1.1.tar.xz | 3 +++ libreoffice-6.1.1.1.tar.xz.asc | 16 ++++++++++++++++ libreoffice-help-6.1.0.3.tar.xz | 3 --- libreoffice-help-6.1.0.3.tar.xz.asc | 16 ---------------- libreoffice-help-6.1.1.1.tar.xz | 3 +++ libreoffice-help-6.1.1.1.tar.xz.asc | 16 ++++++++++++++++ libreoffice-translations-6.1.0.3.tar.xz | 3 --- libreoffice-translations-6.1.0.3.tar.xz.asc | 16 ---------------- libreoffice-translations-6.1.1.1.tar.xz | 3 +++ libreoffice-translations-6.1.1.1.tar.xz.asc | 16 ++++++++++++++++ libreoffice.changes | 6 ++++++ libreoffice.spec | 2 +- 14 files changed, 64 insertions(+), 58 deletions(-) delete mode 100644 libreoffice-6.1.0.3.tar.xz delete mode 100644 libreoffice-6.1.0.3.tar.xz.asc create mode 100644 libreoffice-6.1.1.1.tar.xz create mode 100644 libreoffice-6.1.1.1.tar.xz.asc delete mode 100644 libreoffice-help-6.1.0.3.tar.xz delete mode 100644 libreoffice-help-6.1.0.3.tar.xz.asc create mode 100644 libreoffice-help-6.1.1.1.tar.xz create mode 100644 libreoffice-help-6.1.1.1.tar.xz.asc delete mode 100644 libreoffice-translations-6.1.0.3.tar.xz delete mode 100644 libreoffice-translations-6.1.0.3.tar.xz.asc create mode 100644 libreoffice-translations-6.1.1.1.tar.xz create mode 100644 libreoffice-translations-6.1.1.1.tar.xz.asc diff --git a/libreoffice-6.1.0.3.tar.xz b/libreoffice-6.1.0.3.tar.xz deleted file mode 100644 index 09a3e5b..0000000 --- a/libreoffice-6.1.0.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54eccd268f75d62fa6ab78d25685719c109257e1c0f4d628eae92ec09632ebd8 -size 206818588 diff --git a/libreoffice-6.1.0.3.tar.xz.asc b/libreoffice-6.1.0.3.tar.xz.asc deleted file mode 100644 index d0bbb1f..0000000 --- a/libreoffice-6.1.0.3.tar.xz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIcBAABAgAGBQJbY2gNAAoJEPQ0oe+v7q6jsFsQAMWxVZsJU6np8dhi+OaN1l9T -8+eNdAduClv0FLpjDMpsyRx44CAy477d4/K3N3kBX07S0J2s6aTuoEkZ09zuGgrN -zrUyGJS/9Bwglw9nWxoV+uvampB+7RAiNjLLSHfsJRW785BSh+Sznh5ZcuqdjXnr -rVtCez9RL66S903lTiBbOd7K62jT7z5yjnMFGz02iQa7OWHinAj22TMT01ztt0W6 -rPGkQrSCUqH2NCSyp9meYWOhoKlasNM67ciLJvgbATLyW6mAv1KhP7nlTc5oE+F0 -53OFrfeYbhxKerYgUk4aI75xU5KXeU2u10rDXjOvJcDf3ICYbKqV8fEzblNxUm04 -PyxyOTxTPYlhkKyR70xzDn9w300sUWm/O1pLLIpbX6uvGkloEG3xQGv3b7VV2MB1 -YiwmMBHkwFcGA98NGvI3oo+TSJdjDsKU64Nt5TvKuxRhX4PWnr9RNjszplbvezSF -xFlmjTCJBduy6Q9EGgepZ8bTUaPoNpsYRHXzl22x6I4ydGei4LWv0IRiIyAmqG0p -y3cgam+Cs54RrQezXIN/D0EOAC/s5paCEhGYyut+6yuWGXrQZiMZKJFm+9oqM2eI -eBpHQP6fURD4Lg034lNBruSR8nPvt2qBWLKJRjmDB+q1LvHRjgpbA1N9BZWUhrqS -ibq4HUXUmZ/TKpc9M1sJ -=h19e ------END PGP SIGNATURE----- diff --git a/libreoffice-6.1.1.1.tar.xz b/libreoffice-6.1.1.1.tar.xz new file mode 100644 index 0000000..20cef5b --- /dev/null +++ b/libreoffice-6.1.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d596e895e1fe0c69aef06822519f6d97001a9b71b655cd0ea91f135a78715e +size 207209800 diff --git a/libreoffice-6.1.1.1.tar.xz.asc b/libreoffice-6.1.1.1.tar.xz.asc new file mode 100644 index 0000000..f5d6d21 --- /dev/null +++ b/libreoffice-6.1.1.1.tar.xz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABAgAGBQJbgD3CAAoJEPQ0oe+v7q6jNsAP/j2PtSZmczJMwqufU5JmVxqc +7/dPhAIDwrxKcGuKHjswPfY0GfCAQfSuJW17CGRs/8uSdwlUMkG4T1ih66AXuqx/ +lu6w+ooc7RXMQZYOWJE1Br+vdZx63hv09XUb/CWuHGYPh826BygCRFF9EzO/2tpo +RW1Ldj7yAq1EQ8m1pEPhuRHpkYZufLntsvU8nwYg0auiQxN13vQu55BKeyCBDiYg +wP3FgHJss24v/Y9/AxdWGXmQ48yfaoOlKcNu/5g7AS0rWFFRN5PwUMSGyaAevBY9 +iM2aG6z02oEhq3o3TXAXd3FX3Ff1gqJhfXOUCV+5prpY8zJEYiTQH9wes2NNlj96 +8KPS3w7M4nh9IuFbPSTzB4YmvuLJsjD12a4ien1D0npFMl4IMKxhfb3Lx+6+Uw8q +H93ayCbCi5NvFvAwFLYdhElP/ab6rGbozM4Ic6C/8bjehIDx42YsCCGRtuut/pRs +kKoGu3LyFL1nGCzwdvLpkyqs6KK4EXqvOhJNjcnQTpceI37HEaBd70k+f6uLlURE +Y6bZ7mFzmNmuQNKIfxx0IZTTHI4pNXbDlEME/xkuJB1BePN5qgXZlOae9K5NiFlE +WbwqXCJ+d4OW+Ov/hbKiU0n41auKpMJPY8V1E1yx4XOukYwgDgTF+1z3OTPoZvOx +pgqHbVtg8WsTzZB8fGah +=JxM3 +-----END PGP SIGNATURE----- diff --git a/libreoffice-help-6.1.0.3.tar.xz b/libreoffice-help-6.1.0.3.tar.xz deleted file mode 100644 index ee298df..0000000 --- a/libreoffice-help-6.1.0.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbc5ccdba93ab8a2e792311a6b5e84f160882ef4048eff46ecdfc31d0bd5da2b -size 15754176 diff --git a/libreoffice-help-6.1.0.3.tar.xz.asc b/libreoffice-help-6.1.0.3.tar.xz.asc deleted file mode 100644 index 4bff0d0..0000000 --- a/libreoffice-help-6.1.0.3.tar.xz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIcBAABAgAGBQJbY2gWAAoJEPQ0oe+v7q6j2P8QAKzcG/qvwC+8IUBxuR7t3Gc4 -6uQmd0wjEWaRnGPETzsCRnz1KaKp14lPrvsfTXxlMKIByi65qpoVXg0YI2EVBjhj -tFPO029dBLstfi/nH60vWWVKxGEITrEAh1jCd8hoELJ1xlJMusjP+BcAENSZng3o -gRaWZDuIYMUqxBXOdRp7RzU73nySZBoQk+5nFK7kgoGqY1CL+cvM0u0MTnDcWH9X -VtSBnvB8igC+wFDPxtINlYKHN0656EYuRd6RI9IIZ8vBVQBqB3YyyPJCYZODmvlC -tk8Z272fqPwUHUbr6LuxJ6kgirJ+ZsJMIfAn6393tacy5vIAStd1os1vFqXmXLhE -rHPP8z8ha9IQax8E2HHTnC38apKfBfZ9ieGHmVQCj1YbinBsshU50OGPRkTeGlNc -U//4VhULiX0V86d4G9YllyQxIwj89EJDHhkLFaWAScYJDXsVmTm3OvpRm3L1gSSx -j3r8EF0VeqpOTYuYJrMzHgIi9C0FFsevRVKLSxS1aYwNySlh0XccF6eRAHKq0qp0 -ZDj8sM3TvSv6xZUIjb0EPsrWrPLE6XENaWjPtE/uFHnuEb3BgqHyQdf0aXkG9mCy -8rh3iLSIYyz6r3jIA4uUfVQQeJyA7tKx0TCsKTuDMdtccT0Fisi07R7CPAJsNZ4+ -a5iriWJePV/b2bKuK8fP -=CYw6 ------END PGP SIGNATURE----- diff --git a/libreoffice-help-6.1.1.1.tar.xz b/libreoffice-help-6.1.1.1.tar.xz new file mode 100644 index 0000000..778568f --- /dev/null +++ b/libreoffice-help-6.1.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4842bc885c4bd6b1762693738ec6798f15dd86915b1955ce5043f8814ff3f03e +size 15757020 diff --git a/libreoffice-help-6.1.1.1.tar.xz.asc b/libreoffice-help-6.1.1.1.tar.xz.asc new file mode 100644 index 0000000..b9fb44c --- /dev/null +++ b/libreoffice-help-6.1.1.1.tar.xz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABAgAGBQJbgD3OAAoJEPQ0oe+v7q6jbiAP+QGbQFiMKYkyZxD8exlmEH+B +as+0oPpGk2NFmnfs1RYD7BbZj7jCmM6/1ukhPvQKaHIoCZBgpVLidl2/voqtR3D4 +vWlbW2D5z1WT6BMBpryCE+Ir/kXhsT+V3oWEGThLXlI74bWTxy2LeHU1U+hu5cwG +B4045jK/U5QQHOX48kxn2xTExc6PXZlagRHSFmTocoFYwh1xCJiif4KuXIN2AyRL +OAmSyY5k+QARu3o0ehwUcRGxi1KBDUZr3iEnktAyFaWRhR+/Ia9vfHpEYCYxNoLx +olA2ZMBj/w3u8NADYgF0s2vdFviD9M6sypI8e008N8BRFcyjmkZL7WBUJCYbYfJm +iR2zsCBxXf6qHu0e/C/nnoy45eoIp4z5s22hs7grGElvAegeShDhmSODEQENWFOW +V6xTzzTxJRoHIxJT4FJrsk+h/SdRRjmnux929NqLTrmgbSErbAa0ajC87CPCWbM9 +iL22DzsfiwSn6mtVmtaYawHlk4Y13nYff532HOMB4mMOtPWWIDafXVEt64437qi7 +xB4VhVvXNVitc7W0g/FL0PQJNXIa9IHZUR1qmop0bBgsZEu/tJPTe/HN4B1qqGlS +K23gH+FM37N54p/MUHze70eXxqSboqCfeKfjzhot5WSBnJ51xvE4RkhNpjtwN38n +N3qmJ0pOilCwgiwqLnHH +=OYmK +-----END PGP SIGNATURE----- diff --git a/libreoffice-translations-6.1.0.3.tar.xz b/libreoffice-translations-6.1.0.3.tar.xz deleted file mode 100644 index 27d553d..0000000 --- a/libreoffice-translations-6.1.0.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7625274535154e393e22ac1a1795859d4f7ead1c78e25b63554446f0d061190 -size 141153028 diff --git a/libreoffice-translations-6.1.0.3.tar.xz.asc b/libreoffice-translations-6.1.0.3.tar.xz.asc deleted file mode 100644 index b744410..0000000 --- a/libreoffice-translations-6.1.0.3.tar.xz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIcBAABAgAGBQJbY2gZAAoJEPQ0oe+v7q6jp9UP/jvMPwiopci+op4rM7xNEdZN -jf8/F/r1t5YlAxjVEV8r8arfCcHf4tig5FpI1H9HUm+TJoVFLrxzLL9Xho9LBetq -3V9jknOiYxDtiItt1S53MyVcBTE73yNichDvAEXNe1whRjE1HQ0Qhp6jk0BHK/fX -XZrQbFPRvoApnbNPhR5oltN0JVOtPkY0p63tqbfjNSZFDo/JNCUPEQplRq4DWG1F -Xug9zoTOBvK45P6sdveHJwI0AfkzpDY/XU0G2N6Nt5lEcGqGWSK+bqceYDHA9IDr -+xyhAblRdobUOfMdaBhXPLZUTf7enrV9niKWRoUtiVgnQZKFYFn3pc7dKz2saDgz -FKexfQE8yTxiqsHhD688vL2Ux00xtwzDg+nff4sLdC/O1qBTOfEv6WI6Cc3AGzos -JBsPBngs0uOAtbX315H3SO3ecrPRYvIAogwDrymio47kLf3FRQmS2dTI1GvXbPo5 -z4zb4I5UNUI3Rub5/NYQOHiNumTZcf/qkYQXmoIV2s/iuFtYtdQ42tQ6oaMqtEkv -CNb76DMIylzIYsxgesMsAxlWauoBdXwvmSD0AOYf8iDBFpzGUECw75YZaZ8LFtL+ -YOXgFQnRKN2G9sFQxHKugiILYQ/cp5DcBJlScRz238/28EmoeKfwfdKof8Hd4pB1 -XrsbKUGRM7TIOu1P5TyK -=qowA ------END PGP SIGNATURE----- diff --git a/libreoffice-translations-6.1.1.1.tar.xz b/libreoffice-translations-6.1.1.1.tar.xz new file mode 100644 index 0000000..955ed5c --- /dev/null +++ b/libreoffice-translations-6.1.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7382c3f96323a4f518dcd65b51724ae684d127677bef33bfc61b28ff1b4d2bd +size 141143016 diff --git a/libreoffice-translations-6.1.1.1.tar.xz.asc b/libreoffice-translations-6.1.1.1.tar.xz.asc new file mode 100644 index 0000000..f3b6eb9 --- /dev/null +++ b/libreoffice-translations-6.1.1.1.tar.xz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABAgAGBQJbgD3TAAoJEPQ0oe+v7q6jqyQP/ikKPcHA/+ca33504SoyahBN +N7eWGKEioLXs0tzqmtUWCJl5ZwPF0lyxTNAS0K7MJjBYcvIbmpWQXfbnx4+FyUl+ +K/sA+16MVmKYUQzfW6GM8AH4TqCncQaBh7IotsHartCYbMg4gs5ULdCjD4BfqPxO +olGiK+ChM14xXq6ds2WIYq1FZS3sUMRGmPUi7C7mez3Vvhm46xhnx1ehppId9Bsg +aP+bY4t0ZDc3D1bZXKCMIQo1/x0u6MVsW2bwg8Fotaw1b3G/6ZMb2KgUfYopGEFc +wxBFepwcDVX2yjOylkRNt+U6srz8GFbXGEMQc3X9u7uPWyfebColLVnaNCBNvP0Q +xrDSZzMQVl/NRSjmv/9npv+tocS1gdzXd0ZKBGM3Agv7+JIUQnbV0uRrueqhkApv +kwO7VwrY0u74KTE6Z6RTQ1oL7adsed1AFyijx+myW3awRQi46/qA+zp7/r+O86lQ +1kE/bssSxLcIvvxLdaFmiYLXv2ujFiLDcQ94WzuPZ4cGlWPKXqVunQdDoLZuFfLQ +C4IauUvsfT8ODC+9vvwY8jsTDYJle0XXNq6b8A8T++lgHVWRPIHFPUcl1ZqyIaCd +v2Dl/GqQmYuVC7ucw1E3lZ1LqbwesLQ9pB/LpYNByvbQp+llF8oRTQTVAcSpwUlE +6BDF7o21khktB+D9opYi +=M1Qa +-----END PGP SIGNATURE----- diff --git a/libreoffice.changes b/libreoffice.changes index 7ec57f0..85d57b2 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 29 08:00:51 UTC 2018 - tchvatal@suse.com + +- Version update to 6.1.1.1: + * RC1 of the 6.1.1 release + ------------------------------------------------------------------- Fri Aug 24 07:35:25 UTC 2018 - tchvatal@suse.com diff --git a/libreoffice.spec b/libreoffice.spec index 8ead51d..63813af 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -52,7 +52,7 @@ %bcond_with gtk3 %endif Name: libreoffice -Version: 6.1.0.3 +Version: 6.1.1.1 Release: 0 Summary: A Free Office Suite (Framework) License: LGPL-3.0-or-later AND MPL-2.0+