rebuilt with wxWidgets 3.2 [release 1.3.1.0-2mamba;Tue Aug 04 2026]
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
--- a/src/wraplibxml.cpp
|
||||
+++ b/src/wraplibxml.cpp
|
||||
@@ -706,7 +706,7 @@
|
||||
|
||||
wxString WrapLibxml::getLastError()
|
||||
{
|
||||
- xmlErrorPtr err = xmlGetLastError();
|
||||
+ const xmlError *err = xmlGetLastError();
|
||||
|
||||
if ( !err )
|
||||
return nonParserError;
|
||||
@@ -722,7 +722,7 @@
|
||||
|
||||
std::pair<int, int> WrapLibxml::getErrorPosition()
|
||||
{
|
||||
- xmlErrorPtr err = xmlGetLastError();
|
||||
+ const xmlError *err = xmlGetLastError();
|
||||
if ( !err )
|
||||
return std::make_pair ( 1, 1 );
|
||||
|
||||
+12
-6
@@ -1,6 +1,6 @@
|
||||
Name: xmlcopyeditor
|
||||
Version: 1.3.1.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A fast, free, validating XML editor
|
||||
Group: Graphical Desktop/Applications/Development
|
||||
Vendor: openmamba
|
||||
@@ -8,6 +8,7 @@ Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://xml-copy-editor.sourceforge.io/
|
||||
Source: http://downloads.sourceforge.net/project/xml-copy-editor/xmlcopyeditor-linux/%{version}/xmlcopyeditor-%{version}.tar.gz
|
||||
Patch0: xmlcopyeditor-1.3.1.0-libxml2-const-error.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@@ -23,11 +24,12 @@ BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpcre2-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libwx_baseu30-devel
|
||||
BuildRequires: libwx_gtk3u30-devel
|
||||
BuildRequires: libxerces-c-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: libz-devel
|
||||
BuildRequires: wxwidgets-devel
|
||||
BuildRequires: wxwidgets-gtk3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
@@ -44,13 +46,14 @@ XML Copy Editor is a fast, free, validating XML editor, with following features:
|
||||
* Spelling and style check
|
||||
* Built-in support for XHTML, XSL, DocBook and TEI
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch 0 -p1 -b .libxml2-const-error
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure \
|
||||
--with-gtk=3.0 --with-wx-config=wx-config-unicode-3
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@@ -74,6 +77,9 @@ XML Copy Editor is a fast, free, validating XML editor, with following features:
|
||||
#ChangeLog NEWS README TODO
|
||||
|
||||
%changelog
|
||||
* Tue Aug 04 2026 Silvan Calarco <silvan@openmamba.org> 1.3.1.0-2mamba
|
||||
- rebuilt with wxWidgets 3.2
|
||||
|
||||
* Sun Nov 13 2022 Automatic Build System <autodist@mambasoft.it> 1.3.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user