Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package abiword for openSUSE:Factory checked 
in at 2024-07-29 21:52:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/abiword (Old)
 and      /work/SRC/openSUSE:Factory/.abiword.new.1882 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "abiword"

Mon Jul 29 21:52:46 2024 rev:65 rq:1190080 version:3.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/abiword/abiword.changes  2024-07-04 
16:25:36.696632055 +0200
+++ /work/SRC/openSUSE:Factory/.abiword.new.1882/abiword.changes        
2024-07-29 21:53:45.284040803 +0200
@@ -1,0 +2,6 @@
+Thu Jul 25 21:25:08 UTC 2024 - Georg Pfuetzenreuter 
<mail+...@georg-pfuetzenreuter.net>
+
+- Remove unused --enable-dynamic configure option
+- Add missing plugin.m4 to build AbiCommand
+
+-------------------------------------------------------------------

New:
----
  AbiCommand_plugin.m4

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ abiword.spec ++++++
--- /var/tmp/diff_new_pack.5pYxvB/_old  2024-07-29 21:53:45.864064291 +0200
+++ /var/tmp/diff_new_pack.5pYxvB/_new  2024-07-29 21:53:45.864064291 +0200
@@ -27,6 +27,8 @@
 URL:            http://www.abisource.com/
 Source0:        
http://abisource.com/downloads/abiword/%{version}/source/%{name}-%{version}.tar.gz
 Source1:        abiword.appdata.xml
+# I don't know why this is missing in the release tarballs!
+Source2:        
https://raw.githubusercontent.com/AbiWord/abiword/release-3.0.4/plugins/command/plugin.m4#/AbiCommand_plugin.m4
 # PATCH-FIX-UPSTREAM abiword-librevenge.patch fst...@suse.com -- Fix build 
against librevenge-based libraries (svn revs 34461, 34462, 34463, 34464 and 
34468)
 Patch5:         abiword-librevenge.patch
 # PATCH-FIX-UPSTREAM abiword-libwps-0.4.patch dims...@opensuse.org -- Port to 
libwps-0.4; patch taken from Fedora.
@@ -109,6 +111,7 @@
 
 %prep
 %autosetup -p0
+cp %{SOURCE2} plugins/command/plugin.m4
 
 %build
 # We modified plugin configuration and thus we need to regenerate the whole 
build system
@@ -138,7 +141,6 @@
 %endif
 %configure \
         --disable-static \
-        --enable-dynamic \
         --enable-plugins \
         --enable-clipart \
         --enable-templates \

++++++ AbiCommand_plugin.m4 ++++++
command_deps="no"

if test "$enable_command" != ""; then
    if test "$TOOLKIT" != "gtk"; then
                command_deps="no"
                AC_MSG_WARN([command plugin: only supported on UNIX/gtk 
platforms])
        else 
                # stolen from the original plugin.m4 in abiword-plugins
                AC_CHECK_HEADER(readline/readline.h,[
                                AC_CHECK_HEADER(readline/history.h,[
                                                AC_CHECK_LIB(readline,readline,[
                                                                
command_deps="yes"
                                                ],[     
AC_CHECK_LIB(readline,rl_initialize,[
                                                                                
command_deps="yes"

                                                                ],,)
                                                ],)
                                ])
                ])
        fi
fi

if test "$enable_command" = "yes" || \
   test "$command_deps" = "yes"; then

if test "$enable_command_builtin" = "yes"; then
AC_MSG_ERROR([command plugin: static linking not supported])
fi

AC_MSG_CHECKING([command plugin: for readline and friends])
if test "$command_deps" != "yes"; then
        AC_MSG_ERROR([no])
else
        AC_MSG_RESULT([yes])
        COMMAND_LIBS="-lreadline -lhistory $COMMAND_LIBS"
fi

test "$enable_command" = "auto" && PLUGINS="$PLUGINS command"

COMMAND_CFLAGS="$COMMAND_CFLAGS "'${PLUGIN_CFLAGS}'
COMMAND_LIBS="$COMMAND_LIBS "'${PLUGIN_LIBS}'

fi

AC_SUBST([COMMAND_CFLAGS])
AC_SUBST([COMMAND_LIBS])

Reply via email to