Hello community, here is the log from the commit of package cellwriter for openSUSE:Factory checked in at Fri Sep 9 11:59:46 CEST 2011.
-------- --- cellwriter/cellwriter.changes 2009-08-02 07:53:55.000000000 +0200 +++ /mounts/work_src_done/STABLE/cellwriter/cellwriter.changes 2011-09-09 10:13:58.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Sep 9 08:11:58 UTC 2011 - [email protected] + +- build with --no-copy-dt-needed-entries + * no-copy-dt-needed-entries.patch + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- cellwriter-no-copy-dt-needed-entries.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cellwriter.spec ++++++ --- /var/tmp/diff_new_pack.Lo12Ow/_old 2011-09-09 11:59:40.000000000 +0200 +++ /var/tmp/diff_new_pack.Lo12Ow/_new 2011-09-09 11:59:40.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package cellwriter (Version 1.3.4 ) +# spec file for package cellwriter # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,8 +21,10 @@ Name: cellwriter Summary: Character-based handwriting input panel Version: 1.3.4 -Release: 35 +Release: 45 Source0: %{name}-%{version}.tar.bz2 +# feel free to improve this patch and please upstream it +Patch0: %{name}-no-copy-dt-needed-entries.patch Url: http://risujin.org/cellwriter/ Group: System/GUI/GNOME BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -45,8 +47,11 @@ %prep %setup -q +%patch0 -p1 %build +# added with no-copy-dt-needed-entries.patch, can be removed then +autoreconf -fi %configure \ --without-gnome make %{?jobs:-j%jobs} ++++++ cellwriter-no-copy-dt-needed-entries.patch ++++++ Index: cellwriter-1.3.4/Makefile.am =================================================================== --- cellwriter-1.3.4.orig/Makefile.am +++ cellwriter-1.3.4/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = @GTK_CFLAGS@ @GNOME_CFLAGS@ -LDADD = @GTK_LIBS@ @GNOME_LIBS@ +LDADD = @GTK_LIBS@ @GNOME_LIBS@ -lX11 AM_CFLAGS = -DDATADIR=\"$(datadir)\" -DPKGDATADIR=\"$(pkgdatadir)\" bin_PROGRAMS = cellwriter ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
