Hello community,

here is the log from the commit of package engauge-digitizer for 
openSUSE:Factory checked in at 2018-03-07 10:38:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/engauge-digitizer (Old)
 and      /work/SRC/openSUSE:Factory/.engauge-digitizer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "engauge-digitizer"

Wed Mar  7 10:38:48 2018 rev:19 rq:583449 version:10.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/engauge-digitizer/engauge-digitizer.changes      
2017-10-11 23:02:19.674340474 +0200
+++ /work/SRC/openSUSE:Factory/.engauge-digitizer.new/engauge-digitizer.changes 
2018-03-07 10:38:51.701423157 +0100
@@ -1,0 +2,6 @@
+Fri Mar  2 18:21:57 UTC 2018 - crrodrig...@opensuse.org
+
+- Reenable jpeg2000 support.
+- Fix build requires, remove unused libjpeg-devel, libpng-devel
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ engauge-digitizer.spec ++++++
--- /var/tmp/diff_new_pack.G3fCod/_old  2018-03-07 10:38:53.165370351 +0100
+++ /var/tmp/diff_new_pack.G3fCod/_new  2018-03-07 10:38:53.165370351 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package engauge-digitizer
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Version:        10.4
 Release:        0
 Summary:        Ditigize old graphs into numbers again
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Scientific/Other
 Url:            http://markummitchell.github.io/engauge-digitizer/
 Source0:        
https://github.com/markummitchell/%{name}/archive/v%{version}.tar.gz
@@ -30,7 +30,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  icns-utils
-BuildRequires:  libjpeg-devel
 BuildRequires:  pkgconfig
 BuildRequires:  texlive-epstopdf-bin
 BuildRequires:  texlive-latex-bin
@@ -48,7 +47,6 @@
 BuildRequires:  pkgconfig(Qt5Xml)
 BuildRequires:  pkgconfig(fftw3)
 BuildRequires:  pkgconfig(libopenjp2)
-BuildRequires:  pkgconfig(libpng12)
 BuildRequires:  pkgconfig(log4cpp)
 BuildRequires:  pkgconfig(poppler-qt5)
 BuildRequires:  tex(8r.enc)
@@ -96,9 +94,7 @@
 
 %build
 # ADD JPEG2000 SUPPORT
-export JPEG2000_INCLUDE=%{_includedir}/openjpeg-2.1
-export JPEG2000_LIB=%{_libdir}
-export OPENJPEG_INCLUDE=%{_includedir}/openjpeg-2.1
+export OPENJPEG_INCLUDE=$(pkg-config --cflags-only-I libopenjp2 | sed -e 
's@-I@@g')
 export OPENJPEG_LIB=%{_libdir}
 export POPPLER_INCLUDE=%{_includedir}/poppler/qt5
 export POPPLER_LIB=%{_libdir}
@@ -107,7 +103,7 @@
   "DEFINES+=HELPDIR=%{_docdir}/%{name}/help" \
   QMAKE_CFLAGS="%optflags -fno-strict-aliasing" \
   QMAKE_CXXFLAGS="%optflags -fno-strict-aliasing" \
-  CONFIG+=pdf
+  CONFIG+="pdf jpeg2000"
 make %{?_smp_mflags}
 
 #HELP files


Reply via email to