Hello community,

here is the log from the commit of package djvulibre for openSUSE:Factory 
checked in at 2013-03-28 13:10:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/djvulibre (Old)
 and      /work/SRC/openSUSE:Factory/.djvulibre.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "djvulibre", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/djvulibre/djvulibre.changes      2012-03-26 
11:00:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.djvulibre.new/djvulibre.changes 2013-03-28 
13:10:18.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Mar 27 06:33:47 UTC 2013 - [email protected]
+
+- updated to 3.5.25.3:
+  * minor fixes 
+  * call autoreconf
+  * do not cp not existing prebuilt icons
+    * not-existing-icons.patch
+
+-------------------------------------------------------------------

Old:
----
  djvulibre-3.5.25.tar.bz2

New:
----
  djvulibre-3.5.25.3.tar.gz
  djvulibre-not-existing-icons.patch

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

Other differences:
------------------
++++++ djvulibre.spec ++++++
--- /var/tmp/diff_new_pack.Fy4Zi5/_old  2013-03-28 13:10:19.000000000 +0100
+++ /var/tmp/diff_new_pack.Fy4Zi5/_new  2013-03-28 13:10:19.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package djvulibre
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,20 +17,24 @@
 
 
 Name:           djvulibre
+BuildRequires:  autoconf
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
+BuildRequires:  libtool
 # pkg-config is required for pkgconfig() provides and requires.
 BuildRequires:  pkgconfig
-Version:        3.5.25
+Version:        3.5.25.3
 Release:        0
 Url:            http://djvu.sourceforge.net
 Summary:        An Open Source Implementation of DjVu
 License:        GPL-2.0+
 Group:          Productivity/Graphics/Other
-Source:         %{name}-%{version}.tar.bz2
+Source:         %{name}-%{version}.tar.gz
 Patch0:         %{name}-filepath.patch
+# following reported upstream, should not be needed in future update
+Patch1:         %{name}-not-existing-icons.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -70,12 +74,14 @@
 This package contains the documentation for the DjVu - djvulibre
 
 %prep
-%setup
+%setup -n %{name}-3.5.25
 %patch0
+%patch1 -p1
 
 %build
-# specifying --x-libraries and -includes is needed due to new paths in X.org 
7.x
-# delete them if builds against X.org 6.9 or lower
+# run autoreconf otherwise @INKSCAPE@ is undefined (not replaced by false);
+# try to remove in the next update
+autoreconf -fi
 CFLAGS="$RPM_OPT_FLAGS" \
 CXXFLAGS="$RPM_OPT_FLAGS" \
        ./configure \

++++++ djvulibre-not-existing-icons.patch ++++++
Index: djvulibre-3.5.25/desktopfiles/Makefile.in
===================================================================
--- djvulibre-3.5.25.orig/desktopfiles/Makefile.in
+++ djvulibre-3.5.25/desktopfiles/Makefile.in
@@ -58,7 +58,7 @@ ${PNGICONS}: djvu.svg
           || ${CONVERT} -geometry $${s}x$${s} -depth 8 -background none $< $@ \
          || ${INKSCAPE} --without-gui --export-width=$${s} \
                          --export-height=$${s} --export-png=$@ $< \
-         || cp ${srcdir}/prebuilt-$@ $@
+         || if [ -e ${srcdir}/prebuilt-$@ ]; then cp ${srcdir}/prebuilt-$@ $@; 
fi
 
 hi-djvu.svgz: djvu.svg
        cat $< | gzip >$@
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to