merge backports/fedora-39
This commit is contained in:
commit
b13a398e1f
4 changed files with 20 additions and 797 deletions
|
@ -1,145 +0,0 @@
|
|||
From 0b613b941c3ffbe432934269f8865bc1f9e59cde Mon Sep 17 00:00:00 2001
|
||||
From: rpm-build <rpm-build>
|
||||
Date: Tue, 27 Sep 2022 15:13:59 -0700
|
||||
Subject: [PATCH] disable libe-book support
|
||||
|
||||
---
|
||||
configure.ac | 3 ---
|
||||
external/Module_external.mk | 1 -
|
||||
filter/Configuration_filter.mk | 8 --------
|
||||
writerperfect/Library_wpftwriter.mk | 2 --
|
||||
writerperfect/qa/unit/WpftFilterFixture.hxx | 4 ----
|
||||
writerperfect/qa/unit/WpftWriterFilterTest.cxx | 5 -----
|
||||
writerperfect/source/writer/wpftwriter.component | 6 ------
|
||||
7 files changed, 29 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 8babc85..e7733de 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -9606,9 +9606,6 @@ libo_PKG_VERSION([ETONYEK], [libetonyek-0.1], [0.1.10])
|
||||
|
||||
libo_CHECK_SYSTEM_MODULE([libfreehand],[FREEHAND],[libfreehand-0.1])
|
||||
|
||||
-libo_CHECK_SYSTEM_MODULE([libebook],[EBOOK],[libe-book-0.1])
|
||||
-libo_PKG_VERSION([EBOOK], [libe-book-0.1], [0.1.2])
|
||||
-
|
||||
libo_CHECK_SYSTEM_MODULE([libabw],[ABW],[libabw-0.1])
|
||||
|
||||
libo_CHECK_SYSTEM_MODULE([libpagemaker],[PAGEMAKER],[libpagemaker-0.0])
|
||||
diff --git a/external/Module_external.mk b/external/Module_external.mk
|
||||
index 366fff2..bc987d1 100644
|
||||
--- a/external/Module_external.mk
|
||||
+++ b/external/Module_external.mk
|
||||
@@ -31,7 +31,6 @@ $(eval $(call gb_Module_add_moduledirs,external,\
|
||||
$(call gb_Helper_optional,CURL,curl) \
|
||||
$(call gb_Helper_optional,DRAGONBOX,dragonbox) \
|
||||
dtoa \
|
||||
- $(call gb_Helper_optional,EBOOK,libebook) \
|
||||
$(call gb_Helper_optional,EPM,epm) \
|
||||
$(call gb_Helper_optional,EPOXY,epoxy) \
|
||||
$(call gb_Helper_optional,EPUBGEN,libepubgen) \
|
||||
diff --git a/filter/Configuration_filter.mk b/filter/Configuration_filter.mk
|
||||
index a58b839..526b447 100644
|
||||
--- a/filter/Configuration_filter.mk
|
||||
+++ b/filter/Configuration_filter.mk
|
||||
@@ -359,10 +359,6 @@ $(eval $(call filter_Configuration_add_types,fcfg_langpack,fcfg_writer_types.xcu
|
||||
writer_OOXML_Template \
|
||||
writer_layout_dump_xml \
|
||||
writer_indexing_export_xml \
|
||||
- writer_BroadBand_eBook \
|
||||
- writer_FictionBook_2 \
|
||||
- writer_PalmDoc \
|
||||
- writer_Plucker_eBook \
|
||||
writer_ApplePages \
|
||||
MWAW_Text_Document \
|
||||
Palm_Text_Document \
|
||||
@@ -409,10 +405,6 @@ $(eval $(call filter_Configuration_add_filters,fcfg_langpack,fcfg_writer_filters
|
||||
OOXML_Text_Template \
|
||||
writer_layout_dump \
|
||||
writer_indexing_export \
|
||||
- BroadBand_eBook \
|
||||
- FictionBook_2 \
|
||||
- PalmDoc \
|
||||
- Plucker_eBook \
|
||||
ApplePages \
|
||||
MWAW_Text_Document \
|
||||
Palm_Text_Document \
|
||||
diff --git a/writerperfect/Library_wpftwriter.mk b/writerperfect/Library_wpftwriter.mk
|
||||
index 840a86f..70a8933 100644
|
||||
--- a/writerperfect/Library_wpftwriter.mk
|
||||
+++ b/writerperfect/Library_wpftwriter.mk
|
||||
@@ -64,7 +64,6 @@ endif
|
||||
$(eval $(call gb_Library_use_externals,wpftwriter,\
|
||||
abw \
|
||||
boost_headers \
|
||||
- ebook \
|
||||
$(if $(ENABLE_WASM_STRIP_SWEXPORTS),,etonyek) \
|
||||
icu_headers \
|
||||
icui18n \
|
||||
@@ -93,7 +92,6 @@ endif
|
||||
ifneq ($(ENABLE_WASM_STRIP_SWEXPORTS),TRUE)
|
||||
$(eval $(call gb_Library_add_exception_objects,wpftwriter,\
|
||||
writerperfect/source/writer/AbiWordImportFilter \
|
||||
- writerperfect/source/writer/EBookImportFilter \
|
||||
writerperfect/source/writer/MSWorksImportFilter \
|
||||
writerperfect/source/writer/MWAWImportFilter \
|
||||
writerperfect/source/writer/PagesImportFilter \
|
||||
diff --git a/writerperfect/qa/unit/WpftFilterFixture.hxx b/writerperfect/qa/unit/WpftFilterFixture.hxx
|
||||
index 2fdd6a2..dbdd672 100644
|
||||
--- a/writerperfect/qa/unit/WpftFilterFixture.hxx
|
||||
+++ b/writerperfect/qa/unit/WpftFilterFixture.hxx
|
||||
@@ -25,10 +25,6 @@
|
||||
|| ((major) == (req_major) \
|
||||
&& ((minor) > (req_minor) || ((minor) == (req_minor) && ((micro) >= (req_micro)))))
|
||||
|
||||
-#define REQUIRE_EBOOK_VERSION(major, minor, micro) \
|
||||
- REQUIRE_VERSION(EBOOK_VERSION_MAJOR, EBOOK_VERSION_MINOR, EBOOK_VERSION_MICRO, major, minor, \
|
||||
- micro)
|
||||
-
|
||||
#define REQUIRE_ETONYEK_VERSION(major, minor, micro) \
|
||||
REQUIRE_VERSION(ETONYEK_VERSION_MAJOR, ETONYEK_VERSION_MINOR, ETONYEK_VERSION_MICRO, major, \
|
||||
minor, micro)
|
||||
diff --git a/writerperfect/qa/unit/WpftWriterFilterTest.cxx b/writerperfect/qa/unit/WpftWriterFilterTest.cxx
|
||||
index 78d24dc..39924f9 100644
|
||||
--- a/writerperfect/qa/unit/WpftWriterFilterTest.cxx
|
||||
+++ b/writerperfect/qa/unit/WpftWriterFilterTest.cxx
|
||||
@@ -30,9 +30,6 @@ WpftWriterFilterTest::WpftWriterFilterTest()
|
||||
|
||||
void WpftWriterFilterTest::test()
|
||||
{
|
||||
- const writerperfect::test::WpftOptionalMap_t aEBookOptional{
|
||||
- { "FictionBook2.fb2.zip", REQUIRE_EBOOK_VERSION(0, 1, 1) },
|
||||
- };
|
||||
const writerperfect::test::WpftOptionalMap_t aEtonyekOptional{
|
||||
{ "Pages_4.pages", REQUIRE_ETONYEK_VERSION(0, 1, 2) },
|
||||
{ "Pages_5.pages", REQUIRE_ETONYEK_VERSION(0, 1, 8) },
|
||||
@@ -59,8 +56,6 @@ void WpftWriterFilterTest::test()
|
||||
|
||||
doTest("com.sun.star.comp.Writer.AbiWordImportFilter",
|
||||
u"/writerperfect/qa/unit/data/writer/libabw/");
|
||||
- doTest("org.libreoffice.comp.Writer.EBookImportFilter",
|
||||
- u"/writerperfect/qa/unit/data/writer/libe-book/", aEBookOptional);
|
||||
doTest("com.sun.star.comp.Writer.MSWorksImportFilter",
|
||||
u"/writerperfect/qa/unit/data/writer/libwps/", aWpsOptional);
|
||||
doTest("com.sun.star.comp.Writer.MWAWImportFilter",
|
||||
diff --git a/writerperfect/source/writer/wpftwriter.component b/writerperfect/source/writer/wpftwriter.component
|
||||
index 176d487..0c89217 100644
|
||||
--- a/writerperfect/source/writer/wpftwriter.component
|
||||
+++ b/writerperfect/source/writer/wpftwriter.component
|
||||
@@ -42,12 +42,6 @@
|
||||
<service name="com.sun.star.document.ImportFilter"/>
|
||||
<optional/>
|
||||
</implementation>
|
||||
- <implementation name="org.libreoffice.comp.Writer.EBookImportFilter"
|
||||
- constructor="org_libreoffice_comp_Writer_EBookImportFilter_get_implementation">
|
||||
- <service name="com.sun.star.document.ExtendedTypeDetection"/>
|
||||
- <service name="com.sun.star.document.ImportFilter"/>
|
||||
- <optional/>
|
||||
- </implementation>
|
||||
<implementation name="org.libreoffice.comp.Writer.PagesImportFilter"
|
||||
constructor="org_libreoffice_comp_Writer_PagesImportFilter_get_implementation">
|
||||
<service name="com.sun.star.document.ExtendedTypeDetection"/>
|
||||
--
|
||||
2.31.1
|
||||
|
|
@ -1,328 +0,0 @@
|
|||
## START: Set by rpmautospec
|
||||
## (rpmautospec version 0.3.5)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 1;
|
||||
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
||||
print(release_number + base_release_number - 1);
|
||||
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
||||
## END: Set by rpmautospec
|
||||
|
||||
%global apiversion 0.6
|
||||
|
||||
Name: libcmis
|
||||
Version: 0.6.2
|
||||
Release: %autorelease
|
||||
Summary: A C/C++ client library for CM interfaces
|
||||
|
||||
License: GPL-2.0-or-later OR LGPL-2.1-or-later OR MPL-1.1
|
||||
URL: https://github.com/tdf/libcmis
|
||||
Source: https://github.com/tdf/libcmis/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig(cppunit)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: xmlto
|
||||
BuildRequires: make
|
||||
|
||||
%description
|
||||
LibCMIS is a C/C++ client library for working with CM (content management)
|
||||
interfaces. The primary supported interface (which gave the library its
|
||||
name) is CMIS, which allows applications to connect to any ECM behaving
|
||||
as a CMIS server (Alfresco or Nuxeo are examples of open source ones).
|
||||
Another supported interface is Google Drive.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%package tools
|
||||
Summary: Command line tool to access CMIS
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tools
|
||||
The %{name}-tools package contains a tool for accessing CMIS from the
|
||||
command line.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%configure --disable-silent-rules --disable-static --disable-werror \
|
||||
DOCBOOK2MAN='xmlto man'
|
||||
sed -i \
|
||||
-e 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' \
|
||||
-e 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' \
|
||||
libtool
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -f %{buildroot}/%{_libdir}/*.la
|
||||
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%check
|
||||
export LD_LIBRARY_PATH=%{buildroot}/%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
|
||||
%make_build check
|
||||
|
||||
%files
|
||||
%doc AUTHORS NEWS
|
||||
%license COPYING.*
|
||||
%{_libdir}/%{name}-%{apiversion}.so.*
|
||||
%{_libdir}/%{name}-c-%{apiversion}.so.*
|
||||
|
||||
%files devel
|
||||
%doc ChangeLog
|
||||
%{_includedir}/%{name}-%{apiversion}
|
||||
%{_includedir}/%{name}-c-%{apiversion}
|
||||
%{_libdir}/%{name}-%{apiversion}.so
|
||||
%{_libdir}/%{name}-c-%{apiversion}.so
|
||||
%{_libdir}/pkgconfig/%{name}-%{apiversion}.pc
|
||||
%{_libdir}/pkgconfig/%{name}-c-%{apiversion}.pc
|
||||
|
||||
%files tools
|
||||
%{_bindir}/cmis-client
|
||||
%{_mandir}/man1/cmis-client.1*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 15 2023 Gwyn Ciesla <gwync@protonmail.com> - 0.6.2-1
|
||||
- 0.6.2
|
||||
|
||||
* Mon Nov 13 2023 Gwyn Ciesla <gwync@protonmail.com> - 0.6.1-1
|
||||
- 0.6.1
|
||||
|
||||
* Thu Oct 12 2023 Gwyn Ciesla <gwync@protonmail.com> - 0.6.0-1
|
||||
- 0.6.0
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Mon Feb 20 2023 Jonathan Wakely <jwakely@redhat.com> - 0.5.2-21
|
||||
- Rebuilt for Boost 1.81
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Mon Nov 21 2022 David Tardon <dtardon@redhat.com> - 0.5.2-16
|
||||
- Convert license to SPDX
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed May 04 2022 Thomas Rodgers <trodgers@redhat.com> - 0.5.2-14
|
||||
- Rebuilt for Boost 1.78
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Aug 06 2021 Jonathan Wakely <jwakely@redhat.com> - 0.5.2-12
|
||||
- Rebuilt for Boost 1.76
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Mar 30 2021 Jonathan Wakely <jwakely@redhat.com> - 0.5.2-10
|
||||
- Rebuilt for removed libstdc++ symbol (#1937698)
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Jan 22 2021 Jonathan Wakely <jwakely@redhat.com> - 0.5.2-8
|
||||
- Rebuilt for Boost 1.75
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 0.5.2-6
|
||||
- Use make macros
|
||||
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
||||
|
||||
* Thu May 28 2020 Jonathan Wakely <jwakely@redhat.com> - 0.5.2-5
|
||||
- Rebuilt for Boost 1.73
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 0.5.2-2
|
||||
- Rebuilt for Boost 1.69
|
||||
|
||||
* Thu Dec 27 2018 David Tardon <dtardon@redhat.com> - 0.5.2-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Dec 10 2018 Caolán McNamara <caolanm@redhat.com> - 0.5.1-14
|
||||
- allow building with c++17
|
||||
|
||||
* Wed Sep 12 2018 Stephan Bergmann <sbergman@redhat.com> - 0.5.1-13
|
||||
- fix Google Drive login
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 0.5.1-10
|
||||
- Rebuilt for Boost 1.66
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 0.5.1-7
|
||||
- Rebuilt for Boost 1.64
|
||||
|
||||
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
|
||||
|
||||
* Mon Feb 27 2017 David Tardon <dtardon@redhat.com> - 0.5.1-5
|
||||
- Resolves: rhbz#1410197 work around infinite redirection loop
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.5.1-3
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Wed May 04 2016 David Tardon <dtardon@redhat.com> - 0.5.1-2
|
||||
- fix Google Drive login
|
||||
|
||||
* Fri Mar 04 2016 David Tardon <dtardon@redhat.com> - 0.5.1-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Mar 02 2016 David Tardon <dtardon@redhat.com> - 0.5.0-12
|
||||
- add a bunch of fixes for problems found by coverity
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.5.0-10
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Wed Sep 02 2015 Jonathan Wakely <jwakely@redhat.com> 0.5.0-9
|
||||
- Patched and rebuilt for Boost 1.59
|
||||
|
||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||
|
||||
* Fri Jul 24 2015 Adam Williamson <awilliam@redhat.com> - 0.5.0-7
|
||||
- rebuild for Boost 1.58 (for f23, for real this time)
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.5.0-6
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Sun Apr 12 2015 David Tardon <dtardon@redhat.com> - 0.5.0-4
|
||||
- rebuild for yet another C++ ABI break
|
||||
|
||||
* Fri Feb 20 2015 David Tardon <dtardon@redhat.com> - 0.5.0-3
|
||||
- rebuild for C++ stdlib ABI change in gcc5
|
||||
|
||||
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.5.0-2
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
* Sun Dec 21 2014 David Tardon <dtardon@redhat.com> - 0.5.0-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Sep 05 2014 David Tardon <dtardon@redhat.com> - 0.4.1-8
|
||||
- coverity: fix mismatching exceptions
|
||||
|
||||
* Thu Sep 04 2014 David Tardon <dtardon@redhat.com> - 0.4.1-7
|
||||
- a few use-after-free fixes for the C wrapper
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.1-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 0.4.1-4
|
||||
- Rebuild for boost 1.55.0
|
||||
|
||||
* Fri Feb 28 2014 David Tardon <dtardon@redhat.com> - 0.4.1-3
|
||||
- Resolves: rhbz#1070691 test failing on big endians
|
||||
|
||||
* Thu Nov 21 2013 David Tardon <dtardon@redhat.com> - 0.4.1-2
|
||||
- disable tests on arm
|
||||
|
||||
* Wed Nov 06 2013 David Tardon <dtardon@redhat.com> - 0.4.1-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Aug 30 2013 David Tardon <dtardon@redhat.com> - 0.3.1-8
|
||||
- Resolves: rhbz#1000819 pkgconfig file for libcmis-c is broken
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Sat Jul 27 2013 pmachata@redhat.com - 0.3.1-6
|
||||
- Rebuild for boost 1.54.0
|
||||
|
||||
* Wed Apr 24 2013 David Tardon <dtardon@redhat.com> - 0.3.1-5
|
||||
- Resolves: rhbz#918079 libcmis::sha1() can return digests with fewer
|
||||
than 40 hexadecimal digits
|
||||
- Resolves: rhbz#918080 restrict redirection protocols
|
||||
|
||||
* Mon Apr 08 2013 David Tardon <dtardon@redhat.com> - 0.3.1-4
|
||||
- Resolves: rhbz#918044 memory leaks on exception path in C wrapper
|
||||
|
||||
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.3.1-3
|
||||
- Rebuild for Boost-1.53.0
|
||||
|
||||
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.3.1-2
|
||||
- Rebuild for Boost-1.53.0
|
||||
|
||||
* Mon Feb 04 2013 David Tardon <dtardon@redhat.com> - 0.3.1-1
|
||||
- new release
|
||||
|
||||
* Wed Dec 19 2012 David Tardon <dtardon@redhat.com> - 0.3.0-6
|
||||
- use xmlto for generating man page
|
||||
|
||||
* Sat Dec 08 2012 David Tardon <dtardon@redhat.com> - 0.3.0-5
|
||||
- another pointless bump
|
||||
|
||||
* Fri Dec 07 2012 David Tardon <dtardon@redhat.com> - 0.3.0-4
|
||||
- another pointless rebuild
|
||||
|
||||
* Fri Dec 07 2012 David Tardon <dtardon@redhat.com> - 0.3.0-3
|
||||
- pointless rebuild
|
||||
|
||||
* Fri Dec 07 2012 David Tardon <dtardon@redhat.com> - 0.3.0-2
|
||||
- force rebuild
|
||||
|
||||
* Thu Dec 06 2012 David Tardon <dtardon@redhat.com> - 0.3.0-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Nov 06 2012 Caolán McNamara <caolanm@redhat.com> - 0.2.3-4
|
||||
- clarify license
|
||||
|
||||
* Fri Jul 27 2012 David Tardon <dtardon@redhat.com> - 0.2.3-3
|
||||
- rebuilt for boost 1.50
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Thu Jun 28 2012 David Tardon <dtardon@redhat.com> - 0.2.3-1
|
||||
- new upstream version
|
||||
|
||||
* Wed Jun 20 2012 David Tardon <dtardon@redhat.com> - 0.2.2-1
|
||||
- latest upstream version
|
||||
|
||||
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-2
|
||||
- Rebuilt for c++ ABI breakage
|
||||
|
||||
* Wed Dec 21 2011 David Tardon <dtardon@redhat.com> 0.1.0-1
|
||||
- initial import
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
# download path contains version without the last (fourth) digit
|
||||
%global libo_version 24.2.4
|
||||
%global libo_version 24.2.5
|
||||
# Should contain .alphaX / .betaX, if this is pre-release (actually
|
||||
# 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.
|
||||
|
@ -78,7 +78,7 @@ Summary: Free Software Productivity Suite
|
|||
Name: libreoffice
|
||||
Epoch: 1
|
||||
Version: %{libo_version}.2
|
||||
Release: 4%{?libo_prerelease}%{?dist}
|
||||
Release: 3%{?libo_prerelease}%{?dist}
|
||||
# default new files are: MPLv2
|
||||
# older files are typically: MPLv2 incorporating work under ASLv2
|
||||
# nlpsolver is: LGPLv3
|
||||
|
@ -1914,6 +1914,9 @@ rm -f %{buildroot}%{baseinstdir}/program/classes/smoketest.jar
|
|||
%{baseinstdir}/share/config/soffice.cfg/fps
|
||||
%{baseinstdir}/share/config/soffice.cfg/modules
|
||||
%{baseinstdir}/share/config/soffice.cfg/sfx
|
||||
%dir %{baseinstdir}/share/config/soffice.cfg/simpress
|
||||
%{baseinstdir}/share/config/soffice.cfg/simpress/styles.xml
|
||||
%{baseinstdir}/share/config/soffice.cfg/simpress/transitions-ogl.xml
|
||||
%{baseinstdir}/share/config/soffice.cfg/svx
|
||||
%{baseinstdir}/share/config/soffice.cfg/svt
|
||||
%{baseinstdir}/share/config/soffice.cfg/uui
|
||||
|
@ -2076,7 +2079,6 @@ rm -f %{buildroot}%{baseinstdir}/program/classes/smoketest.jar
|
|||
%{baseinstdir}/program/opengl/vortexFragmentShader.glsl
|
||||
%{baseinstdir}/program/opengl/vortexGeometryShader.glsl
|
||||
%{baseinstdir}/program/opengl/vortexVertexShader.glsl
|
||||
%{baseinstdir}/share/config/soffice.cfg/simpress/transitions-ogl.xml
|
||||
%{baseinstdir}/share/registry/ogltrans.xcd
|
||||
|
||||
%files pdfimport
|
||||
|
@ -2170,11 +2172,9 @@ rm -f %{buildroot}%{baseinstdir}/program/classes/smoketest.jar
|
|||
%endif
|
||||
%{baseinstdir}/program/libPresentationMinimizerlo.so
|
||||
%{baseinstdir}/program/libwpftimpresslo.so
|
||||
%dir %{baseinstdir}/share/config/soffice.cfg/simpress
|
||||
%{baseinstdir}/share/config/soffice.cfg/simpress/effects.xml
|
||||
%{baseinstdir}/share/config/soffice.cfg/simpress/layoutlist.xml
|
||||
%{baseinstdir}/share/config/soffice.cfg/simpress/objectlist.xml
|
||||
%{baseinstdir}/share/config/soffice.cfg/simpress/styles.xml
|
||||
%{baseinstdir}/share/config/soffice.cfg/simpress/transitions.xml
|
||||
%{baseinstdir}/share/registry/impress.xcd
|
||||
%{baseinstdir}/program/pagein-impress
|
||||
|
@ -2415,6 +2415,18 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
%{_includedir}/LibreOfficeKit
|
||||
|
||||
%changelog
|
||||
* Fri Jul 26 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.2.5.2-3
|
||||
- Backport to CentOS 9
|
||||
|
||||
* Wed Jul 24 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.2.5.2-2
|
||||
- Backport to Fedora 39
|
||||
|
||||
* Thu Jul 11 2024 Gwyn Ciesla <gwync@protonmail.com> - 1:24.2.5.2-1
|
||||
- 24.2.5.2
|
||||
|
||||
* Tue Jul 02 2024 Mattia Verga <mattia.verga@tiscali.it> - 1:24.2.4.2-3
|
||||
- Move some shared resources under -core (fedora#2294823)
|
||||
|
||||
* Thu Jun 27 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.2.4.2-4
|
||||
- Merge 24.2.4.2-fc39
|
||||
- Rebuild on CentOS 9
|
||||
|
@ -2427,6 +2439,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
- Backport to Fedora 39
|
||||
- Disabled kf6 dependency on fedora < 40
|
||||
|
||||
* Sat Jun 08 2024 Python Maint <python-maint@redhat.com> - 1:24.2.4.2-2
|
||||
- Rebuilt for Python 3.13
|
||||
|
||||
* Sat Jun 08 2024 Gwyn Ciesla <gwync@protonmail.com> - 1:24.2.4.2-1
|
||||
- 24.2.4.2
|
||||
|
||||
|
|
|
@ -1,319 +0,0 @@
|
|||
# header-only library
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global apiversion 2.1
|
||||
|
||||
Name: mdds
|
||||
Version: 2.1.1
|
||||
Release: 1
|
||||
Summary: A collection of multi-dimensional data structures and indexing algorithms
|
||||
|
||||
License: MIT
|
||||
URL: https://gitlab.com/mdds/mdds
|
||||
Source0: http://kohei.us/files/%{name}/src/%{name}-%{version}.tar.bz2
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: boost-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: autoconf
|
||||
|
||||
%description
|
||||
%{name} is a collection of multi-dimensional data structures and
|
||||
indexing algorithms.
|
||||
|
||||
%package devel
|
||||
Summary: Headers for %{name}
|
||||
BuildArch: noarch
|
||||
Requires: boost-devel
|
||||
Provides: %{name}-static = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
%{name} is a collection of multi-dimensional data structures and
|
||||
indexing algorithms.
|
||||
|
||||
It implements the following data structures:
|
||||
* segment tree
|
||||
* flat segment tree
|
||||
* rectangle set
|
||||
* point quad tree
|
||||
* multi type matrix
|
||||
* multi type vector
|
||||
|
||||
See README.md for a brief description of the structures.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
autoconf
|
||||
%configure
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -rf %{buildroot}%{_docdir}/%{name}
|
||||
|
||||
%check
|
||||
make check %{?_smp_mflags}
|
||||
|
||||
%files devel
|
||||
%{_includedir}/%{name}-%{apiversion}
|
||||
%{_datadir}/pkgconfig/%{name}-%{apiversion}.pc
|
||||
%doc AUTHORS README.md
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Jul 25 2023 Sandino Araico Sánchez <sandino@sandino.net> - 2.1.1-1
|
||||
- latest release
|
||||
|
||||
* Tue Jul 25 2023 Sandino Araico Sánchez <sandino@sandino.net> - 2.1.0-1
|
||||
- new upstream release needed for libreoffice 7.6
|
||||
|
||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Mon Nov 21 2022 David Tardon <dtardon@redhat.com> - 2.0.3-3
|
||||
- Convert license to SPDX
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Wed May 11 2022 Caolán McNamara <caolanm@redhat.com> - 2.0.3-1
|
||||
- latest release
|
||||
|
||||
* Wed Feb 16 2022 Caolán McNamara <caolanm@redhat.com> - 2.0.2-1
|
||||
- latest release
|
||||
|
||||
* Wed Feb 02 2022 Caolán McNamara <caolanm@redhat.com> - 2.0.1-1
|
||||
- new upstream release needed for libreoffice 7.3
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Mon Sep 21 2020 Caolán McNamara <caolanm@redhat.com> - 1.7.0-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Aug 15 2019 Caolán McNamara <caolanm@redhat.com> - 1.5.0-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 1.4.3-2
|
||||
- Rebuilt for Boost 1.69
|
||||
|
||||
* Wed Oct 31 2018 Caolán McNamara <caolanm@redhat.com> - 1.4.3-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Sep 19 2018 Caolán McNamara <caolanm@redhat.com> - 1.4.2-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Aug 28 2018 Caolán McNamara <caolanm@redhat.com> - 1.4.1-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
* Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 1.3.0-2
|
||||
- Rebuilt for Boost 1.66
|
||||
|
||||
* Wed Nov 01 2017 David Tardon <dtardon@redhat.com> - 1.3.0-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 1.2.3-2
|
||||
- Rebuilt for Boost 1.64
|
||||
|
||||
* Thu May 25 2017 David Tardon <dtardon@redhat.com> - 1.2.3-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 1.2.2-2
|
||||
- Rebuilt for Boost 1.63
|
||||
|
||||
* Mon Sep 12 2016 David Tardon <dtardon@redhat.com> - 1.2.2-1
|
||||
- new upstream release
|
||||
|
||||
* Mon Jun 27 2016 David Tardon <dtardon@redhat.com> - 1.2.1-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Jun 22 2016 David Tardon <dtardon@redhat.com> - 1.2.0-2
|
||||
- fix double delete in mtv::swap
|
||||
|
||||
* Thu May 12 2016 David Tardon <dtardon@redhat.com> - 1.2.0-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Feb 12 2016 David Tardon <dtardon@redhat.com> - 1.1.0-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.1-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
* Fri Jan 15 2016 Jonathan Wakely <jwakely@redhat.com> - 0.12.1-6
|
||||
- Rebuilt for Boost 1.60
|
||||
|
||||
* Thu Aug 27 2015 Jonathan Wakely <jwakely@redhat.com> - 0.12.1-5
|
||||
- Rebuilt for Boost 1.59
|
||||
|
||||
* Wed Jul 29 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159
|
||||
|
||||
* Wed Jul 22 2015 David Tardon <dtardon@redhat.com> - 0.12.1-3
|
||||
- rebuild for Boost 1.58
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Fri Jun 12 2015 David Tardon <dtardon@redhat.com> - 0.12.1-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Mar 05 2015 David Tardon <dtardon@redhat.com> - 0.12.0-2
|
||||
- add missing includes
|
||||
|
||||
* Tue Feb 17 2015 David Tardon <dtardon@redhat.com> - 0.12.0-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Jan 29 2015 David Tardon <dtardon@redhat.com> - 0.11.2-3
|
||||
- fix includes in header file
|
||||
|
||||
* Tue Jan 27 2015 Petr Machata <pmachata@redhat.com> - 0.11.2-2
|
||||
- Rebuild for boost 1.57.0
|
||||
|
||||
* Sun Dec 21 2014 David Tardon <dtardon@redhat.com> - 0.11.2-1
|
||||
- new upstream release
|
||||
|
||||
* Fri Oct 03 2014 David Tardon <dtardon@redhat.com> - 0.11.1-1
|
||||
- new bugfix release
|
||||
|
||||
* Mon Sep 22 2014 David Tardon <dtardon@redhat.com> - 0.11.0-1
|
||||
- new upstream release
|
||||
|
||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.3-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Fri May 23 2014 Petr Machata <pmachata@redhat.com> - 0.10.3-2
|
||||
- Rebuild for boost 1.55.0
|
||||
|
||||
* Thu Apr 24 2014 David Tardon <dtardon@redhat.com> - 0.10.3-1
|
||||
- new upstream release
|
||||
|
||||
* Thu Feb 13 2014 David Tardon <dtardon@redhat.com> - 0.10.2-1
|
||||
- new bugfix release
|
||||
|
||||
* Thu Jan 09 2014 David Tardon <dtardon@redhat.com> - 0.10.1-1
|
||||
- new upstream release
|
||||
|
||||
* Tue Jan 07 2014 David Tardon <dtardon@redhat.com> - 0.10.0-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Nov 06 2013 David Tardon <dtardon@redhat.com> - 0.9.1-1
|
||||
- new upstream release
|
||||
|
||||
* Wed Sep 04 2013 David Tardon <dtardon@redhat.com> - 0.8.1-5
|
||||
- run tests on all platforms
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
* Tue Jul 30 2013 Petr Machata <pmachata@redhat.com> - 0.8.1-3
|
||||
- Rebuild for boost 1.54.0
|
||||
|
||||
* Mon Jun 10 2013 David Tardon <dtardon@redhat.com> - 0.8.1-2
|
||||
- trivial changes
|
||||
|
||||
* Tue May 21 2013 David Tardon <dtardon@redhat.com> - 0.8.1-1
|
||||
- new release
|
||||
|
||||
* Tue May 14 2013 David Tardon <dtardon@redhat.com> - 0.8.0-1
|
||||
- new release
|
||||
|
||||
* Mon Mar 18 2013 David Tardon <dtardon@redhat.com> - 0.7.1-1
|
||||
- new release
|
||||
|
||||
* Thu Feb 28 2013 David Tardon <dtardon@redhat.com> - 0.7.0-1
|
||||
- new release
|
||||
|
||||
* Sun Feb 10 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.6.1-3
|
||||
- Rebuild for Boost-1.53.0
|
||||
|
||||
* Sat Feb 09 2013 Denis Arnaud <denis.arnaud_fedora@m4x.org> - 0.6.1-2
|
||||
- Rebuild for Boost-1.53.0
|
||||
|
||||
* Tue Sep 18 2012 David Tardon <dtardon@redhat.com> - 0.6.1-1
|
||||
- new version
|
||||
|
||||
* Sat Jul 28 2012 David Tardon <dtardon@redhat.com> - 0.6.0-2
|
||||
- rebuilt for boost 1.50
|
||||
|
||||
* Mon Jul 23 2012 David Tardon <dtardon@redhat.com> - 0.6.0-1
|
||||
- new version
|
||||
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
* Fri Nov 18 2011 David Tardon <dtardon@redhat.com> - 0.5.4-1
|
||||
- new version
|
||||
|
||||
* Thu Jul 14 2011 David Tardon <dtardon@redhat.com> - 0.5.3-1
|
||||
- new version
|
||||
|
||||
* Wed Mar 30 2011 David Tardon <dtardon@redhat.com> - 0.5.2-2
|
||||
- install license
|
||||
|
||||
* Tue Mar 29 2011 David Tardon <dtardon@redhat.com> - 0.5.2-1
|
||||
- new version
|
||||
|
||||
* Thu Mar 24 2011 David Tardon <dtardon@redhat.com> - 0.5.1-3
|
||||
- Resolves: rhbz#680766 fix a crash and two other bugs
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
* Sat Jan 08 2011 David Tardon <dtardon@redhat.com> - 0.5.1-1
|
||||
- new version
|
||||
|
||||
* Tue Dec 21 2010 David Tardon <dtardon@redhat.com> - 0.4.0-1
|
||||
- new version
|
||||
|
||||
* Tue Nov 16 2010 David Tardon <dtardon@redhat.com> - 0.3.1-1
|
||||
- new version
|
||||
|
||||
* Wed Jul 07 2010 Caolán McNamara <caolanm@redhat.com> - 0.3.0-2
|
||||
- rpmlint warnings
|
||||
|
||||
* Wed Jun 30 2010 David Tardon <dtardon@redhat.com> - 0.3.0-1
|
||||
- initial import
|
||||
|
Loading…
Reference in a new issue