From 42246ad6030a36c0f0e0a6d91bf57d4123effc75 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Tue, 27 Jan 2015 02:31:19 +0100 Subject: [PATCH 01/32] Rebuild for boost 1.57.0 --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index 868faa5..2699f09 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.0.4 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A fast, free, validating XML editor Group: Applications/Editors @@ -56,6 +56,9 @@ update-desktop-database &> /dev/null || : %{_datadir}/pixmaps/* %changelog +* Tue Jan 27 2015 Petr Machata - 1.2.0.4-12 +- Rebuild for boost 1.57.0 + * Mon Aug 18 2014 Fedora Release Engineering - 1.2.0.4-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From effd767f18b7b831966a22f43a6fb85be98f77e2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 04:08:36 +0000 Subject: [PATCH 02/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index 2699f09..5a776db 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.0.4 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A fast, free, validating XML editor Group: Applications/Editors @@ -56,6 +56,9 @@ update-desktop-database &> /dev/null || : %{_datadir}/pixmaps/* %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 1.2.0.4-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Tue Jan 27 2015 Petr Machata - 1.2.0.4-12 - Rebuild for boost 1.57.0 From b7ea6b46ec9bd52a00ea7b897a6e2f21b158a9d2 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 22 Jul 2015 22:38:23 +0200 Subject: [PATCH 03/32] rebuild for Boost 1.58 --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index 5a776db..c2eb4e7 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.0.4 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A fast, free, validating XML editor Group: Applications/Editors @@ -56,6 +56,9 @@ update-desktop-database &> /dev/null || : %{_datadir}/pixmaps/* %changelog +* Wed Jul 22 2015 David Tardon - 1.2.0.4-14 +- rebuild for Boost 1.58 + * Fri Jun 19 2015 Fedora Release Engineering - 1.2.0.4-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 794a8d1103022197ab49f85a2f24950262991511 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 29 Jul 2015 13:36:38 -0500 Subject: [PATCH 04/32] - Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index c2eb4e7..1abf1ad 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.0.4 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A fast, free, validating XML editor Group: Applications/Editors @@ -56,6 +56,9 @@ update-desktop-database &> /dev/null || : %{_datadir}/pixmaps/* %changelog +* Wed Jul 29 2015 Fedora Release Engineering - 1.2.0.4-15 +- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 + * Wed Jul 22 2015 David Tardon - 1.2.0.4-14 - rebuild for Boost 1.58 From 52ec537ab5081f24f5f556296483852231c0e31e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 30 Jul 2015 18:10:00 -0700 Subject: [PATCH 05/32] update to newest upstream --- .gitignore | 1 + sources | 2 +- xmlcopyeditor-1.1.0.6-defaultbrowser.patch | 32 ------ xmlcopyeditor-1.2.0.4-gcc44.patch | 118 --------------------- xmlcopyeditor.spec | 31 +++--- 5 files changed, 17 insertions(+), 167 deletions(-) delete mode 100644 xmlcopyeditor-1.1.0.6-defaultbrowser.patch delete mode 100644 xmlcopyeditor-1.2.0.4-gcc44.patch diff --git a/.gitignore b/.gitignore index 1397048..b93f9b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ xmlcopyeditor-1.2.0.2.tar.gz /xmlcopyeditor-1.2.0.4.tar.gz +/xmlcopyeditor-1.2.1.3.tar.gz diff --git a/sources b/sources index 724ce27..f55bb16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0b85649a4ef6af817b1c4089237b2a57 xmlcopyeditor-1.2.0.4.tar.gz +b8ec66bbf41d6dd10ffe704e5b5f4b5e xmlcopyeditor-1.2.1.3.tar.gz diff --git a/xmlcopyeditor-1.1.0.6-defaultbrowser.patch b/xmlcopyeditor-1.1.0.6-defaultbrowser.patch deleted file mode 100644 index 3484897..0000000 --- a/xmlcopyeditor-1.1.0.6-defaultbrowser.patch +++ /dev/null @@ -1,32 +0,0 @@ -diff -up xmlcopyeditor-1.1.0.6/src/xmlcopyeditor.cpp.defaultbrowser xmlcopyeditor-1.1.0.6/src/xmlcopyeditor.cpp ---- xmlcopyeditor-1.1.0.6/src/xmlcopyeditor.cpp.defaultbrowser 2008-01-28 02:38:06.000000000 -0500 -+++ xmlcopyeditor-1.1.0.6/src/xmlcopyeditor.cpp 2008-01-28 09:48:46.000000000 -0500 -@@ -1015,17 +1015,18 @@ MyFrame::~MyFrame() - wxString MyFrame::getLinuxBrowser() - { - wxString s; -- const int stringArrayLen = 9; -+ const int stringArrayLen = 10; - wxString stringArray[stringArrayLen]; -- stringArray[0] = _T ( "/usr/bin/firefox" ); -- stringArray[1] = _T ( "/usr/bin/mozilla" ); -- stringArray[2] = _T ( "/usr/bin/opera" ); -- stringArray[3] = _T ( "/usr/bin/dillo" ); -- stringArray[4] = _T ( "/opt/gnome/bin/epiphany" ); -- stringArray[5] = _T ( "/opt/gnome/bin/galeon" ); -- stringArray[6] = _T ( "/opt/kde/bin/konqueror" ); -- stringArray[7] = _T ( "/opt/mozilla/bin/firefox" ); -- stringArray[8] = wxEmptyString; // empty option is safe -+ stringArray[0] = _T ( "/usr/bin/xdg-open" ); -+ stringArray[1] = _T ( "/usr/bin/htmlview" ); -+ stringArray[2] = _T ( "/usr/bin/galeon" ); -+ stringArray[3] = _T ( "/usr/bin/epiphany" ); -+ stringArray[4] = _T ( "/usr/bin/firefox" ); -+ stringArray[5] = _T ( "/usr/bin/mozilla" ); -+ stringArray[6] = _T ( "/usr/bin/konqueror" ); -+ stringArray[7] = _T ( "/usr/bin/opera" ); -+ stringArray[8] = _T ( "/usr/bin/dillo" ); -+ stringArray[9] = wxEmptyString; // empty option is safe - - for ( int i = 0; i < stringArrayLen; i++ ) - { diff --git a/xmlcopyeditor-1.2.0.4-gcc44.patch b/xmlcopyeditor-1.2.0.4-gcc44.patch deleted file mode 100644 index 7adb6aa..0000000 --- a/xmlcopyeditor-1.2.0.4-gcc44.patch +++ /dev/null @@ -1,118 +0,0 @@ -diff -ru xmlcopyeditor-1.2.0.2.orig/src/replace.cpp xmlcopyeditor-1.2.0.2/src/replace.cpp ---- xmlcopyeditor-1.2.0.2.orig/src/replace.cpp 2009-06-30 10:38:57.000000000 +0100 -+++ xmlcopyeditor-1.2.0.2/src/replace.cpp 2009-06-30 10:43:13.000000000 +0100 -@@ -18,6 +18,7 @@ - */ - - #include -+#include - #include "replace.h" - - int Replace::run ( -diff -ru xmlcopyeditor-1.2.0.2.orig/src/stringset.h xmlcopyeditor-1.2.0.2/src/stringset.h ---- xmlcopyeditor-1.2.0.2.orig/src/stringset.h 2009-06-30 10:38:57.000000000 +0100 -+++ xmlcopyeditor-1.2.0.2/src/stringset.h 2009-06-30 10:40:40.000000000 +0100 -@@ -28,6 +28,7 @@ - #ifdef __WXMSW__ - #include - #endif -+#include - - template - class StringSetNode -diff -ru xmlcopyeditor-1.2.0.2.orig/src/wrapaspell.cpp xmlcopyeditor-1.2.0.2/src/wrapaspell.cpp ---- xmlcopyeditor-1.2.0.2.orig/src/wrapaspell.cpp 2009-06-30 10:38:57.000000000 +0100 -+++ xmlcopyeditor-1.2.0.2/src/wrapaspell.cpp 2009-06-30 11:12:37.000000000 +0100 -@@ -19,6 +19,7 @@ - - #include - #include -+#include - #include "wrapaspell.h" - #include "aspell.h" - #include "casehandler.h" -diff -ru xmlcopyeditor-1.2.0.2.orig/src/xmlassociatedtd.h xmlcopyeditor-1.2.0.2/src/xmlassociatedtd.h ---- xmlcopyeditor-1.2.0.2.orig/src/xmlassociatedtd.h 2009-06-30 10:38:57.000000000 +0100 -+++ xmlcopyeditor-1.2.0.2/src/xmlassociatedtd.h 2009-06-30 11:04:26.000000000 +0100 -@@ -24,6 +24,7 @@ - #include - #include - #include -+#include - #include "wrapexpat.h" - - struct DtdData : public ParserData -diff -ru xmlcopyeditor-1.2.0.2.orig/src/xmlassociatexsd.h xmlcopyeditor-1.2.0.2/src/xmlassociatexsd.h ---- xmlcopyeditor-1.2.0.2.orig/src/xmlassociatexsd.h 2009-06-30 10:38:57.000000000 +0100 -+++ xmlcopyeditor-1.2.0.2/src/xmlassociatexsd.h 2009-06-30 11:05:29.000000000 +0100 -@@ -25,6 +25,7 @@ - #include - #include - #include -+#include - #include "wrapexpat.h" - - struct AssociateXsdData : public ParserData -diff -ru xmlcopyeditor-1.2.0.2.orig/src/xmlassociatexsl.h xmlcopyeditor-1.2.0.2/src/xmlassociatexsl.h ---- xmlcopyeditor-1.2.0.2.orig/src/xmlassociatexsl.h 2009-06-30 10:38:57.000000000 +0100 -+++ xmlcopyeditor-1.2.0.2/src/xmlassociatexsl.h 2009-06-30 11:05:55.000000000 +0100 -@@ -24,6 +24,7 @@ - #include - #include - #include -+#include - #include "wrapexpat.h" - - struct XslData : public ParserData -diff -ru xmlcopyeditor-1.2.0.2.orig/src/xmlpromptgenerator.cpp xmlcopyeditor-1.2.0.2/src/xmlpromptgenerator.cpp ---- xmlcopyeditor-1.2.0.2.orig/src/xmlpromptgenerator.cpp 2009-06-30 10:38:57.000000000 +0100 -+++ xmlcopyeditor-1.2.0.2/src/xmlpromptgenerator.cpp 2009-06-30 11:23:56.000000000 +0100 -@@ -31,7 +31,6 @@ - #include "catalogresolver.h" - - // Xerces-C req'd for Schema parsing --#define XERCES_TMPLSINC - - #include - #include -@@ -441,7 +440,7 @@ - } - - SchemaGrammar* grammar = ( SchemaGrammar* ) rootGrammar; -- RefHash3KeysIdPoolEnumerator elemEnum = grammar->getElemEnumerator(); -+ RefHash3KeysIdPoolEnumerator elemEnum (grammar->getElemEnumerator()); - - if ( !elemEnum.hasMoreElements() ) - { -diff -ru xmlcopyeditor-1.2.0.2.orig/src/xmlutf8reader.h xmlcopyeditor-1.2.0.2/src/xmlutf8reader.h ---- xmlcopyeditor-1.2.0.2.orig/src/xmlutf8reader.h 2009-06-30 10:38:57.000000000 +0100 -+++ xmlcopyeditor-1.2.0.2/src/xmlutf8reader.h 2009-06-30 11:08:20.000000000 +0100 -@@ -24,6 +24,7 @@ - #include - #include - #include -+#include - #include "wrapexpat.h" - - struct UtfData : public ParserData -diff -ru xmlcopyeditor-1.2.0.2.orig/src/xsllocator.cpp xmlcopyeditor-1.2.0.2/src/xsllocator.cpp ---- xmlcopyeditor-1.2.0.2.orig/src/xsllocator.cpp 2009-06-30 10:38:57.000000000 +0100 -+++ xmlcopyeditor-1.2.0.2/src/xsllocator.cpp 2009-06-30 11:11:23.000000000 +0100 -@@ -46,7 +46,7 @@ - return; - - char *value, *iterator; -- value = strstr ( ( const char * ) data, "href=" ); -+ value = strstr ( ( char * ) data, "href=" ); - if ( !value || strlen ( value ) < 7 ) - return; - value += 6; -@@ -55,7 +55,7 @@ - { - if ( *iterator == '"' || *iterator == '\'' ) - { -- *iterator = '\0'; -+ *iterator = '\0'; //bustage, modifying const *data - break; - } - } diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index 1abf1ad..aa1d865 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,17 +1,15 @@ Name: xmlcopyeditor -Version: 1.2.0.4 -Release: 15%{?dist} +Version: 1.2.1.3 +Release: 1%{?dist} Summary: A fast, free, validating XML editor Group: Applications/Editors License: GPLv2 URL: http://xml-copy-editor.sourceforge.net/ -Source0: http://prdownloads.sourceforge.net/xml-copy-editor/%name-%version.tar.gz -Patch0: xmlcopyeditor-1.1.0.6-defaultbrowser.patch -Patch1: xmlcopyeditor-1.2.0.4-gcc44.patch +Source0: http://downloads.sourceforge.net/xml-copy-editor/%name-%version.tar.gz -BuildRequires: wxGTK-devel >= 2.8 pcre-devel aspell-devel boost-devel -BuildRequires: xerces-c-devel libxslt-devel expat-devel desktop-file-utils +BuildRequires: wxGTK-devel >= 2.8 pcre-devel aspell-devel boost-devel intltool +BuildRequires: xerces-c-devel libxslt-devel expat-devel desktop-file-utils libappstream-glib %description XML Copy Editor is a fast, free, validating XML editor. @@ -21,13 +19,6 @@ XML Copy Editor is a fast, free, validating XML editor. find src -type f -print0 | xargs -0 chmod a-x tr -d '\r' < src/copying/gpl.txt > COPYING chmod a-x AUTHORS COPYING NEWS -%patch0 -p 1 -b .defaultbrowser -%patch1 -p 1 -b .gcc44 - -# let's fix the compilation error -# housestyle.h:71:19: error: stray ',' at end of member declaration -sed -i 's|error,|error|g' src/housestyle.h -sed -i 's|aspellDataPath,|,aspellDataPath,|g' src/housestyle.h %build %configure @@ -39,23 +30,31 @@ desktop-file-install --remove-category Application \ --delete-original \ --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop -sed -i -e "s/\(Icon=[^.]\+\).[^.]\+/\1/" $RPM_BUILD_ROOT%{_datadir}/applications/*%{name}.desktop #rm -r $RPM_BUILD_ROOT%{_datadir}/%{name}/po +%find_lang %{name} +appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml + %post update-desktop-database &> /dev/null || : %postun update-desktop-database &> /dev/null || : -%files +%files -f %{name}.lang %doc AUTHORS COPYING NEWS %{_bindir}/* %{_datadir}/%{name} %{_datadir}/applications/* %{_datadir}/pixmaps/* +%{_datadir}/appdata/%{name}.appdata.xml +%{_mandir}/man1/%{name}* %changelog +* Thu Jul 30 2015 Adam Williamson - 1.2.1.3-1 +- update to newest upstream +- drop both patches and the inline sed fixes (all fixed upstream) + * Wed Jul 29 2015 Fedora Release Engineering - 1.2.0.4-15 - Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 From 88ba9101b276c2a3af2fa14fdbdd615874fd1a8c Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 27 Aug 2015 18:04:03 +0100 Subject: [PATCH 06/32] Rebuilt for Boost 1.59 --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index aa1d865..273300f 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A fast, free, validating XML editor Group: Applications/Editors @@ -51,6 +51,9 @@ update-desktop-database &> /dev/null || : %{_mandir}/man1/%{name}* %changelog +* Thu Aug 27 2015 Jonathan Wakely - 1.2.1.3-2 +- Rebuilt for Boost 1.59 + * Thu Jul 30 2015 Adam Williamson - 1.2.1.3-1 - update to newest upstream - drop both patches and the inline sed fixes (all fixed upstream) From 15a3ff6e1e9d5522381a86b36c7dc282a74c6237 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Sat, 16 Jan 2016 04:02:47 +0000 Subject: [PATCH 07/32] Rebuilt for Boost 1.60 --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index 273300f..a866949 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A fast, free, validating XML editor Group: Applications/Editors @@ -51,6 +51,9 @@ update-desktop-database &> /dev/null || : %{_mandir}/man1/%{name}* %changelog +* Sat Jan 16 2016 Jonathan Wakely - 1.2.1.3-3 +- Rebuilt for Boost 1.60 + * Thu Aug 27 2015 Jonathan Wakely - 1.2.1.3-2 - Rebuilt for Boost 1.59 From 955271c06ae34c07a328941b9444a8c0b86a0422 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 03:35:51 +0000 Subject: [PATCH 08/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index a866949..cb873f7 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A fast, free, validating XML editor Group: Applications/Editors @@ -51,6 +51,9 @@ update-desktop-database &> /dev/null || : %{_mandir}/man1/%{name}* %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 1.2.1.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Sat Jan 16 2016 Jonathan Wakely - 1.2.1.3-3 - Rebuilt for Boost 1.60 From f2f6b999cc7588d267293af11cdd37438fec4cdf Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 27 Jan 2017 09:17:27 +0000 Subject: [PATCH 09/32] Rebuilt for Boost 1.63 --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index cb873f7..2a69c3d 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A fast, free, validating XML editor Group: Applications/Editors @@ -51,6 +51,9 @@ update-desktop-database &> /dev/null || : %{_mandir}/man1/%{name}* %changelog +* Fri Jan 27 2017 Jonathan Wakely - 1.2.1.3-5 +- Rebuilt for Boost 1.63 + * Fri Feb 05 2016 Fedora Release Engineering - 1.2.1.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From dbf78dde316251938536a952f2abc1bfc51344b4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 17:57:14 +0000 Subject: [PATCH 10/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index 2a69c3d..c64489c 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 5%{?dist} +Release: 6%{?dist} Summary: A fast, free, validating XML editor Group: Applications/Editors @@ -51,6 +51,9 @@ update-desktop-database &> /dev/null || : %{_mandir}/man1/%{name}* %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.2.1.3-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Jan 27 2017 Jonathan Wakely - 1.2.1.3-5 - Rebuilt for Boost 1.63 From 15b935dce4182e6eb60be2ca15dab87449d369b8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 22:13:15 +0000 Subject: [PATCH 11/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index c64489c..95aac69 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A fast, free, validating XML editor Group: Applications/Editors @@ -51,6 +51,9 @@ update-desktop-database &> /dev/null || : %{_mandir}/man1/%{name}* %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.2.1.3-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 1.2.1.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 54c1bcf75e4b1acf40689e9f6bfe6c80a22dfc68 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 10:46:59 +0000 Subject: [PATCH 12/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index 95aac69..7b33757 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A fast, free, validating XML editor Group: Applications/Editors @@ -51,6 +51,9 @@ update-desktop-database &> /dev/null || : %{_mandir}/man1/%{name}* %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.2.1.3-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 1.2.1.3-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From dd40fa7786b7742b2686571bb75bb9ed88a5c826 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 21:46:40 +0000 Subject: [PATCH 13/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index 7b33757..0b2620c 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A fast, free, validating XML editor Group: Applications/Editors @@ -51,6 +51,9 @@ update-desktop-database &> /dev/null || : %{_mandir}/man1/%{name}* %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.2.1.3-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 1.2.1.3-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 24a806cb33d53cd242a1f0c8ef06855e477270a8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:23:17 +0000 Subject: [PATCH 14/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index 0b2620c..f0e62ce 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 9%{?dist} +Release: 10%{?dist} Summary: A fast, free, validating XML editor Group: Applications/Editors @@ -51,6 +51,9 @@ update-desktop-database &> /dev/null || : %{_mandir}/man1/%{name}* %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.2.1.3-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 1.2.1.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 95453d1358000b3e0f8b9ca87547cee31c8445fe Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 16:53:24 +0200 Subject: [PATCH 15/32] Add missing BuildRequires on gcc configure: error: no acceptable C compiler found in $PATH References: https://bugzilla.redhat.com/show_bug.cgi?id=1606742 Signed-off-by: Igor Gnatenko --- xmlcopyeditor.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index f0e62ce..1da595e 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -8,6 +8,7 @@ License: GPLv2 URL: http://xml-copy-editor.sourceforge.net/ Source0: http://downloads.sourceforge.net/xml-copy-editor/%name-%version.tar.gz +BuildRequires: gcc BuildRequires: wxGTK-devel >= 2.8 pcre-devel aspell-devel boost-devel intltool BuildRequires: xerces-c-devel libxslt-devel expat-devel desktop-file-utils libappstream-glib From 8b9dd48d6dd9aa6e6fa2294df3255658b9c0aa4f Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Tue, 21 Aug 2018 21:21:22 -0400 Subject: [PATCH 16/32] Rebuild with wxWidgets 3.0 and fix FTBFS (#1606742) --- xmlcopyeditor.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index 1da595e..56089e7 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A fast, free, validating XML editor Group: Applications/Editors @@ -8,8 +8,8 @@ License: GPLv2 URL: http://xml-copy-editor.sourceforge.net/ Source0: http://downloads.sourceforge.net/xml-copy-editor/%name-%version.tar.gz -BuildRequires: gcc -BuildRequires: wxGTK-devel >= 2.8 pcre-devel aspell-devel boost-devel intltool +BuildRequires: gcc gcc-c++ +BuildRequires: wxGTK3-devel pcre-devel aspell-devel boost-devel intltool BuildRequires: xerces-c-devel libxslt-devel expat-devel desktop-file-utils libappstream-glib %description @@ -52,6 +52,9 @@ update-desktop-database &> /dev/null || : %{_mandir}/man1/%{name}* %changelog +* Wed Aug 22 2018 Scott Talbert - 1.2.1.3-11 +- Rebuild with wxWidgets 3.0 and fix FTBFS (#1606742) + * Sat Jul 14 2018 Fedora Release Engineering - 1.2.1.3-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 1d7856c4dc441a4b556ffb8c005ce17cf41b14a8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:31 +0100 Subject: [PATCH 17/32] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- xmlcopyeditor.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index 56089e7..d3e386d 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -3,7 +3,6 @@ Version: 1.2.1.3 Release: 11%{?dist} Summary: A fast, free, validating XML editor -Group: Applications/Editors License: GPLv2 URL: http://xml-copy-editor.sourceforge.net/ Source0: http://downloads.sourceforge.net/xml-copy-editor/%name-%version.tar.gz From 3d3c17a0b14b98ba02894e8eda529ae7ca89b2a8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 29 Jan 2019 06:17:46 +0100 Subject: [PATCH 18/32] Remove obsolete scriptlets References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko --- xmlcopyeditor.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index d3e386d..cca99a5 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -35,12 +35,6 @@ desktop-file-install --remove-category Application \ %find_lang %{name} appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml -%post -update-desktop-database &> /dev/null || : - -%postun -update-desktop-database &> /dev/null || : - %files -f %{name}.lang %doc AUTHORS COPYING NEWS %{_bindir}/* From d19f115aab2a8f7c409bab40e6653bdafff42e04 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 12:32:48 +0000 Subject: [PATCH 19/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index cca99a5..c57bf5a 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: A fast, free, validating XML editor License: GPLv2 @@ -45,6 +45,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %{_mandir}/man1/%{name}* %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.2.1.3-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Wed Aug 22 2018 Scott Talbert - 1.2.1.3-11 - Rebuild with wxWidgets 3.0 and fix FTBFS (#1606742) From 802e27228d81dcb4a447b7946165814d2ca77275 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 04:20:28 +0000 Subject: [PATCH 20/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index c57bf5a..9ce1f12 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 12%{?dist} +Release: 13%{?dist} Summary: A fast, free, validating XML editor License: GPLv2 @@ -45,6 +45,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %{_mandir}/man1/%{name}* %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.2.1.3-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 1.2.1.3-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 99fa4d87cfde87fd8d31e9dd12b476d893a47691 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 04:35:50 +0000 Subject: [PATCH 21/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index 9ce1f12..b0417ed 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 13%{?dist} +Release: 14%{?dist} Summary: A fast, free, validating XML editor License: GPLv2 @@ -45,6 +45,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %{_mandir}/man1/%{name}* %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.2.1.3-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 1.2.1.3-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 5fc17588a741ec5d48f5ae579646533591de9e4f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 14:50:02 +0000 Subject: [PATCH 22/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index b0417ed..9ea3973 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 14%{?dist} +Release: 15%{?dist} Summary: A fast, free, validating XML editor License: GPLv2 @@ -45,6 +45,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %{_mandir}/man1/%{name}* %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.2.1.3-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 1.2.1.3-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From 3b53dfd76bf02e69b8fdf01be8d7938659a90597 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 01:31:05 +0000 Subject: [PATCH 23/32] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- xmlcopyeditor.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index 9ea3973..865cf3b 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -7,6 +7,7 @@ License: GPLv2 URL: http://xml-copy-editor.sourceforge.net/ Source0: http://downloads.sourceforge.net/xml-copy-editor/%name-%version.tar.gz +BuildRequires: make BuildRequires: gcc gcc-c++ BuildRequires: wxGTK3-devel pcre-devel aspell-devel boost-devel intltool BuildRequires: xerces-c-devel libxslt-devel expat-devel desktop-file-utils libappstream-glib From 5fe601a3e7f9f0cd03bb2d22a5168cc17c7255bc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:09:24 +0000 Subject: [PATCH 24/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index 865cf3b..c7948ee 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 15%{?dist} +Release: 16%{?dist} Summary: A fast, free, validating XML editor License: GPLv2 @@ -46,6 +46,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %{_mandir}/man1/%{name}* %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 1.2.1.3-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.2.1.3-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From e6d9afa26e545e5fc090fc7e0e7b1d212c7a001b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 21:42:48 +0000 Subject: [PATCH 25/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index c7948ee..d0cf823 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 16%{?dist} +Release: 17%{?dist} Summary: A fast, free, validating XML editor License: GPLv2 @@ -46,6 +46,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %{_mandir}/man1/%{name}* %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.2.1.3-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu Jan 28 2021 Fedora Release Engineering - 1.2.1.3-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 2126fe23cefae1b116b55b7468b55c72f129df7c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:15:20 +0000 Subject: [PATCH 26/32] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index d0cf823..2c44004 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 17%{?dist} +Release: 18%{?dist} Summary: A fast, free, validating XML editor License: GPLv2 @@ -46,6 +46,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %{_mandir}/man1/%{name}* %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.2.1.3-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.2.1.3-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 28c8fbed3e0d8068dd4e318a65797dcac64e5fdc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:17:13 +0000 Subject: [PATCH 27/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index 2c44004..e351d20 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 18%{?dist} +Release: 19%{?dist} Summary: A fast, free, validating XML editor License: GPLv2 @@ -46,6 +46,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %{_mandir}/man1/%{name}* %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.2.1.3-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.2.1.3-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 35e9b2e94a8a3345e781eab3a10fa1d3feb13c3c Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Thu, 4 Aug 2022 20:04:27 -0400 Subject: [PATCH 28/32] Rebuild with wxWidgets 3.2 --- xmlcopyeditor-wx3.2.patch | 11 +++++++++++ xmlcopyeditor.spec | 10 +++++++--- 2 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 xmlcopyeditor-wx3.2.patch diff --git a/xmlcopyeditor-wx3.2.patch b/xmlcopyeditor-wx3.2.patch new file mode 100644 index 0000000..6e95a09 --- /dev/null +++ b/xmlcopyeditor-wx3.2.patch @@ -0,0 +1,11 @@ +diff -up xmlcopyeditor-1.2.1.3/src/xmlcopyeditor.cpp.wx32 xmlcopyeditor-1.2.1.3/src/xmlcopyeditor.cpp +--- xmlcopyeditor-1.2.1.3/src/xmlcopyeditor.cpp.wx32 2014-09-05 21:54:53.000000000 -0400 ++++ xmlcopyeditor-1.2.1.3/src/xmlcopyeditor.cpp 2022-08-04 19:57:04.794351751 -0400 +@@ -276,7 +276,6 @@ bool MyApp::OnInit() + case wxLANGUAGE_SPANISH_GUATEMALA: + case wxLANGUAGE_SPANISH_HONDURAS: + case wxLANGUAGE_SPANISH_MEXICAN: +- case wxLANGUAGE_SPANISH_MODERN: + case wxLANGUAGE_SPANISH_NICARAGUA: + case wxLANGUAGE_SPANISH_PANAMA: + case wxLANGUAGE_SPANISH_PARAGUAY: diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index e351d20..cb63804 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,22 +1,23 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 19%{?dist} +Release: 20%{?dist} Summary: A fast, free, validating XML editor License: GPLv2 URL: http://xml-copy-editor.sourceforge.net/ Source0: http://downloads.sourceforge.net/xml-copy-editor/%name-%version.tar.gz +Patch0: xmlcopyeditor-wx3.2.patch BuildRequires: make BuildRequires: gcc gcc-c++ -BuildRequires: wxGTK3-devel pcre-devel aspell-devel boost-devel intltool +BuildRequires: wxGTK-devel pcre-devel aspell-devel boost-devel intltool BuildRequires: xerces-c-devel libxslt-devel expat-devel desktop-file-utils libappstream-glib %description XML Copy Editor is a fast, free, validating XML editor. %prep -%setup -q +%autosetup -p1 find src -type f -print0 | xargs -0 chmod a-x tr -d '\r' < src/copying/gpl.txt > COPYING chmod a-x AUTHORS COPYING NEWS @@ -46,6 +47,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %{_mandir}/man1/%{name}* %changelog +* Thu Aug 04 2022 Scott Talbert - 1.2.1.3-20 +- Rebuild with wxWidgets 3.2 + * Sat Jul 23 2022 Fedora Release Engineering - 1.2.1.3-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 40168ec37a1e6f04be10b0c9879bf3fa318da08f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 07:37:26 +0000 Subject: [PATCH 29/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index cb63804..e87059b 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 20%{?dist} +Release: 21%{?dist} Summary: A fast, free, validating XML editor License: GPLv2 @@ -47,6 +47,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %{_mandir}/man1/%{name}* %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.2.1.3-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Thu Aug 04 2022 Scott Talbert - 1.2.1.3-20 - Rebuild with wxWidgets 3.2 From 45dc56b01e7e6700d00f98d2c78f590ae7e277df Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 19:01:27 +0000 Subject: [PATCH 30/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index e87059b..3cc389d 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 21%{?dist} +Release: 22%{?dist} Summary: A fast, free, validating XML editor License: GPLv2 @@ -47,6 +47,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %{_mandir}/man1/%{name}* %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.2.1.3-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.2.1.3-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From a133b7b50cfdc00e41ee38664a1f1da25e208e8d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 09:52:25 +0000 Subject: [PATCH 31/32] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- xmlcopyeditor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec index 3cc389d..e626d87 100644 --- a/xmlcopyeditor.spec +++ b/xmlcopyeditor.spec @@ -1,6 +1,6 @@ Name: xmlcopyeditor Version: 1.2.1.3 -Release: 22%{?dist} +Release: 23%{?dist} Summary: A fast, free, validating XML editor License: GPLv2 @@ -47,6 +47,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.a %{_mandir}/man1/%{name}* %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.2.1.3-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.2.1.3-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 74c10bd8855216a79519ec698065df9c2709a9b1 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Mon, 1 Jul 2024 12:21:09 -0500 Subject: [PATCH 32/32] Orphaned for 6+ weeks --- .gitignore | 3 - dead.package | 1 + sources | 1 - xmlcopyeditor-wx3.2.patch | 11 --- xmlcopyeditor.spec | 194 -------------------------------------- 5 files changed, 1 insertion(+), 209 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 xmlcopyeditor-wx3.2.patch delete mode 100644 xmlcopyeditor.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b93f9b1..0000000 --- a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -xmlcopyeditor-1.2.0.2.tar.gz -/xmlcopyeditor-1.2.0.4.tar.gz -/xmlcopyeditor-1.2.1.3.tar.gz 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 f55bb16..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -b8ec66bbf41d6dd10ffe704e5b5f4b5e xmlcopyeditor-1.2.1.3.tar.gz diff --git a/xmlcopyeditor-wx3.2.patch b/xmlcopyeditor-wx3.2.patch deleted file mode 100644 index 6e95a09..0000000 --- a/xmlcopyeditor-wx3.2.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up xmlcopyeditor-1.2.1.3/src/xmlcopyeditor.cpp.wx32 xmlcopyeditor-1.2.1.3/src/xmlcopyeditor.cpp ---- xmlcopyeditor-1.2.1.3/src/xmlcopyeditor.cpp.wx32 2014-09-05 21:54:53.000000000 -0400 -+++ xmlcopyeditor-1.2.1.3/src/xmlcopyeditor.cpp 2022-08-04 19:57:04.794351751 -0400 -@@ -276,7 +276,6 @@ bool MyApp::OnInit() - case wxLANGUAGE_SPANISH_GUATEMALA: - case wxLANGUAGE_SPANISH_HONDURAS: - case wxLANGUAGE_SPANISH_MEXICAN: -- case wxLANGUAGE_SPANISH_MODERN: - case wxLANGUAGE_SPANISH_NICARAGUA: - case wxLANGUAGE_SPANISH_PANAMA: - case wxLANGUAGE_SPANISH_PARAGUAY: diff --git a/xmlcopyeditor.spec b/xmlcopyeditor.spec deleted file mode 100644 index e626d87..0000000 --- a/xmlcopyeditor.spec +++ /dev/null @@ -1,194 +0,0 @@ -Name: xmlcopyeditor -Version: 1.2.1.3 -Release: 23%{?dist} -Summary: A fast, free, validating XML editor - -License: GPLv2 -URL: http://xml-copy-editor.sourceforge.net/ -Source0: http://downloads.sourceforge.net/xml-copy-editor/%name-%version.tar.gz -Patch0: xmlcopyeditor-wx3.2.patch - -BuildRequires: make -BuildRequires: gcc gcc-c++ -BuildRequires: wxGTK-devel pcre-devel aspell-devel boost-devel intltool -BuildRequires: xerces-c-devel libxslt-devel expat-devel desktop-file-utils libappstream-glib - -%description -XML Copy Editor is a fast, free, validating XML editor. - -%prep -%autosetup -p1 -find src -type f -print0 | xargs -0 chmod a-x -tr -d '\r' < src/copying/gpl.txt > COPYING -chmod a-x AUTHORS COPYING NEWS - -%build -%configure -make %{?_smp_mflags} - -%install -make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" -desktop-file-install --remove-category Application \ - --delete-original \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ - $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop -#rm -r $RPM_BUILD_ROOT%{_datadir}/%{name}/po - -%find_lang %{name} -appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml - -%files -f %{name}.lang -%doc AUTHORS COPYING NEWS -%{_bindir}/* -%{_datadir}/%{name} -%{_datadir}/applications/* -%{_datadir}/pixmaps/* -%{_datadir}/appdata/%{name}.appdata.xml -%{_mandir}/man1/%{name}* - -%changelog -* Sat Jan 27 2024 Fedora Release Engineering - 1.2.1.3-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Jul 22 2023 Fedora Release Engineering - 1.2.1.3-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Sat Jan 21 2023 Fedora Release Engineering - 1.2.1.3-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Thu Aug 04 2022 Scott Talbert - 1.2.1.3-20 -- Rebuild with wxWidgets 3.2 - -* Sat Jul 23 2022 Fedora Release Engineering - 1.2.1.3-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sat Jan 22 2022 Fedora Release Engineering - 1.2.1.3-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 1.2.1.3-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Jan 28 2021 Fedora Release Engineering - 1.2.1.3-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 1.2.1.3-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri Jan 31 2020 Fedora Release Engineering - 1.2.1.3-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Jul 27 2019 Fedora Release Engineering - 1.2.1.3-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Sun Feb 03 2019 Fedora Release Engineering - 1.2.1.3-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Wed Aug 22 2018 Scott Talbert - 1.2.1.3-11 -- Rebuild with wxWidgets 3.0 and fix FTBFS (#1606742) - -* Sat Jul 14 2018 Fedora Release Engineering - 1.2.1.3-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 1.2.1.3-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 1.2.1.3-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.2.1.3-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1.2.1.3-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Jan 27 2017 Jonathan Wakely - 1.2.1.3-5 -- Rebuilt for Boost 1.63 - -* Fri Feb 05 2016 Fedora Release Engineering - 1.2.1.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Sat Jan 16 2016 Jonathan Wakely - 1.2.1.3-3 -- Rebuilt for Boost 1.60 - -* Thu Aug 27 2015 Jonathan Wakely - 1.2.1.3-2 -- Rebuilt for Boost 1.59 - -* Thu Jul 30 2015 Adam Williamson - 1.2.1.3-1 -- update to newest upstream -- drop both patches and the inline sed fixes (all fixed upstream) - -* Wed Jul 29 2015 Fedora Release Engineering - 1.2.0.4-15 -- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 - -* Wed Jul 22 2015 David Tardon - 1.2.0.4-14 -- rebuild for Boost 1.58 - -* Fri Jun 19 2015 Fedora Release Engineering - 1.2.0.4-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Tue Jan 27 2015 Petr Machata - 1.2.0.4-12 -- Rebuild for boost 1.57.0 - -* Mon Aug 18 2014 Fedora Release Engineering - 1.2.0.4-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 1.2.0.4-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Fri May 23 2014 Petr Machata - 1.2.0.4-9 -- Rebuild for boost 1.55.0 - -* Sun Aug 04 2013 Fedora Release Engineering - 1.2.0.4-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Tue Jul 30 2013 Petr Machata - 1.2.0.4-7 -- Rebuild for boost 1.54.0 - -* Sun Feb 10 2013 Parag Nemade - 1.2.0.4-6 -- Add fix in spec file only for failed compilation - -* Sun Feb 10 2013 Parag Nemade - 1.2.0.4-5 -- Remove vendor tag from desktop file as per https://fedorahosted.org/fesco/ticket/1077 -- Cleanup spec as per recently changed packaging guidelines - -* Sun Jul 22 2012 Fedora Release Engineering - 1.2.0.4-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Feb 10 2012 Petr Pisar - 1.2.0.4-3 -- Rebuild against PCRE 8.30 - -* Sat Jan 14 2012 Fedora Release Engineering - 1.2.0.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Fri May 20 2011 Ignacio Vazquez-Abrams 1.2.0.4-1 -- Upstream update - -* Thu Mar 10 2011 Kalev Lember - 1.2.0.2-5 -- Rebuilt with xerces-c 3.1 - -* Mon Feb 07 2011 Fedora Release Engineering - 1.2.0.2-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Jul 14 2010 Dan Horák - 1.2.0.2-3 -- rebuilt against wxGTK-2.8.11-2 - -* Sat Sep 12 2009 Caolán McNamara 1.2.0.2-2 -- Resolves: rhbz#508867 rhbz#511552 FTBFS - -* Thu Feb 05 2009 Ignacio Vazquez-Abrams 1.2.0.2-1 -- Upstream update (http://sourceforge.net/news/?group_id=141776) - -* Wed Feb 13 2008 Ignacio Vazquez-Abrams 1.1.0.6-4 -- Fixed build under GCC 4.3 - -* Tue Jan 29 2008 Ignacio Vazquez-Abrams 1.1.0.6-3 -- Removed locale files for now -- Removed spurious license files -- Fixed debuginfo permissions -- Fixed desktop file handling - -* Mon Jan 28 2008 Ignacio Vazquez-Abrams 1.1.0.6-2 -- Changed search list of default browsers - -* Sun Jan 27 2008 Ignacio Vazquez-Abrams 1.1.0.6-1 -- Initial RPM release