[libreoffice] 3.4.1 RC1

David Tardon dtardon at fedoraproject.org
Wed Jun 15 06:45:20 UTC 2011


commit b955b9c68f8ecb6b166d29666eaa8367378a7cfe
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Jun 15 08:44:41 2011 +0200

    3.4.1 RC1

 .gitignore                                         |   20 ++
 ...o-37668-bitwise-operations-on-signed-numb.patch |  264 --------------------
 ...bz-699909-crash-in-export-of-.doc-in-lcl_.patch |   99 --------
 ...ves-rhbz-707317-avoid-crash-in-getRowSpan.patch |   46 ----
 ...bz-710004-band-aid-for-immediate-crash-in.patch |   29 ---
 ...bz-710556-don-t-crash-on-missing-graphics.patch |  111 --------
 ...ake-a-real-copy-of-the-text-where-to-coun.patch |   35 ---
 libreoffice.spec                                   |   29 +--
 sources                                            |   40 ++--
 9 files changed, 53 insertions(+), 620 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a262d8..18ff467 100644
--- a/.gitignore
+++ b/.gitignore
@@ -130,3 +130,23 @@
 /libreoffice-translations-3.4.0.2.tar.bz2
 /libreoffice-ure-3.4.0.2.tar.bz2
 /libreoffice-writer-3.4.0.2.tar.bz2
+/libreoffice-artwork-3.4.1.1.tar.bz2
+/libreoffice-base-3.4.1.1.tar.bz2
+/libreoffice-bootstrap-3.4.1.1.tar.bz2
+/libreoffice-calc-3.4.1.1.tar.bz2
+/libreoffice-components-3.4.1.1.tar.bz2
+/libreoffice-extensions-3.4.1.1.tar.bz2
+/libreoffice-extras-3.4.1.1.tar.bz2
+/libreoffice-filters-3.4.1.1.tar.bz2
+/libreoffice-help-3.4.1.1.tar.bz2
+/libreoffice-impress-3.4.1.1.tar.bz2
+/libreoffice-libs-core-3.4.1.1.tar.bz2
+/libreoffice-libs-extern-3.4.1.1.tar.bz2
+/libreoffice-libs-extern-sys-3.4.1.1.tar.bz2
+/libreoffice-libs-gui-3.4.1.1.tar.bz2
+/libreoffice-postprocess-3.4.1.1.tar.bz2
+/libreoffice-sdk-3.4.1.1.tar.bz2
+/libreoffice-testing-3.4.1.1.tar.bz2
+/libreoffice-translations-3.4.1.1.tar.bz2
+/libreoffice-ure-3.4.1.1.tar.bz2
+/libreoffice-writer-3.4.1.1.tar.bz2
diff --git a/libreoffice.spec b/libreoffice.spec
index 3bde5b3..dff15ed 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -18,8 +18,8 @@
 Summary:        Free Software Productivity Suite
 Name:           libreoffice
 Epoch:          1
-Version:        3.4.0.2
-Release:        5%{?dist}
+Version:        3.4.1.1
+Release:        1%{?dist}
 License:        LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and (CDDL or GPLv2) and Public Domain
 Group:          Applications/Productivity
 URL:            http://www.documentfoundation.org/develop
@@ -92,13 +92,7 @@ Patch13: 0001-bubble-down-configure-test-findings-on-visibility.patch
 Patch14: vbahelper.visibility.patch
 Patch15: 0001-rhbz-702635-set-correct-page-number-when-exporting-s.patch
 Patch16: 0001-handle-NULL-display-gracefully.patch
-Patch17: 0001-Resolves-rhbz-707317-avoid-crash-in-getRowSpan.patch
-Patch18: 0001-Resolves-rhbz-710004-band-aid-for-immediate-crash-in.patch
-Patch19: 0001-Resolves-rhbz-710556-don-t-crash-on-missing-graphics.patch
-Patch20: 0001-Related-rhbz-652604-better-survive-exceptions-thrown.patch
-Patch21: 0001-Resolves-rhbz-699909-crash-in-export-of-.doc-in-lcl_.patch
-Patch22: 0001-fdo-37584-Make-a-real-copy-of-the-text-where-to-coun.patch
-Patch23: 0001-Resolves-fdo-37668-bitwise-operations-on-signed-numb.patch
+Patch17: 0001-Related-rhbz-652604-better-survive-exceptions-thrown.patch
 
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %define instdir %{_libdir}
@@ -716,13 +710,7 @@ mv -f redhat.soc extras/source/palettes/standard.soc
 %patch14 -p0 -b .vbahelper.visibility.patch
 %patch15 -p1 -b .rhbz702635-set-correct-page-number-when-exporting-s.patch
 %patch16 -p1 -b .handle-NULL-display-gracefully.patch
-%patch17 -p1 -b .rhbz707317-avoid-crash-in-getRowSpan.patch
-%patch18 -p1 -b .rhbz710004-band-aid-for-immediate-crash-in.patch
-%patch19 -p1 -b .rhbz710556-don-t-crash-on-missing-graphics.patch
-%patch20 -p1 -b .rhbz652604-better-survive-exceptions-thrown.patch
-%patch21 -p1 -b .rhbz699909-crash-in-export-of-.doc-in-lcl_.patch
-%patch22 -p1 -b .fdo37584-Make-a-real-copy-of-the-text-where-to-coun.patch
-%patch23 -p1 -b .fdo37668-bitwise-operations-on-signed-numb.patch
+%patch17 -p1 -b .rhbz652604-better-survive-exceptions-thrown.patch
 
 # these are horribly incomplete--empty translations and copied english
 # strings with spattering of translated strings
@@ -2002,6 +1990,15 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
 %{basisinstdir}/program/kde-open-url
 
 %changelog
+* Wed Jun 15 2011 David Tardon <dtardon at redhat.com> - 3.4.1.1-1
+- 3.4.1 RC1
+- drop integrated 0001-Resolves-rhbz-707317-avoid-crash-in-getRowSpan.patch
+- drop integrated 0001-Resolves-rhbz-710004-band-aid-for-immediate-crash-in.patch
+- drop integrated 0001-Resolves-rhbz-710556-don-t-crash-on-missing-graphics.patch
+- drop integrated 0001-Resolves-rhbz-699909-crash-in-export-of-.doc-in-lcl_.patch
+- drop integrated 0001-fdo-37584-Make-a-real-copy-of-the-text-where-to-coun.patch
+- drop integrated 0001-Resolves-fdo-37668-bitwise-operations-on-signed-numb.patch
+
 * Thu Jun 09 2011 Caolán McNamara <caolanm at redhat.com> - 3.4.0.2-5
 - Resolves: rhbz#699909 crash in export of .doc in lcl_getField
 - Resolves: fdo#37584 Make a real copy of the text
diff --git a/sources b/sources
index 6268d43..d49785e 100644
--- a/sources
+++ b/sources
@@ -8,25 +8,25 @@ a7983f859eafb2677d7ff386a023bc40  a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.
 ada24d37d8d638b3d8a9985e80bc2978  ada24d37d8d638b3d8a9985e80bc2978-source-9.0.0.7-bj.zip
 b4cae0700aa1c2aef7eb7f345365e6f1  b4cae0700aa1c2aef7eb7f345365e6f1-translate-toolkit-1.8.1.tar.bz2
 fdb27bfe2dbe2e7b57ae194d9bf36bab  fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz
-7427ddd5ae63b6ee7aa868201dfbccaa  libreoffice-artwork-3.4.0.2.tar.bz2
-a78a8e08731213da02c65060cedc5589  libreoffice-base-3.4.0.2.tar.bz2
-596da255e2728faccc8f2361171270ec  libreoffice-bootstrap-3.4.0.2.tar.bz2
-8ed9803a34d13da1764e7523d550d6b0  libreoffice-calc-3.4.0.2.tar.bz2
-9be46d7c4bf3a60ee8dd0a5ef3638f82  libreoffice-components-3.4.0.2.tar.bz2
-b60db802866ab71c485de42e6382d1bb  libreoffice-extensions-3.4.0.2.tar.bz2
-09e374cf3bd8f07a043883393012d69b  libreoffice-extras-3.4.0.2.tar.bz2
-af9f25aa04dc4ef7b797f7bcc743877c  libreoffice-filters-3.4.0.2.tar.bz2
-ad29de786d76d67759f9d2dd574b29be  libreoffice-help-3.4.0.2.tar.bz2
-ff13a8ac0ea324122b75773fd80a9245  libreoffice-impress-3.4.0.2.tar.bz2
-6eb8f53e01da7a945ee4cd42b7297732  libreoffice-libs-core-3.4.0.2.tar.bz2
-90df27d4cbf490668ce4f03ff7dba521  libreoffice-libs-extern-3.4.0.2.tar.bz2
-c0ea197183564c49306a1c79ca571e51  libreoffice-libs-extern-sys-3.4.0.2.tar.bz2
-91e69ed3c0be542fa7f69ca3da2d7808  libreoffice-libs-gui-3.4.0.2.tar.bz2
+a21bbbc0cf9b482a78357b7b6132e799  libreoffice-artwork-3.4.1.1.tar.bz2
+d9ccdb2b53de8e16d7bb3215b9e97d7a  libreoffice-base-3.4.1.1.tar.bz2
+d3aa4a8e05f8b5c3ccf4f945b82b32a2  libreoffice-bootstrap-3.4.1.1.tar.bz2
+eb03b6627f2a2240eca089c925692259  libreoffice-calc-3.4.1.1.tar.bz2
+190c9b25a7193b7ca98d6f6d09cd20d2  libreoffice-components-3.4.1.1.tar.bz2
+45b632fb71b123b699c9e89f9db6632a  libreoffice-extensions-3.4.1.1.tar.bz2
+19b3e65676e8e8839a4dd884a74e83e4  libreoffice-extras-3.4.1.1.tar.bz2
+79a955fd38d0eedca7db146c5a985041  libreoffice-filters-3.4.1.1.tar.bz2
+9b9b80ff14a3c6f430cc1fee4551c53e  libreoffice-help-3.4.1.1.tar.bz2
+c592798d08cccfb14f6cda95eb542d7b  libreoffice-impress-3.4.1.1.tar.bz2
+1f98cbec964a9563b72962c943af3545  libreoffice-libs-core-3.4.1.1.tar.bz2
+01aa850fa07e4440706dcea0def5c27a  libreoffice-libs-extern-3.4.1.1.tar.bz2
+9765abf75b58c5dbdf82a953af8c6de4  libreoffice-libs-extern-sys-3.4.1.1.tar.bz2
+1f07e271d64606116c84c7adbc90a324  libreoffice-libs-gui-3.4.1.1.tar.bz2
 74939c9ea525374776f09bf972ede99f  libreoffice-multiliblauncher.sh
-a81c787b2e5469c2acc9f335b2c9e52f  libreoffice-postprocess-3.4.0.2.tar.bz2
-ee1c78af6553657614b1a43adf4750ac  libreoffice-sdk-3.4.0.2.tar.bz2
-c970d6212618fc9b34526907eb030ce6  libreoffice-testing-3.4.0.2.tar.bz2
-04d1a5a05aed8d217a5e45ba6759b4be  libreoffice-translations-3.4.0.2.tar.bz2
-6d25488c81af09d87015bf487243042f  libreoffice-ure-3.4.0.2.tar.bz2
-9a39234a49516b7035309e28dd4f0784  libreoffice-writer-3.4.0.2.tar.bz2
+877cf0733c202936f8b918b9ad423f0d  libreoffice-postprocess-3.4.1.1.tar.bz2
+231f5a392ab78167a5a7ab7bc922a421  libreoffice-sdk-3.4.1.1.tar.bz2
+9452301d1eee5fc3bb4758e003829075  libreoffice-testing-3.4.1.1.tar.bz2
+43af29dc34ef5679e16cd1e672e47229  libreoffice-translations-3.4.1.1.tar.bz2
+1bc390b972bbe27f513956af37e60538  libreoffice-ure-3.4.1.1.tar.bz2
+974b73ed0add1d6e325b9da4e3ca5c5d  libreoffice-writer-3.4.1.1.tar.bz2
 03c019658ec49050c8103ba0f10b5067  redhat-langpacks.tar.gz


More information about the scm-commits mailing list