From 69afd48b970d6b3b34cd3564340b36b6d18d9f7e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 04:30:05 +0000 Subject: [PATCH 01/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index f3b5bdf..13e5d93 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -111,6 +111,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libwrtembed.so %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 3.3.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed Feb 25 2015 Daniel Pocock - 3.3.9-1 - Initial RPM packaging. From 977d6dece018fe539cb4bdaa265868ae9d385a6a Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Thu, 3 Sep 2015 19:38:18 +0200 Subject: [PATCH 02/27] sources: Add v3.3.10 --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a0f62f8..784cb2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /v3.3.9.tar.gz +/v3.3.10.tar.bz2 diff --git a/sources b/sources index 418602f..d89617d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cf36fb4c86e6a246059397cb7766ba6e v3.3.9.tar.gz +0f2498b23de6c829f8d1ec4a4ca9f887 v3.3.10.tar.bz2 From e6e47c17defcf3b45b671a8f78f385c5ee9aa387 Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Thu, 3 Sep 2015 19:39:29 +0200 Subject: [PATCH 03/27] Update for v3.3.10-3 --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 13e5d93..ed3719e 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,5 +1,5 @@ Name: xtuple-openrpt -Version: 3.3.9 +Version: 3.3.10 Release: 2%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL @@ -111,6 +111,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libwrtembed.so %changelog +* Thu Sep 3 2015 Daniel Pocock - 3.3.10-3 +- New upstream release. + * Fri Jun 19 2015 Fedora Release Engineering - 3.3.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 303b98f5736aeaf12b6e889a2d9a9a032f19c172 Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Thu, 3 Sep 2015 20:11:12 +0200 Subject: [PATCH 04/27] Update filename extension to bz2 --- xtuple-openrpt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index ed3719e..136183a 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -4,7 +4,7 @@ Release: 2%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ -Source: https://github.com/xtuple/openrpt/archive/v%version.tar.gz +Source: https://github.com/xtuple/openrpt/archive/v%version.tar.bz2 BuildRequires: desktop-file-utils BuildRequires: qt-devel BuildRequires: libdmtx-devel From 2a0f707e5b1e4193174317501c1dae9db60376bc Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Fri, 4 Sep 2015 07:48:30 +0200 Subject: [PATCH 05/27] Update for v3.3.10-4 --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 136183a..560033f 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.10 -Release: 2%{?dist} +Release: 4%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -111,6 +111,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libwrtembed.so %changelog +* Fri Sep 04 2015 Daniel Pocock - 3.3.10-4 +- Fix release number. + * Thu Sep 3 2015 Daniel Pocock - 3.3.10-3 - New upstream release. From abe1386e08c79857ef6f03822c042bff28051337 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 1 Feb 2016 20:53:23 -0600 Subject: [PATCH 06/27] use %qmake_qt4 macro to ensure proper build flags --- xtuple-openrpt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 560033f..c8ff265 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.10 -Release: 4%{?dist} +Release: 5%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -55,7 +55,7 @@ This package provides the header files used by developers. %build export USE_SYSTEM_DMTX=1 lrelease-qt4 */*/*.ts */*.ts -qmake-qt4 . +%{qmake_qt4} . make %{?_smp_mflags} %install @@ -111,6 +111,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libwrtembed.so %changelog +* Tue Feb 02 2016 Rex Dieter - 3.3.10-5 +- use %%qmake_qt4 macro to ensure proper build flags + * Fri Sep 04 2015 Daniel Pocock - 3.3.10-4 - Fix release number. From 889f93f671b2605409eba95816750ff2908e8ecc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:52:21 +0000 Subject: [PATCH 07/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index c8ff265..09dd895 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.10 -Release: 5%{?dist} +Release: 6%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -111,6 +111,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libwrtembed.so %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 3.3.10-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Tue Feb 02 2016 Rex Dieter - 3.3.10-5 - use %%qmake_qt4 macro to ensure proper build flags From 465af0a1a0af291fa617a4b2419d3132fe2b3bf0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 18:11:17 +0000 Subject: [PATCH 08/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 09dd895..05033ad 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.10 -Release: 6%{?dist} +Release: 7%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -111,6 +111,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libwrtembed.so %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 3.3.10-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 3.3.10-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 8d81b69d30c0983dd9bb379b318dd5a1d431d94c Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Fri, 14 Apr 2017 15:09:30 +0200 Subject: [PATCH 09/27] Update for v3.3.12-8 --- .gitignore | 1 + sources | 2 +- xtuple-openrpt.spec | 15 +++++++++------ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 784cb2e..6f7621c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /v3.3.9.tar.gz /v3.3.10.tar.bz2 +/v3.3.12.tar.bz2 diff --git a/sources b/sources index d89617d..42c0fd2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f2498b23de6c829f8d1ec4a4ca9f887 v3.3.10.tar.bz2 +SHA512 (v3.3.12.tar.bz2) = 44275fc0267e95a44ca959e77100d76c02c42aeea79441e02bf9260efe03ce45499936afd5e9960fcd75eb9d6cd6246596fc8eb37415f6d7ee4de04cb8dbb522 diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 05033ad..42ee69a 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,12 +1,12 @@ Name: xtuple-openrpt -Version: 3.3.10 -Release: 7%{?dist} +Version: 3.3.12 +Release: 8%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ Source: https://github.com/xtuple/openrpt/archive/v%version.tar.bz2 BuildRequires: desktop-file-utils -BuildRequires: qt-devel +BuildRequires: qt5-qtbase-devel BuildRequires: libdmtx-devel Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -40,7 +40,7 @@ This package provides the core libraries: libopenrpt %package devel Summary: OpenRPT development files Requires: %{name}-libs%{?_isa} = %{version}-%{release} -Requires: qt-devel +Requires: qt5-qtbase-devel Requires: libdmtx-devel %description devel @@ -54,8 +54,8 @@ This package provides the header files used by developers. %build export USE_SYSTEM_DMTX=1 -lrelease-qt4 */*/*.ts */*.ts -%{qmake_qt4} . +lrelease-qt5 */*/*.ts */*.ts +%{qmake_qt5} . make %{?_smp_mflags} %install @@ -111,6 +111,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libwrtembed.so %changelog +* Fri Apr 14 2017 * Fri Sep 04 2015 Daniel Pocock - 3.3.12-8 +- New upstream release. + * Sat Feb 11 2017 Fedora Release Engineering - 3.3.10-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 6d996819050e61456af38250b030c001f0a08b1b Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Fri, 14 Apr 2017 15:23:09 +0200 Subject: [PATCH 10/27] Deps: add qt5-linguist --- xtuple-openrpt.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 42ee69a..0534062 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -7,6 +7,7 @@ Url: http://www.xtuple.com/openrpt/ Source: https://github.com/xtuple/openrpt/archive/v%version.tar.bz2 BuildRequires: desktop-file-utils BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-linguist BuildRequires: libdmtx-devel Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -41,6 +42,7 @@ This package provides the core libraries: libopenrpt Summary: OpenRPT development files Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel +Requires: qt5-linguist Requires: libdmtx-devel %description devel From b559e7f0fad22de8e47d1cbdb946cbd278a039b5 Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Fri, 14 Apr 2017 15:34:00 +0200 Subject: [PATCH 11/27] Deps: add uitools --- xtuple-openrpt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 0534062..9257e3a 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -8,6 +8,7 @@ Source: https://github.com/xtuple/openrpt/archive/v%version.tar.bz2 BuildRequires: desktop-file-utils BuildRequires: qt5-qtbase-devel BuildRequires: qt5-linguist +BuildRequires: pkgconfig(Qt5UiTools) BuildRequires: libdmtx-devel Requires: %{name}-libs%{?_isa} = %{version}-%{release} From f973ff75c625089e6b13914d22c3867e8d65d4b7 Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Fri, 14 Apr 2017 15:50:38 +0200 Subject: [PATCH 12/27] Deps: add zlib-devel and fontconfig-devel --- xtuple-openrpt.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 9257e3a..5f655d5 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -9,6 +9,8 @@ BuildRequires: desktop-file-utils BuildRequires: qt5-qtbase-devel BuildRequires: qt5-linguist BuildRequires: pkgconfig(Qt5UiTools) +BuildRequires: zlib-devel +BuildRequires: fontconfig-devel BuildRequires: libdmtx-devel Requires: %{name}-libs%{?_isa} = %{version}-%{release} From d12ecb78070fa064eb2b220799bbd5773de06f4c Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Fri, 14 Apr 2017 15:59:31 +0200 Subject: [PATCH 13/27] Files: install libqzint.so --- xtuple-openrpt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 5f655d5..654168a 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -114,6 +114,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libMetaSQL.so %{_libdir}/librenderer.so %{_libdir}/libwrtembed.so +%{_libdir}/libqzint.so %changelog * Fri Apr 14 2017 * Fri Sep 04 2015 Daniel Pocock - 3.3.12-8 From fece4eb6f315ddde5bf0a9b8e63722477dd9b38b Mon Sep 17 00:00:00 2001 From: Daniel Pocock Date: Fri, 14 Apr 2017 16:30:18 +0200 Subject: [PATCH 14/27] Fix changelog --- xtuple-openrpt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 654168a..3c24f73 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -117,7 +117,7 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog -* Fri Apr 14 2017 * Fri Sep 04 2015 Daniel Pocock - 3.3.12-8 +* Fri Apr 14 2017 Daniel Pocock - 3.3.12-8 - New upstream release. * Sat Feb 11 2017 Fedora Release Engineering - 3.3.10-7 From 33bad6cc3184a4c9bb8e94c31226e2bfce1ba3d0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:29:19 +0000 Subject: [PATCH 15/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 3c24f73..1fa2f66 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.12 -Release: 8%{?dist} +Release: 9%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -117,6 +117,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 3.3.12-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Apr 14 2017 Daniel Pocock - 3.3.12-8 - New upstream release. From 53ac34b4cfa2d021d154e63fa5579ce368c03b70 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 11:01:04 +0000 Subject: [PATCH 16/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 1fa2f66..285c79d 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.12 -Release: 9%{?dist} +Release: 10%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -117,6 +117,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 3.3.12-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 3.3.12-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 126a1b57d37f1e70a2ba2e09ee62e7d4d379a19c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 22:09:03 +0000 Subject: [PATCH 17/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 285c79d..680df46 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.12 -Release: 10%{?dist} +Release: 11%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -117,6 +117,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 3.3.12-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 3.3.12-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 0fcc6f4c6c795e0eb12b72337962e9c4b40aae1c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:37:21 +0000 Subject: [PATCH 18/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 680df46..d7fa883 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.12 -Release: 11%{?dist} +Release: 12%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -117,6 +117,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 3.3.12-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 3.3.12-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From c1c8eb135d035be628750e124a99ac69a70f1697 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 1 Sep 2018 14:19:39 -0500 Subject: [PATCH 19/27] use %autosetup, %make_build %ldconfig_scriptlets xtuple-openrpt-v3.3.14 is available (#1242106) xtuple-openrpt: FTBFS in Fedora rawhide (#1606761) tighten %files (less globs mostly) --- .gitignore | 3 -- 0025-Qt-5.11.0-update.patch | 24 ++++++++++++++ sources | 1 - xtuple-openrpt.spec | 64 ++++++++++++++++++++++++------------- 4 files changed, 65 insertions(+), 27 deletions(-) create mode 100644 0025-Qt-5.11.0-update.patch diff --git a/.gitignore b/.gitignore index 6f7621c..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +0,0 @@ -/v3.3.9.tar.gz -/v3.3.10.tar.bz2 -/v3.3.12.tar.bz2 diff --git a/0025-Qt-5.11.0-update.patch b/0025-Qt-5.11.0-update.patch new file mode 100644 index 0000000..a936fda --- /dev/null +++ b/0025-Qt-5.11.0-update.patch @@ -0,0 +1,24 @@ +From 81450ea53d6d658265f483082cabb1b92350cae6 Mon Sep 17 00:00:00 2001 +From: David Beauchamp +Date: Thu, 31 May 2018 11:36:14 -0400 +Subject: [PATCH 25/25] Qt 5.11.0 update + +--- + OpenRPT/wrtembed/reportparameter.cpp | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/OpenRPT/wrtembed/reportparameter.cpp b/OpenRPT/wrtembed/reportparameter.cpp +index 53ff668..bed6e6b 100644 +--- a/OpenRPT/wrtembed/reportparameter.cpp ++++ b/OpenRPT/wrtembed/reportparameter.cpp +@@ -20,6 +20,7 @@ + + #include "reportparameter.h" + ++#include + #include + #include + #include "reportparameterlistitem.h" +-- +2.17.1 + diff --git a/sources b/sources index 42c0fd2..e69de29 100644 --- a/sources +++ b/sources @@ -1 +0,0 @@ -SHA512 (v3.3.12.tar.bz2) = 44275fc0267e95a44ca959e77100d76c02c42aeea79441e02bf9260efe03ce45499936afd5e9960fcd75eb9d6cd6246596fc8eb37415f6d7ee4de04cb8dbb522 diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index d7fa883..a8d0309 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,10 +1,14 @@ Name: xtuple-openrpt -Version: 3.3.12 -Release: 12%{?dist} +Version: 3.3.14 +Release: 1%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ -Source: https://github.com/xtuple/openrpt/archive/v%version.tar.bz2 +Source: https://github.com/xtuple/openrpt/archive/v%version.tar.gz + +## upstream patches +Patch25: 0025-Qt-5.11.0-update.patch + BuildRequires: desktop-file-utils BuildRequires: qt5-qtbase-devel BuildRequires: qt5-linguist @@ -12,6 +16,7 @@ BuildRequires: pkgconfig(Qt5UiTools) BuildRequires: zlib-devel BuildRequires: fontconfig-devel BuildRequires: libdmtx-devel + Requires: %{name}-libs%{?_isa} = %{version}-%{release} %global _docdir_fmt %{name} @@ -55,13 +60,16 @@ as XML, either as files or in a database. This package provides the header files used by developers. %prep -%setup -q -n openrpt-%{version} +%autosetup -n openrpt-%{version} -p1 %build export USE_SYSTEM_DMTX=1 + lrelease-qt5 */*/*.ts */*.ts + %{qmake_qt5} . -make %{?_smp_mflags} + +%make_build %install # make install doesn't do anything for this qmake project so we do @@ -83,33 +91,37 @@ rm %{buildroot}%{_datadir}/openrpt/OpenRPT/images/openrpt_qembed.h mkdir -p %{buildroot}%{_datadir}/applications desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop -%post libs -p /sbin/ldconfig - -%postun libs -p /sbin/ldconfig %files -%{_bindir}/* -%{_datadir}/applications/*.desktop +%{_bindir}/exportrpt +%{_bindir}/importmqlgui +%{_bindir}/importrpt +%{_bindir}/importrptgui +%{_bindir}/metasql +%{_bindir}/openrpt +%{_bindir}/openrpt-graph +%{_bindir}/rptrender +%{_datadir}/applications/importmqlgui.desktop +%{_datadir}/applications/importrptgui.desktop +%{_datadir}/applications/openrpt.desktop + +%ldconfig_scriptlets libs %files libs -%{_libdir}/lib*.so.* +%{_libdir}/libopenrptcommon.so.1* +%{_libdir}/libMetaSQL.so.1* +%{_libdir}/librenderer.so.1* +%{_libdir}/libwrtembed.so.1* +%{_libdir}/libqzint.so.1* %files images %license COPYING -%dir %{_datadir}/openrpt -%dir %{_datadir}/openrpt/OpenRPT -%dir %{_datadir}/openrpt/OpenRPT/images -%dir %{_datadir}/openrpt/OpenRPT/images/icons_24x24 -%dir %{_datadir}/openrpt/OpenRPT/images/icons_48x48 -%dir %{_datadir}/openrpt/OpenRPT/images/icons_32x32 -%dir %{_datadir}/openrpt/OpenRPT/images/icons_64x64 -%dir %{_datadir}/openrpt/OpenRPT/images/icons_16x16 -%{_datadir}/openrpt/OpenRPT/images/*.* -%{_datadir}/openrpt/OpenRPT/images/icons_*/* +%dir %{_datadir}/openrpt/ +%dir %{_datadir}/openrpt/OpenRPT/ +%{_datadir}/openrpt/OpenRPT/images/ %files devel -%dir %{_includedir}/openrpt/ -%{_includedir}/openrpt/* +%{_includedir}/openrpt/ %{_libdir}/libopenrptcommon.so %{_libdir}/libMetaSQL.so %{_libdir}/librenderer.so @@ -117,6 +129,12 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Sat Sep 01 2018 Rex Dieter - 3.3.14-1 +- use %%autosetup, %%make_build %%ldconfig_scriptlets +- xtuple-openrpt-v3.3.14 is available (#1242106) +- xtuple-openrpt: FTBFS in Fedora rawhide (#1606761) +- tighten %%files (less globs mostly) + * Sat Jul 14 2018 Fedora Release Engineering - 3.3.12-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 7fa9758d23d2d9cee3dfe9c68c9cb206e1811e32 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 2 Sep 2018 09:51:53 -0500 Subject: [PATCH 20/27] new-sources --- .gitignore | 1 + sources | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..25ac27d 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/v3.3.14.tar.gz diff --git a/sources b/sources index e69de29..03ead14 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +SHA512 (v3.3.14.tar.gz) = 42400dc48ef8122c93bee1a67eabb2e171055bf852001e42d01aea9a7113ebb845d1b48fce6fb6c96e564bd9976a794f4addc66911de1765c64f2e93006ff22b From 5b8c3454deee381ed16f5db0fdf02c87abe77fcf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:52:22 +0000 Subject: [PATCH 21/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index a8d0309..c76d28a 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -129,6 +129,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 3.3.14-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Sep 01 2018 Rex Dieter - 3.3.14-1 - use %%autosetup, %%make_build %%ldconfig_scriptlets - xtuple-openrpt-v3.3.14 is available (#1242106) From b645a4af76f411604e095095ad06588b0c4d729e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:41:53 +0000 Subject: [PATCH 22/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index c76d28a..75b3635 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.14 -Release: 2%{?dist} +Release: 3%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -129,6 +129,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 3.3.14-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 3.3.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From e59e71bfe3d5d139344035c6cf24a2df8379cd51 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:58:56 +0000 Subject: [PATCH 23/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 75b3635..585eb7b 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.14 -Release: 3%{?dist} +Release: 4%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -129,6 +129,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 3.3.14-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 3.3.14-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From babcbf72ba839874ef1e57931462a79b402381b8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 15:08:20 +0000 Subject: [PATCH 24/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 585eb7b..1af2359 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.14 -Release: 4%{?dist} +Release: 5%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -129,6 +129,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 3.3.14-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 3.3.14-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From f810e14833c36057e5a82594ccbefc5eb80bf808 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:41:22 +0000 Subject: [PATCH 25/27] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xtuple-openrpt.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index 1af2359..db8bc8e 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -9,6 +9,7 @@ Source: https://github.com/xtuple/openrpt/archive/v%version.tar.gz ## upstream patches Patch25: 0025-Qt-5.11.0-update.patch +BuildRequires: make BuildRequires: desktop-file-utils BuildRequires: qt5-qtbase-devel BuildRequires: qt5-linguist From 62cd6767acf3f3c215a58ee0c05c19062c574088 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:26:58 +0000 Subject: [PATCH 26/27] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xtuple-openrpt.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec index db8bc8e..bbec92e 100644 --- a/xtuple-openrpt.spec +++ b/xtuple-openrpt.spec @@ -1,6 +1,6 @@ Name: xtuple-openrpt Version: 3.3.14 -Release: 5%{?dist} +Release: 6%{?dist} Summary: xTuple / PostBooks reporting utility and libraries License: CPAL Url: http://www.xtuple.com/openrpt/ @@ -130,6 +130,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop %{_libdir}/libqzint.so %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 3.3.14-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 3.3.14-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 11bcf4b803c0dcdeede0f37da73982092d4afb83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 31 May 2021 10:58:54 +0200 Subject: [PATCH 27/27] Orphaned for 6+ weeks --- .gitignore | 1 - 0025-Qt-5.11.0-update.patch | 24 ----- dead.package | 1 + sources | 1 - xtuple-openrpt.spec | 189 ------------------------------------ 5 files changed, 1 insertion(+), 215 deletions(-) delete mode 100644 .gitignore delete mode 100644 0025-Qt-5.11.0-update.patch create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xtuple-openrpt.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 25ac27d..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/v3.3.14.tar.gz diff --git a/0025-Qt-5.11.0-update.patch b/0025-Qt-5.11.0-update.patch deleted file mode 100644 index a936fda..0000000 --- a/0025-Qt-5.11.0-update.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 81450ea53d6d658265f483082cabb1b92350cae6 Mon Sep 17 00:00:00 2001 -From: David Beauchamp -Date: Thu, 31 May 2018 11:36:14 -0400 -Subject: [PATCH 25/25] Qt 5.11.0 update - ---- - OpenRPT/wrtembed/reportparameter.cpp | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/OpenRPT/wrtembed/reportparameter.cpp b/OpenRPT/wrtembed/reportparameter.cpp -index 53ff668..bed6e6b 100644 ---- a/OpenRPT/wrtembed/reportparameter.cpp -+++ b/OpenRPT/wrtembed/reportparameter.cpp -@@ -20,6 +20,7 @@ - - #include "reportparameter.h" - -+#include - #include - #include - #include "reportparameterlistitem.h" --- -2.17.1 - diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 03ead14..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (v3.3.14.tar.gz) = 42400dc48ef8122c93bee1a67eabb2e171055bf852001e42d01aea9a7113ebb845d1b48fce6fb6c96e564bd9976a794f4addc66911de1765c64f2e93006ff22b diff --git a/xtuple-openrpt.spec b/xtuple-openrpt.spec deleted file mode 100644 index bbec92e..0000000 --- a/xtuple-openrpt.spec +++ /dev/null @@ -1,189 +0,0 @@ -Name: xtuple-openrpt -Version: 3.3.14 -Release: 6%{?dist} -Summary: xTuple / PostBooks reporting utility and libraries -License: CPAL -Url: http://www.xtuple.com/openrpt/ -Source: https://github.com/xtuple/openrpt/archive/v%version.tar.gz - -## upstream patches -Patch25: 0025-Qt-5.11.0-update.patch - -BuildRequires: make -BuildRequires: desktop-file-utils -BuildRequires: qt5-qtbase-devel -BuildRequires: qt5-linguist -BuildRequires: pkgconfig(Qt5UiTools) -BuildRequires: zlib-devel -BuildRequires: fontconfig-devel -BuildRequires: libdmtx-devel - -Requires: %{name}-libs%{?_isa} = %{version}-%{release} - -%global _docdir_fmt %{name} - -%description -Graphical SQL report writer, designer and rendering engine, optimized -for PostgreSQL. WYSIWYG display, GUI built with Qt. Reports can be saved -as XML, either as files or in a database. - -%package images -BuildArch: noarch -Summary: Images for xTuple products - -%description images -Graphical SQL report writer, designer and rendering engine, optimized -for PostgreSQL. WYSIWYG display, GUI built with Qt. Reports can be saved -as XML, either as files or in a database. -This package provides images used by OpenRPT and dependencies. - -%package libs -Summary: Shared libraries for OpenRPT -Requires: %{name}-images = %{version}-%{release} - -%description libs -Graphical SQL report writer, designer and rendering engine, optimized -for PostgreSQL. WYSIWYG display, GUI built with Qt. Reports can be saved -as XML, either as files or in a database. -This package provides the core libraries: libopenrpt - -%package devel -Summary: OpenRPT development files -Requires: %{name}-libs%{?_isa} = %{version}-%{release} -Requires: qt5-qtbase-devel -Requires: qt5-linguist -Requires: libdmtx-devel - -%description devel -Graphical SQL report writer, designer and rendering engine, optimized -for PostgreSQL. WYSIWYG display, GUI built with Qt. Reports can be saved -as XML, either as files or in a database. -This package provides the header files used by developers. - -%prep -%autosetup -n openrpt-%{version} -p1 - -%build -export USE_SYSTEM_DMTX=1 - -lrelease-qt5 */*/*.ts */*.ts - -%{qmake_qt5} . - -%make_build - -%install -# make install doesn't do anything for this qmake project so we do -# the installs manually -#make INSTALL_ROOT=%{buildroot} install -#rm -f %{buildroot}%{_libdir}/lib*.a -mv bin/graph bin/openrpt-graph -mkdir -p %{buildroot}%{_bindir} -install bin/* %{buildroot}%{_bindir} -mkdir -p %{buildroot}%{_libdir} -cp -dp lib/lib*.so* %{buildroot}%{_libdir} -find %{buildroot}%{_libdir} -name 'lib*.so*' -exec chmod 0755 {} \; -mkdir -p %{buildroot}%{_includedir}/openrpt -find . -name '*.h' -exec install -m 0644 -D {} %{buildroot}%{_includedir}/openrpt/{} \; -mkdir -p %{buildroot}%{_datadir}/openrpt/OpenRPT/images -cp -r OpenRPT/images/* %{buildroot}%{_datadir}/openrpt/OpenRPT/images -rm %{buildroot}%{_datadir}/openrpt/OpenRPT/images/icons_24x24/Thumbs.db -rm %{buildroot}%{_datadir}/openrpt/OpenRPT/images/openrpt_qembed.h -mkdir -p %{buildroot}%{_datadir}/applications -desktop-file-install --dir=%{buildroot}%{_datadir}/applications *.desktop - - -%files -%{_bindir}/exportrpt -%{_bindir}/importmqlgui -%{_bindir}/importrpt -%{_bindir}/importrptgui -%{_bindir}/metasql -%{_bindir}/openrpt -%{_bindir}/openrpt-graph -%{_bindir}/rptrender -%{_datadir}/applications/importmqlgui.desktop -%{_datadir}/applications/importrptgui.desktop -%{_datadir}/applications/openrpt.desktop - -%ldconfig_scriptlets libs - -%files libs -%{_libdir}/libopenrptcommon.so.1* -%{_libdir}/libMetaSQL.so.1* -%{_libdir}/librenderer.so.1* -%{_libdir}/libwrtembed.so.1* -%{_libdir}/libqzint.so.1* - -%files images -%license COPYING -%dir %{_datadir}/openrpt/ -%dir %{_datadir}/openrpt/OpenRPT/ -%{_datadir}/openrpt/OpenRPT/images/ - -%files devel -%{_includedir}/openrpt/ -%{_libdir}/libopenrptcommon.so -%{_libdir}/libMetaSQL.so -%{_libdir}/librenderer.so -%{_libdir}/libwrtembed.so -%{_libdir}/libqzint.so - -%changelog -* Thu Jan 28 2021 Fedora Release Engineering - 3.3.14-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 3.3.14-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jan 31 2020 Fedora Release Engineering - 3.3.14-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 3.3.14-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 3.3.14-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Sep 01 2018 Rex Dieter - 3.3.14-1 -- use %%autosetup, %%make_build %%ldconfig_scriptlets -- xtuple-openrpt-v3.3.14 is available (#1242106) -- xtuple-openrpt: FTBFS in Fedora rawhide (#1606761) -- tighten %%files (less globs mostly) - -* Sat Jul 14 2018 Fedora Release Engineering - 3.3.12-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 3.3.12-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 3.3.12-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 3.3.12-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Apr 14 2017 Daniel Pocock - 3.3.12-8 -- New upstream release. - -* Sat Feb 11 2017 Fedora Release Engineering - 3.3.10-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 3.3.10-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Tue Feb 02 2016 Rex Dieter - 3.3.10-5 -- use %%qmake_qt4 macro to ensure proper build flags - -* Fri Sep 04 2015 Daniel Pocock - 3.3.10-4 -- Fix release number. - -* Thu Sep 3 2015 Daniel Pocock - 3.3.10-3 -- New upstream release. - -* Fri Jun 19 2015 Fedora Release Engineering - 3.3.9-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Wed Feb 25 2015 Daniel Pocock - 3.3.9-1 -- Initial RPM packaging. -