Hello community,

here is the log from the commit of package jbig2dec for openSUSE:Factory 
checked in at 2015-12-17 15:52:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jbig2dec (Old)
 and      /work/SRC/openSUSE:Factory/.jbig2dec.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jbig2dec"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jbig2dec/jbig2dec.changes        2013-02-18 
20:29:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.jbig2dec.new/jbig2dec.changes   2015-12-17 
15:52:19.000000000 +0100
@@ -1,0 +2,14 @@
+Thu Dec 10 16:50:25 UTC 2015 - p.drou...@gmail.com
+
+- Include missing memento.h
+
+-------------------------------------------------------------------
+Tue Dec  8 18:41:31 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.12
+  * Bug fix release
+- Remove libpng-devel and xz requirements
+- Add autoconf, automake and libtool build dependencies; need to
+  run autoreconf
+
+-------------------------------------------------------------------

Old:
----
  jbig2dec-0.11.tar.xz

New:
----
  jbig2dec-0.12.tar.gz

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

Other differences:
------------------
++++++ jbig2dec.spec ++++++
--- /var/tmp/diff_new_pack.07KVAB/_old  2015-12-17 15:52:20.000000000 +0100
+++ /var/tmp/diff_new_pack.07KVAB/_new  2015-12-17 15:52:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package jbig2dec
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,16 +17,17 @@
 
 
 Name:           jbig2dec
-Url:            http://jbig2dec.sourceforge.net/
+Url:            http://www.ghostscript.com/jbig2dec.html
 Summary:        JBIG2 Decoder Utility
 License:        GPL-2.0+
 Group:          Productivity/Other
-Version:        0.11
+Version:        0.12
 Release:        0
-Source:         
http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.xz
+Source:         
http://downloads.ghostscript.com/public/jbig2dec/%{name}-%{version}.tar.gz
 Source1:        baselibs.conf
-BuildRequires:  libpng-devel
-BuildRequires:  xz
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  libtool
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -56,6 +57,7 @@
 %setup -q
 
 %build
+autoreconf -fiv
 export CFLAGS="%{optflags} -fPIC"
 %configure \
     --disable-static \
@@ -63,8 +65,9 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
-
+%make_install
+# Install missing header
+install -c -m 644 memento.h %{buildroot}%{_includedir}/memento.h
 rm %{buildroot}%_libdir/libjbig2dec.la
 
 %post -n libjbig2dec0 -p /sbin/ldconfig
@@ -84,6 +87,7 @@
 %files devel
 %defattr(-,root,root)
 %{_includedir}/jbig2.h
+%{_includedir}/memento.h
 %{_libdir}/libjbig2dec.so
 
 %changelog


Reply via email to