rebuilt by autoport with build requirements: evolution-data-server-devel>=0:3.60.0-1mamba [release 3.0.8-2mamba;Wed Apr 01 2026]
This commit is contained in:
11
abiword-3.0.8-evolution-data-server-vcard-api.patch
Normal file
11
abiword-3.0.8-evolution-data-server-vcard-api.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/src/text/ptbl/xp/pd_DocumentRDF.cpp 2026-04-01 01:09:15.405946547 +0200
|
||||
+++ b/src/text/ptbl/xp/pd_DocumentRDF.cpp 2026-04-01 01:09:19.268553186 +0200
|
||||
@@ -2034,7 +2034,7 @@
|
||||
set( c, EVC_TEL, m_phone );
|
||||
set( c, EVC_X_JABBER, m_jabberID );
|
||||
|
||||
- gchar* data = e_vcard_to_string( c, EVC_FORMAT_VCARD_30 );
|
||||
+ gchar* data = e_vcard_to_string( c );
|
||||
UT_DEBUGMSG(( "saving vcard to file:%s vcard.len:%ld\n", filename.c_str(), strlen(data) ));
|
||||
std::ofstream oss( filename.c_str() );
|
||||
oss.write( data, strlen(data) );
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: abiword
|
||||
Version: 3.0.8
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: A free word processing program
|
||||
Group: Graphical Desktop/Applications/Office
|
||||
Vendor: openmamba
|
||||
@@ -12,6 +12,7 @@ URL: https://gitlab.gnome.org/World/AbiWord
|
||||
Source0: https://gitlab.gnome.org/World/AbiWord.git/release-%{version}/AbiWord-%{version}.tar.bz2
|
||||
Source4: abiword.mime
|
||||
Patch0: abiword-3.0.6-enchant-2.8.2.patch
|
||||
Patch1: abiword-3.0.8-evolution-data-server-vcard-api.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: clutter-gtk-devel
|
||||
@@ -69,6 +70,7 @@ BuildRequires: libxml2-devel
|
||||
BuildRequires: libxslt-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: evolution-data-server-devel >= 0:3.60.0-1mamba
|
||||
BuildConflicts: libenchant1-devel
|
||||
BuildRequires: liblink-grammar-devel >= 5.8.0
|
||||
BuildRequires: aspell-devel >= 0.60.2
|
||||
@@ -91,13 +93,13 @@ Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
AbiWord is a free word processing program similar to Microsoft Word.
|
||||
It is suitable for typing papers, letters, reports, memos, and so forth.
|
||||
This package provides files needed for development.
|
||||
|
||||
%prep
|
||||
%setup -q -n AbiWord-%{version}
|
||||
#-D -T
|
||||
%patch 0 -p1 -b .enchant-2.8.2
|
||||
%patch 1 -p1
|
||||
|
||||
# Install AppStream data into metainfo directory
|
||||
sed -i 's|/appdata|/metainfo|' Makefile.am
|
||||
@@ -154,6 +156,9 @@ NOCONFIGURE=1 ./autogen.sh
|
||||
%{_libdir}/pkgconfig/abiword-%{majversion}.pc
|
||||
|
||||
%changelog
|
||||
* Wed Apr 01 2026 Automatic Build System <autodist@openmamba.org> 3.0.8-2mamba
|
||||
- rebuilt by autoport with build requirements: evolution-data-server-devel>=0:3.60.0-1mamba
|
||||
|
||||
* Fri Feb 20 2026 Automatic Build System <autodist@openmamba.org> 3.0.8-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user