f41
Caolán McNamara 12 years ago
parent 711f149150
commit 8881c0c597

20
.gitignore vendored

@ -10,19 +10,7 @@
/185d60944ea767075d27247c3162b3bc-unowinreg.dll /185d60944ea767075d27247c3162b3bc-unowinreg.dll
/redhat-langpacks.tar.gz /redhat-langpacks.tar.gz
/libreoffice-multiliblauncher.sh /libreoffice-multiliblauncher.sh
/libreoffice-binfilter-3.6.1.1.tar.xz /libreoffice-binfilter-3.6.3.1.tar.xz
/libreoffice-core-3.6.1.1.tar.xz /libreoffice-core-3.6.3.1.tar.xz
/libreoffice-help-3.6.1.1.tar.xz /libreoffice-help-3.6.3.1.tar.xz
/libreoffice-translations-3.6.1.1.tar.xz /libreoffice-translations-3.6.3.1.tar.xz
/libreoffice-binfilter-3.6.1.2.tar.xz
/libreoffice-core-3.6.1.2.tar.xz
/libreoffice-help-3.6.1.2.tar.xz
/libreoffice-translations-3.6.1.2.tar.xz
/libreoffice-binfilter-3.6.2.1.tar.xz
/libreoffice-core-3.6.2.1.tar.xz
/libreoffice-help-3.6.2.1.tar.xz
/libreoffice-translations-3.6.2.1.tar.xz
/libreoffice-binfilter-3.6.2.2.tar.xz
/libreoffice-core-3.6.2.2.tar.xz
/libreoffice-help-3.6.2.2.tar.xz
/libreoffice-translations-3.6.2.2.tar.xz

@ -1,5 +1,5 @@
# download path contains version without the last (fourth) digit # download path contains version without the last (fourth) digit
%define libo_version 3.6.2 %define libo_version 3.6.3
# Should contain .alphaX / .betaX, if this is pre-release (actually # Should contain .alphaX / .betaX, if this is pre-release (actually
# pre-RC) version. The pre-release string is part of tarball file names, # pre-RC) version. The pre-release string is part of tarball file names,
# so we need a way to define it easily at one place. # so we need a way to define it easily at one place.
@ -33,8 +33,8 @@
Summary: Free Software Productivity Suite Summary: Free Software Productivity Suite
Name: libreoffice Name: libreoffice
Epoch: 1 Epoch: 1
Version: %{libo_version}.2 Version: %{libo_version}.1
Release: 3%{?libo_prerelease}%{?dist} Release: 1%{?libo_prerelease}%{?dist}
License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and Artistic License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and Artistic
Group: Applications/Productivity Group: Applications/Productivity
URL: http://www.documentfoundation.org/develop URL: http://www.documentfoundation.org/develop
@ -2017,6 +2017,9 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
%endif %endif
%changelog %changelog
* Thu Oct 11 2012 Caolán McNamara <caolanm@redhat.com> - 1:3.6.3.1-1
- 3.6.3 rc1
* Fri Oct 05 2012 Stephan Bergmann <sbergman@redhat.com> - 1:3.6.2.2-3 * Fri Oct 05 2012 Stephan Bergmann <sbergman@redhat.com> - 1:3.6.2.2-3
- Resolves: fdo#46071 Do not hide windows based on nil Visible property - Resolves: fdo#46071 Do not hide windows based on nil Visible property

@ -9,7 +9,7 @@ c1b5b8d1dd929a1261a6f8872d92b799 redhat-langpacks.tar.gz
fdb27bfe2dbe2e7b57ae194d9bf36bab fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz fdb27bfe2dbe2e7b57ae194d9bf36bab fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz
a7983f859eafb2677d7ff386a023bc40 a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip a7983f859eafb2677d7ff386a023bc40 a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
1f24ab1d39f4a51faf22244c94a6203f 1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz 1f24ab1d39f4a51faf22244c94a6203f 1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
d5e60a864a04cbb70585ae42eee1d2f8 libreoffice-binfilter-3.6.2.2.tar.xz d490ce962d6c3557d1ff6af5edff9b12 libreoffice-binfilter-3.6.3.1.tar.xz
ae171ba4633cc72dba4451b1bdd3385e libreoffice-core-3.6.2.2.tar.xz efe440ce1f806e0d0602a412ddabadb6 libreoffice-core-3.6.3.1.tar.xz
cdad0734d247d91a79cb282fd851d2a7 libreoffice-help-3.6.2.2.tar.xz d6c187aaf3d5c0e179b3ffbba7beefd0 libreoffice-help-3.6.3.1.tar.xz
e9a7e3d35432b72a4603ce094deb6a67 libreoffice-translations-3.6.2.2.tar.xz 93950a79bb29d35fb22fcb317ad5ac57 libreoffice-translations-3.6.3.1.tar.xz

Loading…
Cancel
Save