commit enblend-enfuse for openSUSE:Factory

2019-09-20 Thread root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2019-09-20 14:52:10

Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and  /work/SRC/openSUSE:Factory/.enblend-enfuse.new.7948 (New)


Package is "enblend-enfuse"

Fri Sep 20 14:52:10 2019 rev:36 rq:731800 version:4.2

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2018-07-28 12:44:35.324901224 +0200
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new.7948/enblend-enfuse.changes  
2019-09-20 14:52:18.242893270 +0200
@@ -1,0 +2,6 @@
+Tue Sep 17 10:53:45 UTC 2019 - Bernhard Wiedemann 
+
+- Add reproducibledate.patch to override build date (boo#1047218)
+- Add reproducible.patch to override build hostname (boo#1084909)
+
+---

New:

  reproducible.patch
  reproducibledate.patch



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.iLlmzB/_old  2019-09-20 14:52:24.122892099 +0200
+++ /var/tmp/diff_new_pack.iLlmzB/_new  2019-09-20 14:52:24.130892097 +0200
@@ -36,6 +36,10 @@
 
 # PATCH-FIX-UPSTREAM enblend-enfuse-4.2-add-missing-cmakelists.patch
 Patch0: enblend-enfuse-4.2-add-missing-cmakelists.patch
+# PATCH-FIX-UPSTREAM reproducible.patch by bmwiedemann
+Patch1: reproducibledate.patch
+# PATCH-FIX-OPENSUSE by bmwiedemann
+Patch2: reproducible.patch
 
 BuildRequires:  OpenEXR-devel
 BuildRequires:  cmake
@@ -101,6 +105,8 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %if ! %{_build_doc}
 cp %{SOURCE10} doc/

++ reproducible.patch ++
Author: Bernhard M. Wiedemann 
Date: 2019-09-17

Index: enblend-enfuse-4.2/src/DefaultSig.pm
===
--- enblend-enfuse-4.2.orig/src/DefaultSig.pm
+++ enblend-enfuse-4.2/src/DefaultSig.pm
@@ -143,6 +144,9 @@ sub _login_name {
 sub _real_user_name {
 my $self = shift;
 
+if ($ENV{SOURCE_DATE_EPOCH}) {
+return "reproducible";
+}
 if ($OSNAME eq 'MSWin32') {
 return $self->_login_name();
 } else {
@@ -169,6 +173,9 @@ sub _clean_hostname {
 if ($OSNAME =~ m/MacOS/) {
 $hostname =~ s/^(.*?)[-.].*$/$1/;
 }
+if ($ENV{SOURCE_DATE_EPOCH}) {
+$hostname = "reproducible";
+}
 
 return $hostname;
 }
++ reproducibledate.patch ++
is in upstream hg via
changeset:   1509:a98e00eed893
user:Bernhard M. Wiedemann 
date:Sun Aug 13 09:39:59 2017 +0200
summary: Facilitate reproducible builds

Index: enblend-enfuse-4.2/src/DefaultSig.pm
===
--- enblend-enfuse-4.2.orig/src/DefaultSig.pm
+++ enblend-enfuse-4.2/src/DefaultSig.pm
@@ -109,9 +109,10 @@ sub monthnames {my $self = shift;  retur
 sub update_date_and_time {
 my $self = shift;
 
+my $now = $ENV{SOURCE_DATE_EPOCH} || time;
 my ($second, $minute, $hour,
 $day_of_month, $month, $year,
-$day_of_week) = $self->is_using_gmt() ? gmtime : localtime;
+$day_of_week) = $self->is_using_gmt() ? gmtime($now) : localtime($now);
 
 $self->{DATE} = $self->format_date($day_of_month, $month, $year + 1900, 
$day_of_week,
$self->weekdays->[$day_of_week],



commit enblend-enfuse for openSUSE:Factory

2018-07-28 Thread root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2018-07-28 12:44:33

Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and  /work/SRC/openSUSE:Factory/.enblend-enfuse.new (New)


Package is "enblend-enfuse"

Sat Jul 28 12:44:33 2018 rev:35 rq:625736 version:4.2

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2018-07-09 13:27:27.490970826 +0200
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes   
2018-07-28 12:44:35.324901224 +0200
@@ -1,0 +2,5 @@
+Fri Jul 27 09:44:40 UTC 2018 - jeng...@inai.de
+
+- Update RPM groups.
+
+---



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.Ue23Kz/_old  2018-07-28 12:44:35.828902140 +0200
+++ /var/tmp/diff_new_pack.Ue23Kz/_new  2018-07-28 12:44:35.832902147 +0200
@@ -93,7 +93,7 @@
 
 %package doc
 Summary:Usage Documentation for enblend and enfuse
-Group:  Documentation
+Group:  Documentation/PDF
 
 %description doc
 PDF usage documentation for the enblend and enfuse command line tools.




commit enblend-enfuse for openSUSE:Factory

2018-07-09 Thread root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2018-07-09 13:27:25

Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and  /work/SRC/openSUSE:Factory/.enblend-enfuse.new (New)


Package is "enblend-enfuse"

Mon Jul  9 13:27:25 2018 rev:34 rq:621063 version:4.2

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2017-02-10 09:50:18.794911497 +0100
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes   
2018-07-09 13:27:27.490970826 +0200
@@ -1,0 +2,12 @@
+Tue Jun 19 10:43:30 UTC 2018 - a...@cryptomilk.org
+
+- Switched to cmake build
+  * Removed patch for autotools: enblend-latex-optional.patch
+- Added enblend-enfuse-4.2-add-missing-cmakelists.patch
+- Enabled support for OpenMP
+- Enabled support for SSE2
+- Turn on optimizations again
+- Info pages are no longer available
+- Added PDF documentation for enblend and enfuse
+
+---

Old:

  enblend-latex-optional.patch

New:

  _constraints
  enblend-enfuse-4.2-add-missing-cmakelists.patch
  enblend.pdf
  enfuse.pdf



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.YUCJxt/_old  2018-07-09 13:27:28.138969431 +0200
+++ /var/tmp/diff_new_pack.YUCJxt/_new  2018-07-09 13:27:28.138969431 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package enblend-enfuse
 #
-# 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
@@ -16,54 +16,64 @@
 #
 
 
-%define _build_doc 0
+# We use pregenerated documentation, as packages for rsvg-convert and hevea are
+# not packaged yet.
+%global _build_doc 0
+
+#%%define __builder ninja
 
 Name:   enblend-enfuse
 Url:http://enblend.sourceforge.net/
 Summary:Tool for Composing Images
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Graphics/Other
 Version:4.2
 Release:0
-Source: 
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-4.2/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM enblend-latex-optional.patch sf#1565269 
dims...@opensuse.org -- Make latex optional
-Patch0: enblend-latex-optional.patch
+Source0:
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-4.2/%{name}-%{version}.tar.gz
+
+Source10:   enblend.pdf
+Source11:   enfuse.pdf
+
+# PATCH-FIX-UPSTREAM enblend-enfuse-4.2-add-missing-cmakelists.patch
+Patch0: enblend-enfuse-4.2-add-missing-cmakelists.patch
+
 BuildRequires:  OpenEXR-devel
-BuildRequires:  automake
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel >= 1.55
-%endif
+BuildRequires:  cmake
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
 BuildRequires:  glew-devel
 BuildRequires:  gsl-devel
 BuildRequires:  help2man
 BuildRequires:  libICE-devel
+BuildRequires:  libboost_filesystem-devel
+BuildRequires:  libboost_headers-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  liblcms2-devel >= 2.5
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  libxml2-tools
-#BuildRequires:  mathml-dtd
+BuildRequires:  opencl-headers
 BuildRequires:  perl-TimeDate
 BuildRequires:  pkg-config
 BuildRequires:  plotutils-devel
-BuildRequires:  sed
 BuildRequires:  vigra-devel
+
+# Documentation
 %if %{_build_doc}
 BuildRequires:  ImageMagick
 BuildRequires:  gnuplot
+BuildRequires:  graphviz
+BuildRequires:  help2man
+BuildRequires:  hevea
+BuildRequires:  m4
+BuildRequires:  rsvg-convert
 BuildRequires:  texinfo
+BuildRequires:  texlive-dvips-bin
 BuildRequires:  texlive-latex-bin-bin
 BuildRequires:  tidy
 BuildRequires:  transfig
-#BuildRequires:  xhtml-dtd
-%if 0%{?suse_version} > 1220
-BuildRequires:  help2man
-%endif
 %endif
+
 Provides:   enblend = %{version}
 Provides:   enfuse = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -81,49 +91,55 @@
 the opposite. These features must be blended across a wide transition
 zone because any sudden change in color is immediately noticeable.
 
+%package doc
+Summary:Usage Documentation for enblend and enfuse
+Group:  Documentation
+
+%description doc
+PDF usage documentation for the enblend and enfuse command line tools.
 
 %prep
 %setup -q
 %patch0 -p1
 
-%build
-ACLOCAL="aclocal -I m4" autoreconf -f -i
-# The gcc 4.5 performs too poor compiling this package with -O2, can take days.
-# gcc-4.7 still needs too much resources to 

commit enblend-enfuse for openSUSE:Factory

2017-02-10 Thread root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2017-02-10 09:50:11

Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and  /work/SRC/openSUSE:Factory/.enblend-enfuse.new (New)


Package is "enblend-enfuse"

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2016-05-31 12:12:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes   
2017-02-10 09:50:18.794911497 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 10:34:06 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.TRqlDk/_old  2017-02-10 09:50:19.322836853 +0100
+++ /var/tmp/diff_new_pack.TRqlDk/_new  2017-02-10 09:50:19.330835722 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package enblend-enfuse
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -30,7 +30,11 @@
 Patch0: enblend-latex-optional.patch
 BuildRequires:  OpenEXR-devel
 BuildRequires:  automake
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel >= 1.55
+%endif
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
 BuildRequires:  glew-devel




commit enblend-enfuse for openSUSE:Factory

2016-05-31 Thread h_root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2016-05-31 12:12:10

Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and  /work/SRC/openSUSE:Factory/.enblend-enfuse.new (New)


Package is "enblend-enfuse"

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2015-12-13 09:39:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes   
2016-05-31 12:12:12.0 +0200
@@ -1,0 +2,39 @@
+Mon May 30 12:10:01 UTC 2016 - astie...@suse.com
+
+- specify boost build dependendy version
+
+---
+Thu May 26 10:46:27 UTC 2016 - dims...@opensuse.org
+
+- Update to version 4.2:
+  + All deprecated options and features of version 4.1 have been
+removed.
+  + Enblend and Enfuse support layer (aka "page", aka "frame")
+selection in of multi-layer image-files. This includes
+processing any layers in user-defined order.
+  + Both Enblend and Enfuse can now perform all their pyramidal
+blending operations in CIELAB (aka L*a*b*, aka L-star) and
+CIELUV (aka L*u*v*) color spaces, too.
+  + The new Graph-Cut algorithm is the default primary seam-line
+generator.
+  + Avoid a division-by-zero in the Annealing Optimizer.
+  + Fix a bug (sf#1356551) in the seam-line vectorization code that
+was there since 2004. The fix changes the position of almost
+any coarse-mask seam line vertex by one pixel.
+  + Fix a longstanding quirk, which allowed to load masks into
+Enblend and Enfuse that were unsuitable for processing.
+  + Fix a bug in the highlight-recovery that caused Enfuse to bail
+out with the uncaught exception "Minimizer1D::set_bracket:
+minimum not bracketed".
+  + The OpenMP enabled versions of Enblend and Enfuse benefit from
+Google's TCMalloc library.
+  + Several exposure weight functions were added to Enfuse. The
+choice is now up to the user. The default still is the Gauss
+function as in all Enfuse versions before.
+- Add texlive-latex-bin-bin BuildRequires: new dependency.
+- Drop use-default-gcc-inlining.diff: no longer needed.
+- Add enblend-latex-optional.patch: Allow building without
+  documentation, that is, make latex optional.
+- Toggle _build_doc to 1: building documentation works again.
+
+---

Old:

  enblend-enfuse-4.1.4.tar.gz
  use-default-gcc-inlining.diff

New:

  enblend-enfuse-4.2.tar.gz
  enblend-latex-optional.patch



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.RArQiR/_old  2016-05-31 12:12:13.0 +0200
+++ /var/tmp/diff_new_pack.RArQiR/_new  2016-05-31 12:12:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package enblend-enfuse
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -23,13 +23,14 @@
 Summary:Tool for Composing Images
 License:GPL-2.0+
 Group:  Productivity/Graphics/Other
-Version:4.1.4
+Version:4.2
 Release:0
-Source: 
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-4.1/%{name}-%{version}.tar.gz
-Patch1: use-default-gcc-inlining.diff
+Source: 
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-4.2/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM enblend-latex-optional.patch sf#1565269 
dims...@opensuse.org -- Make latex optional
+Patch0: enblend-latex-optional.patch
 BuildRequires:  OpenEXR-devel
 BuildRequires:  automake
-BuildRequires:  boost-devel
+BuildRequires:  boost-devel >= 1.55
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
 BuildRequires:  glew-devel
@@ -51,6 +52,7 @@
 BuildRequires:  ImageMagick
 BuildRequires:  gnuplot
 BuildRequires:  texinfo
+BuildRequires:  texlive-latex-bin-bin
 BuildRequires:  tidy
 BuildRequires:  transfig
 #BuildRequires:  xhtml-dtd
@@ -78,7 +80,7 @@
 
 %prep
 %setup -q
-%patch1
+%patch0 -p1
 
 %build
 ACLOCAL="aclocal -I m4" autoreconf -f -i

++ enblend-enfuse-4.1.4.tar.gz -> enblend-enfuse-4.2.tar.gz ++
 103341 lines of diff (skipped)

++ enblend-latex-optional.patch ++
--- a/configure.ac
+++ b/configure.ac
@@ -316,15 +316,9 @@
 
 can_build_doc=yes
 
-AC_PATH_PROGS(LATEX, [latex elatex lambda],
-  [AC_MSG_WARN(missing LaTeX translator)
-   can_build_doc=no
-   missing_for_doc="$missing_for_doc latex"])
-AC_PATH_PROG(PDFLATEX, pdflatex,
- 

commit enblend-enfuse for openSUSE:Factory

2015-12-13 Thread h_root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2015-12-13 09:39:03

Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and  /work/SRC/openSUSE:Factory/.enblend-enfuse.new (New)


Package is "enblend-enfuse"

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2015-02-16 17:25:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes   
2015-12-13 09:39:05.0 +0100
@@ -1,0 +2,37 @@
+Tue Dec  8 12:18:52 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 4.1.4
+  * The introduction of additional blend color spaces in the Development
+Branch requires a new option to select them.Here, in the Stable
+Branch, the new option `  *  * blend  * colorspace' just duplicates the
+functionality of `  *  * ciecam' and `  *  * no  * ciecam'.The Stable 
Branch
+does *not* provide the additional blend colorspaces of the
+Development Branch.The following equivalences hold
+  *  * ciecam <=>  *  * blend  * colorspace=ciecam
+  *  * no  * ciecam<=>  *  * blend  * colorspace=identity
+Both options `  *  * ciecam' and `  *  * no  * ciecam' are deprecated in 
4.2 and
+will be withdrawn in 4.3.Thus, users should prefer
+`  *  * blend  * colorspace'.
+  * [Enblend and Enfuse] Fix the nesting  * depth counter for response
+files.This bug prohibited to load more than 20 images in a single
+response file.
+  * [Enblend and Enfuse] Allow grayscale images to bring their own
+(grayscale) profiles.Previously grayscale images with ICC profiles
+were rejected.
+  * [Enblend] Fix a possible domain error followed by a division  * by  * zero
+in the seam  * line optimizer.
+  * [Enblend and Enfuse] Avoid an undeserved warning about incompatible
+colorspaces if they only disagree on their meta  * data (e.g. profile
+creation date/time).
+  * [Enblend] Fix a bug in the Dijkstra Optimizer which could lead to
+undefined behavior in the placement of the (optimized) seam line.
+  * [Enblend] Fix a non  * dereferencable vector iterator which led to a
+segfault.
+  * [Enblend] Avoid a division  * by  * zero in the Annealing Optimizer.
+  * [Enblend] Fix a bug (#1356551) in the seam  * line vectorization code
+that was there since 2004.The fix changes the position of almost
+any coarse  * mask seam line vertex by one pixel.
+- Update use-default-gcc-inlining.diff
+- Add libICE-devel and pkg-config build dependencies
+
+---

Old:

  enblend-enfuse-4.1.3.tar.gz

New:

  enblend-enfuse-4.1.4.tar.gz



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.FnIMQO/_old  2015-12-13 09:39:06.0 +0100
+++ /var/tmp/diff_new_pack.FnIMQO/_new  2015-12-13 09:39:06.0 +0100
@@ -23,7 +23,7 @@
 Summary:Tool for Composing Images
 License:GPL-2.0+
 Group:  Productivity/Graphics/Other
-Version:4.1.3
+Version:4.1.4
 Release:0
 Source: 
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-4.1/%{name}-%{version}.tar.gz
 Patch1: use-default-gcc-inlining.diff
@@ -35,6 +35,7 @@
 BuildRequires:  glew-devel
 BuildRequires:  gsl-devel
 BuildRequires:  help2man
+BuildRequires:  libICE-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  liblcms2-devel >= 2.5
 BuildRequires:  libpng-devel
@@ -42,6 +43,7 @@
 BuildRequires:  libxml2-tools
 #BuildRequires:  mathml-dtd
 BuildRequires:  perl-TimeDate
+BuildRequires:  pkg-config
 BuildRequires:  plotutils-devel
 BuildRequires:  sed
 BuildRequires:  vigra-devel
@@ -95,9 +97,6 @@
 %makeinstall
 #make install-xhtml DESTDIR=%{buildroot}
 
-%clean
-rm -rf %{buildroot}
-
 %if %{_build_doc}
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/enblend.info.gz

++ enblend-enfuse-4.1.3.tar.gz -> enblend-enfuse-4.1.4.tar.gz ++
 22215 lines of diff (skipped)

++ use-default-gcc-inlining.diff ++
--- /var/tmp/diff_new_pack.FnIMQO/_old  2015-12-13 09:39:06.0 +0100
+++ /var/tmp/diff_new_pack.FnIMQO/_new  2015-12-13 09:39:06.0 +0100
@@ -1,7 +1,7 @@
-Index: configure.in
+Index: configure.ac
 ===
 configure.in.orig
-+++ configure.in
+--- configure.ac.orig
 configure.ac
 @@ -77,11 +77,6 @@ AS_IF([test "$with_openexr" = no],
have_exr=no
 fi])




commit enblend-enfuse for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2015-02-16 15:02:32

Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and  /work/SRC/openSUSE:Factory/.enblend-enfuse.new (New)


Package is enblend-enfuse

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2014-12-09 09:13:26.0 +0100
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes   
2015-02-16 17:25:07.0 +0100
@@ -1,0 +2,10 @@
+Wed Feb 11 16:14:25 UTC 2015 - dims...@opensuse.org
+
+- Introduce _build_doc defines (currently set to 0): Allow to
+  easily enable/disable the building of the documentation (incl.
+  the reevant BuildRequires and file sections). Currently disabled,
+  as enblend fails with texinfo 5.1; upstream is aware but there
+  are multiple ways the texi files are broken (mainly using invalid
+  characters for defintions).
+
+---



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.bDKEQy/_old  2015-02-16 17:25:07.0 +0100
+++ /var/tmp/diff_new_pack.bDKEQy/_new  2015-02-16 17:25:07.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package enblend-enfuse
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,6 +16,8 @@
 #
 
 
+%define _build_doc 0
+
 Name:   enblend-enfuse
 Url:http://enblend.sourceforge.net/
 Summary:Tool for Composing Images
@@ -25,15 +27,14 @@
 Release:0
 Source: 
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-4.1/%{name}-%{version}.tar.gz
 Patch1: use-default-gcc-inlining.diff
-BuildRequires:  ImageMagick
 BuildRequires:  OpenEXR-devel
 BuildRequires:  automake
 BuildRequires:  boost-devel
 BuildRequires:  freeglut-devel
 BuildRequires:  gcc-c++
 BuildRequires:  glew-devel
-BuildRequires:  gnuplot
 BuildRequires:  gsl-devel
+BuildRequires:  help2man
 BuildRequires:  libjpeg-devel
 BuildRequires:  liblcms2-devel = 2.5
 BuildRequires:  libpng-devel
@@ -43,14 +44,18 @@
 BuildRequires:  perl-TimeDate
 BuildRequires:  plotutils-devel
 BuildRequires:  sed
+BuildRequires:  vigra-devel
+%if %{_build_doc}
+BuildRequires:  ImageMagick
+BuildRequires:  gnuplot
 BuildRequires:  texinfo
 BuildRequires:  tidy
 BuildRequires:  transfig
-BuildRequires:  vigra-devel
 #BuildRequires:  xhtml-dtd
 %if 0%{?suse_version}  1220
 BuildRequires:  help2man
 %endif
+%endif
 Provides:   enblend = %{version}
 Provides:   enfuse = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -93,6 +98,7 @@
 %clean
 rm -rf %{buildroot}
 
+%if %{_build_doc}
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/enblend.info.gz
 %install_info --info-dir=%{_infodir} %{_infodir}/enfuse.info.gz
@@ -102,13 +108,17 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/enblend.info.gz
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/enfuse.info.gz
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/enfuse-focus-stacking.info.gz
+%endif
 
 %files
 %defattr(-,root,root)
 # ChangeLog does not contain anything useful
-%doc AUTHORS COPYING NEWS README doc/*.pdf
-%{_bindir}/*
+%doc AUTHORS COPYING NEWS README
+%if %{_build_doc}
+%doc doc/*.pdf
 %doc %{_infodir}/*.*
+%endif
+%{_bindir}/*
 %doc %{_mandir}/*/*.*
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit enblend-enfuse for openSUSE:Factory

2014-12-09 Thread h_root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2014-12-09 09:13:49

Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and  /work/SRC/openSUSE:Factory/.enblend-enfuse.new (New)


Package is enblend-enfuse

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2014-04-25 11:34:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes   
2014-12-09 09:13:26.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 16 12:02:39 UTC 2014 - meiss...@suse.com
+
+- no more upstream tarball signatures, no need for gpg offline
+
+---



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.pU57pI/_old  2014-12-09 09:13:27.0 +0100
+++ /var/tmp/diff_new_pack.pU57pI/_new  2014-12-09 09:13:27.0 +0100
@@ -49,7 +49,6 @@
 BuildRequires:  vigra-devel
 #BuildRequires:  xhtml-dtd
 %if 0%{?suse_version}  1220
-BuildRequires:  gpg-offline
 BuildRequires:  help2man
 %endif
 Provides:   enblend = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit enblend-enfuse for openSUSE:Factory

2014-04-25 Thread h_root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2014-04-25 11:34:15

Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and  /work/SRC/openSUSE:Factory/.enblend-enfuse.new (New)


Package is enblend-enfuse

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2014-01-07 13:52:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes   
2014-04-25 11:34:16.0 +0200
@@ -1,0 +2,10 @@
+Wed Apr 23 17:12:11 UTC 2014 - fcro...@suse.com
+
+- Update to patchlevel 3 of version 4.1:
+  + Bug Fixes:
+[Enblend only] Fix problem of multiple, almost-identical 
+seamlines that produce inexplicable black areas in the output
+panorama.
+  + LCMS 2.5 is now required to build.
+
+---

Old:

  enblend-enfuse-4.1.2.tar.gz

New:

  enblend-enfuse-4.1.3.tar.gz



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.LsDRWF/_old  2014-04-25 11:34:16.0 +0200
+++ /var/tmp/diff_new_pack.LsDRWF/_new  2014-04-25 11:34:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package enblend-enfuse
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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,7 +21,7 @@
 Summary:Tool for Composing Images
 License:GPL-2.0+
 Group:  Productivity/Graphics/Other
-Version:4.1.2
+Version:4.1.3
 Release:0
 Source: 
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-4.1/%{name}-%{version}.tar.gz
 Patch1: use-default-gcc-inlining.diff
@@ -35,7 +35,7 @@
 BuildRequires:  gnuplot
 BuildRequires:  gsl-devel
 BuildRequires:  libjpeg-devel
-BuildRequires:  liblcms2-devel
+BuildRequires:  liblcms2-devel = 2.5
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  libxml2-tools

++ enblend-enfuse-4.1.2.tar.gz - enblend-enfuse-4.1.3.tar.gz ++
 2371 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit enblend-enfuse for openSUSE:Factory

2014-01-07 Thread h_root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2014-01-07 13:52:38

Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and  /work/SRC/openSUSE:Factory/.enblend-enfuse.new (New)


Package is enblend-enfuse

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2013-06-05 13:27:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes   
2014-01-07 13:52:39.0 +0100
@@ -1,0 +2,48 @@
+Sun Dec 29 11:34:15 UTC 2013 - adr...@suse.de
+
+- update to patchlevel 2 of version 4.1:
+   [Enblend and Enfuse] Fix a bug in the highlight-recovery that caused
+   Enfuse to bail out with the uncaught exception
+ Minimizer1D::set_bracket: minimum not bracketed.
+   This addresses LaunchPad Bug #1214004.
+  
+   [Enfuse] Clean up seemingly random, bright-colored pixels that
+   sometimes show up when fusing images with high contrast and large
+   color profiles.
+  
+   [Enblend only] Fix a race condition in the seam-line optimizer that
+   can cause wrongly placed seams.
+  
+   [Enblend and Enfuse] Use a per-thread storage of all OpenMP
+   Vigra-functors.  This avoids data races.
+  
+   [Enblend and Enfuse] The Boost implementation of the `Mersenne
+   Twister' random number generator caused segmentation faults when
+   used in the OpenMP-enabled versions of Enblend and Enfuse.  The new
+   implementation is based on the GNU Scientific Library (GSL), which
+   plays nicely with concurrent accesses.
+  
+   [Enblend only] Correct a mistake that causes overlapping images with
+   multiple seams to be blended incorrectly.
+  
+   [Enblend only] Require the OpenGL extension
+   `GL_ARB_texture_rectangle' for the `--gpu' option to work.  This
+   does away with a pesky warning of OpenGL drivers that do support
+   this extension and avoids crashes with drivers that don't.
+  
+   The GPU performance improvement of Enblend via `--gpu' now is only
+   available with drivers that feature `GL_ARB_texture_rectangle'
+   (among many other required OpenGL extensions).
+  
+   The OpenGL warning about odd texture sizes is unaffected by this
+   change.
+  
+   [Enblend and Enfuse] Fix a longstanding quirk, which allowed to load
+   masks that were unsuitable for processing.
+
+- no more signed tar balls, droping gpg verification :/
+
+- modified patches:
+  * use-default-gcc-inlining.diff
+
+---

Old:

  enblend-enfuse-4.1.tar.gz
  enblend-enfuse-4.1.tar.gz.asc
  enblend-enfuse-html2xhtml
  enblend-enfuse.keyring

New:

  enblend-enfuse-4.1.2.tar.gz



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.A6ADyo/_old  2014-01-07 13:52:39.0 +0100
+++ /var/tmp/diff_new_pack.A6ADyo/_new  2014-01-07 13:52:39.0 +0100
@@ -21,13 +21,9 @@
 Summary:Tool for Composing Images
 License:GPL-2.0+
 Group:  Productivity/Graphics/Other
-Version:4.1
+Version:4.1.2
 Release:0
-Source: 
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
-Source1:
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz.asc
-Source2:%{name}.keyring
-# This file is missing in the tarball. Downloaded from hg: 
https://sourceforge.net/p/enblend/code/ci/8d53b58392888c74ee96f59ca4b005915ccfa6d6/tree/doc/html2xhtml
-Source3:enblend-enfuse-html2xhtml
+Source: 
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-4.1/%{name}-%{version}.tar.gz
 Patch1: use-default-gcc-inlining.diff
 BuildRequires:  ImageMagick
 BuildRequires:  OpenEXR-devel
@@ -75,11 +71,7 @@
 
 
 %prep
-%if 0%{?gpg_verify:1}
-%gpg_verify %{S:1}
-%endif
 %setup -q
-cp -a %{S:3} doc/html2xhtml ; chmod +x doc/html2xhtml
 %patch1
 
 %build

++ enblend-enfuse-4.1.tar.gz - enblend-enfuse-4.1.2.tar.gz ++
 13753 lines of diff (skipped)

++ use-default-gcc-inlining.diff ++
--- /var/tmp/diff_new_pack.A6ADyo/_old  2014-01-07 13:52:40.0 +0100
+++ /var/tmp/diff_new_pack.A6ADyo/_new  2014-01-07 13:52:40.0 +0100
@@ -1,6 +1,8 @@
 configure.in
+Index: configure.in
+===
+--- configure.in.orig
 +++ configure.in
-@@ -77,11 +77,6 @@
+@@ -77,11 +77,6 @@ AS_IF([test $with_openexr = no],
have_exr=no
 fi])
  
@@ -12,7 +14,7 @@
  AC_ARG_VAR(OPENGL_CFLAGS, [C compiler flags for OpenGL])
  AC_ARG_VAR(OPENGL_LIBS, [Linker flags and libraries for OpenGL])
  gpu_support_default=yes
-@@ -496,7 +491,7 @@
+@@ -496,7 +491,7 @@ if 

commit enblend-enfuse for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2013-06-05 13:27:49

Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and  /work/SRC/openSUSE:Factory/.enblend-enfuse.new (New)


Package is enblend-enfuse

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2013-01-31 16:26:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes   
2013-06-05 13:27:50.0 +0200
@@ -1,0 +2,5 @@
+Mon May 27 12:35:09 UTC 2013 - mmeis...@suse.com
+
+- Added BuildRequire help2man to fix build with new automake
+
+---



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.O8j9cf/_old  2013-06-05 13:27:50.0 +0200
+++ /var/tmp/diff_new_pack.O8j9cf/_new  2013-06-05 13:27:50.0 +0200
@@ -54,6 +54,7 @@
 #BuildRequires:  xhtml-dtd
 %if 0%{?suse_version}  1220
 BuildRequires:  gpg-offline
+BuildRequires:  help2man
 %endif
 Provides:   enblend = %{version}
 Provides:   enfuse = %{version}


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit enblend-enfuse for openSUSE:Factory

2013-01-31 Thread h_root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2013-01-31 16:26:16

Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and  /work/SRC/openSUSE:Factory/.enblend-enfuse.new (New)


Package is enblend-enfuse, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2012-10-26 17:00:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes   
2013-01-31 16:26:18.0 +0100
@@ -1,0 +2,29 @@
+Thu Jan 17 19:18:27 CET 2013 - sbra...@suse.cz
+
+- Update to version 4.1 (bnc#800803):
+  * All deprecated options since version 4.0 have been removed.
+  * New primary seam-line generator.
+  * Default to perceptual model of the difference image.
+  * Parallelize CIECAM02 color conversion.
+  * Enblend and Enfuse integrate seamlessly in color-managed
+workflow.
+  * Require LittleCMS Version 2.x Unbounded CMM feature.
+  * Option to assign different profiles to profile-free input images.
+  * New gray-scale projector called anti-value.
+  * Enblend and Enfuse stop after saving all generated masks to
+files, if option --save-masks is given, but option --output
+is not.
+  * Enblend and Enfuse can write output JPEG files with arithmetic
+JPEG compression and TIFF files with JPEG compression.
+  * Enblend and Enfuse warn on images that alternate between with
+color profile and without.
+  * Several new Commandline options: --primary-seam-generator,
+--image-difference, --ciecam (for -c) and --no-ciecam,
+--fallback-profile=PROFILE, --exposure-cutoff,
+--load-masks, --layer-selector, --levels=auto.
+  * Deprecated: --smooth-difference, user-(re)sizable image-cache.
+  * External Vigra version 1.8 or later is required.
+  * Enblend no longer relies on libXMI.
+- Verify GPG signature.
+
+---

Old:

  enblend-enfuse-4.0.tar.gz
  enblend-enfuse-libpng14.patch
  enblend-enfuse-libpng15.patch

New:

  enblend-enfuse-4.1.tar.gz
  enblend-enfuse-4.1.tar.gz.asc
  enblend-enfuse-html2xhtml
  enblend-enfuse.keyring



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.aEHN5P/_old  2013-01-31 16:26:20.0 +0100
+++ /var/tmp/diff_new_pack.aEHN5P/_new  2013-01-31 16:26:20.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package enblend-enfuse
 #
-# 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
@@ -21,17 +21,15 @@
 Summary:Tool for Composing Images
 License:GPL-2.0+
 Group:  Productivity/Graphics/Other
-Version:4.0
+Version:4.1
 Release:0
 Source: 
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
-Patch0: enblend-enfuse-libpng14.patch
+Source1:
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz.asc
+Source2:%{name}.keyring
+# This file is missing in the tarball. Downloaded from hg: 
https://sourceforge.net/p/enblend/code/ci/8d53b58392888c74ee96f59ca4b005915ccfa6d6/tree/doc/html2xhtml
+Source3:enblend-enfuse-html2xhtml
 Patch1: use-default-gcc-inlining.diff
-# libpng15.patch sent to dang...@users.sourceforge.net, 
acmi...@users.sourceforge.net, csp...@users.sourceforge.net, 
btownsh...@users.sourceforge.net
-# reply from Chris (cspiel):
-#Vigra is not part of the Enblend/Enfuse
-# package anymore.  Thus the patch is outdated wrt
-# current tip.
-Patch2: enblend-enfuse-libpng15.patch
+BuildRequires:  ImageMagick
 BuildRequires:  OpenEXR-devel
 BuildRequires:  automake
 BuildRequires:  boost-devel
@@ -39,18 +37,26 @@
 BuildRequires:  gcc-c++
 BuildRequires:  glew-devel
 BuildRequires:  gnuplot
+BuildRequires:  gsl-devel
 BuildRequires:  libjpeg-devel
-BuildRequires:  liblcms-devel
+BuildRequires:  liblcms2-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
+BuildRequires:  libxml2-tools
+#BuildRequires:  mathml-dtd
+BuildRequires:  perl-TimeDate
 BuildRequires:  plotutils-devel
 BuildRequires:  sed
+BuildRequires:  texinfo
 BuildRequires:  tidy
 BuildRequires:  transfig
+BuildRequires:  vigra-devel
+#BuildRequires:  xhtml-dtd
+%if 0%{?suse_version}  1220
+BuildRequires:  gpg-offline
+%endif
 Provides:   enblend = %{version}
 Provides:   enfuse = %{version}
-# package name for  openSUSE 11.1:
-Obsoletes:  enblend  3.2
 

commit enblend-enfuse for openSUSE:Factory

2012-10-26 Thread h_root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2012-10-26 17:00:36

Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and  /work/SRC/openSUSE:Factory/.enblend-enfuse.new (New)


Package is enblend-enfuse, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2012-10-04 19:38:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes   
2012-10-26 17:00:39.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 24 19:46:28 UTC 2012 - gan...@opensuse.org
+
+- workaround vigra bug where arithmetic coded JPEG is always
+  created with libjpeg-turbo #bnc786566 
+
+---



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.nyIKPx/_old  2012-10-26 17:00:40.0 +0200
+++ /var/tmp/diff_new_pack.nyIKPx/_new  2012-10-26 17:00:40.0 +0200
@@ -44,6 +44,7 @@
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  plotutils-devel
+BuildRequires:  sed
 BuildRequires:  tidy
 BuildRequires:  transfig
 Provides:   enblend = %{version}
@@ -71,6 +72,9 @@
 %patch0 -p1
 %patch1
 %patch2
+#workaround vigra bug where arithmetic coded JPEG is always created with 
libjpeg-turbo #bnc786566 - gan...@opensuse.org
+#Perhaps it should be removed when 4.2 release
+sed -i 's/info.arith_code = TRUE/info.arith_code = FALSE/' 
src/vigra_impex/jpeg.cxx
 
 %build
 ACLOCAL=aclocal -I m4 autoreconf -f -i

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit enblend-enfuse for openSUSE:Factory

2012-10-04 Thread h_root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2012-10-04 19:37:58

Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and  /work/SRC/openSUSE:Factory/.enblend-enfuse.new (New)


Package is enblend-enfuse, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2012-01-11 15:37:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes   
2012-10-04 19:38:00.0 +0200
@@ -1,0 +2,11 @@
+Wed Oct  3 19:49:45 UTC 2012 - pgaj...@suse.com
+
+- really build also with older libpng14
+
+---
+Tue Sep  4 14:22:06 UTC 2012 - pgaj...@suse.com
+
+- build also with libpng15
+  * libpng15.patch
+
+---

New:

  enblend-enfuse-libpng15.patch



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.Fjysmz/_old  2012-10-04 19:38:01.0 +0200
+++ /var/tmp/diff_new_pack.Fjysmz/_new  2012-10-04 19:38:01.0 +0200
@@ -16,17 +16,22 @@
 #
 
 
-
 Name:   enblend-enfuse
 Url:http://enblend.sourceforge.net/
+Summary:Tool for Composing Images
 License:GPL-2.0+
 Group:  Productivity/Graphics/Other
-Summary:Tool for Composing Images
 Version:4.0
 Release:0
 Source: 
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
 Patch0: enblend-enfuse-libpng14.patch
 Patch1: use-default-gcc-inlining.diff
+# libpng15.patch sent to dang...@users.sourceforge.net, 
acmi...@users.sourceforge.net, csp...@users.sourceforge.net, 
btownsh...@users.sourceforge.net
+# reply from Chris (cspiel):
+#Vigra is not part of the Enblend/Enfuse
+# package anymore.  Thus the patch is outdated wrt
+# current tip.
+Patch2: enblend-enfuse-libpng15.patch
 BuildRequires:  OpenEXR-devel
 BuildRequires:  automake
 BuildRequires:  boost-devel
@@ -34,11 +39,11 @@
 BuildRequires:  gcc-c++
 BuildRequires:  glew-devel
 BuildRequires:  gnuplot
+BuildRequires:  libjpeg-devel
 BuildRequires:  liblcms-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  plotutils-devel
-BuildRequires:  libjpeg-devel
 BuildRequires:  tidy
 BuildRequires:  transfig
 Provides:   enblend = %{version}
@@ -65,6 +70,7 @@
 %setup -q -n enblend-enfuse-4.0-753b534c819d
 %patch0 -p1
 %patch1
+%patch2
 
 %build
 ACLOCAL=aclocal -I m4 autoreconf -f -i

++ enblend-enfuse-libpng15.patch ++
http://mailman.archlinux.org/pipermail/arch-commits/2012-January/156335.html
Index: src/vigra_impex/png.cxx
===
--- src/vigra_impex/png.cxx.orig
+++ src/vigra_impex/png.cxx
@@ -81,7 +81,7 @@ extern C {
 static void PngError( png_structp png_ptr, png_const_charp error_msg )
 {
 png_error_message = std::string(error_msg);
-longjmp( png_ptr-jmpbuf, 1 );
+longjmp( png_jmpbuf( png_ptr ), 1 );
 }
 
 // called on non-fatal errors
@@ -213,7 +213,7 @@ namespace vigra {
 vigra_postcondition( png != 0, could not create the read struct. );
 
 // create info struct
-if (setjmp(png-jmpbuf)) {
+if (setjmp(png_jmpbuf( png ))) {
 png_destroy_read_struct( png, info, NULL );
 vigra_postcondition( false, png_error_message.insert(0, error in 
png_create_info_struct(): ).c_str() );
 }
@@ -221,14 +221,14 @@ namespace vigra {
 vigra_postcondition( info != 0, could not create the info struct. );
 
 // init png i/o
-if (setjmp(png-jmpbuf)) {
+if (setjmp(png_jmpbuf( png ))) {
 png_destroy_read_struct( png, info, NULL );
 vigra_postcondition( false, png_error_message.insert(0, error in 
png_init_io(): ).c_str() );
 }
 png_init_io( png, file.get() );
 
 // specify that the signature was already read
-if (setjmp(png-jmpbuf)) {
+if (setjmp(png_jmpbuf( png ))) {
 png_destroy_read_struct( png, info, NULL );
 vigra_postcondition( false, png_error_message.insert(0, error in 
png_set_sig_bytes(): ).c_str() );
 }
@@ -244,13 +244,13 @@ namespace vigra {
 void PngDecoderImpl::init()
 {
 // read all chunks up to the image data
-if (setjmp(png-jmpbuf))
+if (setjmp(png_jmpbuf( png )))
 vigra_postcondition( false, png_error_message.insert(0, error in 
png_read_info(): ).c_str() );
 png_read_info( png, info );
 
 // pull over the header fields
 int interlace_method, 

commit enblend-enfuse for openSUSE:Factory

2012-01-11 Thread h_root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2012-01-11 15:36:18

Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and  /work/SRC/openSUSE:Factory/.enblend-enfuse.new (New)


Package is enblend-enfuse, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2011-12-09 09:31:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes   
2012-01-11 15:37:12.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 10 17:22:34 UTC 2012 - crrodrig...@opensuse.org
+
+- libjpeg-devel was missing in buildrequires. 
+
+---



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.lyom5B/_old  2012-01-11 15:37:14.0 +0100
+++ /var/tmp/diff_new_pack.lyom5B/_new  2012-01-11 15:37:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package enblend-enfuse
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
+
 Name:   enblend-enfuse
 Url:http://enblend.sourceforge.net/
 License:GPL-2.0+
@@ -36,6 +38,7 @@
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  plotutils-devel
+BuildRequires:  libjpeg-devel
 BuildRequires:  tidy
 BuildRequires:  transfig
 Provides:   enblend = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit enblend-enfuse for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory 
checked in at 2011-12-06 13:51:55

Comparing /work/SRC/openSUSE:Factory/enblend-enfuse (Old)
 and  /work/SRC/openSUSE:Factory/.enblend-enfuse.new (New)


Package is enblend-enfuse, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/enblend-enfuse/enblend-enfuse.changes
2011-09-23 01:56:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.enblend-enfuse.new/enblend-enfuse.changes   
2011-12-06 13:51:58.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 12:41:53 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.JsCFNg/_old  2011-12-06 13:51:59.0 +0100
+++ /var/tmp/diff_new_pack.JsCFNg/_new  2011-12-06 13:51:59.0 +0100
@@ -15,11 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   enblend-enfuse
 Url:http://enblend.sourceforge.net/
-License:GPLv2+ ; MIT
+License:GPL-2.0+ ; MIT
 Group:  Productivity/Graphics/Other
 Summary:Tool for Composing Images
 Version:4.0
@@ -27,8 +25,19 @@
 Source: 
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
 Patch0: enblend-enfuse-libpng14.patch
 Patch1: use-default-gcc-inlining.diff
-BuildRequires:  OpenEXR-devel boost-devel freeglut-devel gcc-c++ glew-devel 
liblcms-devel libpng-devel libtiff-devel plotutils-devel
-BuildRequires:  gnuplot tidy transfig
+BuildRequires:  OpenEXR-devel
+BuildRequires:  automake
+BuildRequires:  boost-devel
+BuildRequires:  freeglut-devel
+BuildRequires:  gcc-c++
+BuildRequires:  glew-devel
+BuildRequires:  gnuplot
+BuildRequires:  liblcms-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  plotutils-devel
+BuildRequires:  tidy
+BuildRequires:  transfig
 Provides:   enblend = %{version}
 Provides:   enfuse = %{version}
 # package name for  openSUSE 11.1:

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit enblend-enfuse for openSUSE:Factory

2011-09-22 Thread h_root

Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory
checked in at Thu Sep 22 10:43:33 CEST 2011.




--- enblend-enfuse/enblend-enfuse.changes   2011-09-19 11:00:20.0 
+0200
+++ /mounts/work_src_done/STABLE/enblend-enfuse/enblend-enfuse.changes  
2011-09-21 10:00:20.0 +0200
@@ -1,0 +2,5 @@
+Wed Sep 21 07:59:21 UTC 2011 - adr...@suse.de
+
+- drop %_smp_mflags again, it takes too much resources
+
+---

calling whatdependson for head-i586




Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.9bTORD/_old  2011-09-22 10:43:29.0 +0200
+++ /var/tmp/diff_new_pack.9bTORD/_new  2011-09-22 10:43:29.0 +0200
@@ -58,16 +58,12 @@
 ACLOCAL=aclocal -I m4 autoreconf -f -i
 
 # The gcc 4.5 performs too poor compiling this package with -O2, can take days.
-export CFLAGS=$RPM_OPT_FLAGS
-export CXXFLAGS=$RPM_OPT_FLAGS
-%if 0%{?suse_version}  1120
-%ifarch x86_64
 export CFLAGS=$RPM_OPT_FLAGS -Os
 export CXXFLAGS=$RPM_OPT_FLAGS -Os
-%endif
-%endif
 %configure
-make %{?_smp_mflags}
+# NO, do not use this here, it breaks the build due to lack of resources
+#make %{?_smp_mflags}
+make
 
 %install
 %makeinstall






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit enblend-enfuse for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory
checked in at Mon Sep 19 16:51:05 CEST 2011.




--- enblend-enfuse/enblend-enfuse.changes   2011-03-21 17:52:30.0 
+0100
+++ /mounts/work_src_done/STABLE/enblend-enfuse/enblend-enfuse.changes  
2011-09-19 11:00:20.0 +0200
@@ -1,0 +2,13 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+- Add missing make call
+- Use %_smp_mflags for parallel build
+
+---
+Fri Sep 16 12:58:08 UTC 2011 - adr...@suse.com
+
+- use original source
+
+---

calling whatdependson for head-i586


Old:

  enblend-enfuse-4.0.tar.bz2

New:

  enblend-enfuse-4.0.tar.gz



Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.bfOhYd/_old  2011-09-19 16:50:58.0 +0200
+++ /var/tmp/diff_new_pack.bfOhYd/_new  2011-09-19 16:50:58.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   enblend-enfuse
@@ -24,8 +23,8 @@
 Group:  Productivity/Graphics/Other
 Summary:Tool for Composing Images
 Version:4.0
-Release:9
-Source: %{name}-%{version}.tar.bz2
+Release:0
+Source: 
http://sourceforge.net/projects/enblend/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
 Patch0: enblend-enfuse-libpng14.patch
 Patch1: use-default-gcc-inlining.diff
 BuildRequires:  OpenEXR-devel boost-devel freeglut-devel gcc-c++ glew-devel 
liblcms-devel libpng-devel libtiff-devel plotutils-devel
@@ -67,15 +66,12 @@
 export CXXFLAGS=$RPM_OPT_FLAGS -Os
 %endif
 %endif
-
-./configure --prefix=/usr --libdir=%_libdir
+%configure
+make %{?_smp_mflags}
 
 %install
 %makeinstall
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/enblend.info.gz
 %install_info --info-dir=%{_infodir} %{_infodir}/enfuse.info.gz






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit enblend-enfuse for openSUSE:Factory

2011-03-22 Thread h_root

Hello community,

here is the log from the commit of package enblend-enfuse for openSUSE:Factory
checked in at Tue Mar 22 17:44:09 CET 2011.




--- enblend-enfuse/enblend-enfuse.changes   2010-05-20 09:59:33.0 
+0200
+++ /mounts/work_src_done/STABLE/enblend-enfuse/enblend-enfuse.changes  
2011-03-21 17:52:30.0 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 16:52:29 UTC 2011 - co...@novell.com
+
+- licenses package is about to die
+
+---

calling whatdependson for head-i586




Other differences:
--
++ enblend-enfuse.spec ++
--- /var/tmp/diff_new_pack.WnnkB9/_old  2011-03-22 17:43:49.0 +0100
+++ /var/tmp/diff_new_pack.WnnkB9/_new  2011-03-22 17:43:49.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package enblend-enfuse (Version 4.0)
+# spec file for package enblend-enfuse
 #
-# Copyright (c) 2010 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
@@ -24,13 +24,12 @@
 Group:  Productivity/Graphics/Other
 Summary:Tool for Composing Images
 Version:4.0
-Release:3
+Release:9
 Source: %{name}-%{version}.tar.bz2
 Patch0: enblend-enfuse-libpng14.patch
 Patch1: use-default-gcc-inlining.diff
-BuildRequires:  OpenEXR-devel boost-devel freeglut-devel gcc-c++ glew-devel 
liblcms-devel libpng-devel libtiff-devel licenses plotutils-devel
+BuildRequires:  OpenEXR-devel boost-devel freeglut-devel gcc-c++ glew-devel 
liblcms-devel libpng-devel libtiff-devel plotutils-devel
 BuildRequires:  gnuplot tidy transfig
-Requires:   licenses
 Provides:   enblend = %{version}
 Provides:   enfuse = %{version}
 # package name for  openSUSE 11.1:
@@ -73,7 +72,6 @@
 
 %install
 %makeinstall
-ln -sf /usr/share/doc/licenses/md5/$(md5sum COPYING | sed 's/ .*//') COPYING
 
 %clean
 rm -rf $RPM_BUILD_ROOT






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org