Hello community,

here is the log from the commit of package hugin for openSUSE:Factory checked 
in at 2016-03-26 15:27:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hugin (Old)
 and      /work/SRC/openSUSE:Factory/.hugin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hugin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hugin/hugin.changes      2016-02-11 
12:38:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.hugin.new/hugin.changes 2016-03-26 
15:27:54.000000000 +0100
@@ -1,0 +2,21 @@
+Sun Mar 20 14:13:31 UTC 2016 - salser...@gmail.com
+
+- Updated to version 2016.0.0
+  * Added user defined output. The user can define own output sequences to 
implement new use cases, e.g. zero noise output.
+  * Added --clip-exposure switch to nona to automatically mask over and under 
exposed areas in input images.
+  * Color management
+    ** GUI tools (Hugin, calibrate_lens_gui) take ICC profiles in files and 
monitor color profile into account to display images.
+    ** celeste and cpfind converts internal image to sRGB before working.
+  * Some buttons got a context menu for easier access to some function
+    ** Show all in fast preview window to allow better interaction with 
stacked projects
+    ** Celeste in cp tab: the button can now create cp or clean cp  
+  * Updated internal levmar library to version 2.6
+  * The identify tool in the fast preview window shows now also the image 
numbers on top of the images. (This can be suppressed by pressing the alt 
button).
+  * Fixes internal image format for GPU remapping. This should fix the 
"unsupported framebufferformat" error.
+  * Use own code for OpenGL intialization. Now freeglut is not needed anymore. 
(This should prevent the appearing of window when running "nona -g". 
Linux/Window only)
+  * Control point and mask editor retain viewpoint when changing zoom factor.
+  * PTBatcherGUI: Minimize to tray is now user configurable.
+  * Fixes a bug in photometric optimizer and merge projects with line control 
points.
+- Hugin is built in "build" subdirectory (in-source builds are not allowed 
now).
+
+-------------------------------------------------------------------

Old:
----
  hugin-2015.0.0.tar.bz2

New:
----
  hugin-2016.0.0.tar.bz2

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

Other differences:
------------------
++++++ hugin.spec ++++++
--- /var/tmp/diff_new_pack.tRU9nm/_old  2016-03-26 15:27:56.000000000 +0100
+++ /var/tmp/diff_new_pack.tRU9nm/_new  2016-03-26 15:27:56.000000000 +0100
@@ -35,6 +35,7 @@
 BuildRequires:  libexiv2-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  liblapack3
+BuildRequires:  liblcms2-devel
 BuildRequires:  libpano-devel >= 2.9.19
 BuildRequires:  libtiff-devel
 BuildRequires:  libxml2
@@ -46,7 +47,7 @@
 BuildRequires:  vigra-devel
 BuildRequires:  wxWidgets-devel
 BuildRequires:  zip
-%define mversion 2015.0
+%define mversion 2016.0
 Version:        %{mversion}.0
 Release:        0
 Summary:        Toolchain for Stitching of Images and Creating Panoramas
@@ -93,12 +94,6 @@
 # Rename Czech in Czech Republic to Czech.
 mv src/translations/cs_CZ.po src/translations/cs.po
 #sed -i "s/ca_ES/ca/;s/cs_CZ/cs/" src/hugin/po/LINGUAS
-# Convert Japanese documentation to UTF-8 and delete note about Shift-JIS:
-iconv -f shift-jis -t utf-8 <README_JP >README_JP.new
-sed 1,4d <README_JP.new >README_JP.new2
-touch -r README_JP README_JP.new2
-mv README_JP.new2 README_JP
-rm README_JP.new
 # For SVN snapshot:
 #mkdir bin
 #cp %%{SOURCE1} bin/svn
@@ -113,16 +108,19 @@
 export LDFLAGS="-Wl,-rpath -Wl,%{_libdir}/hugin"
 LIB_SUFFIX=%{_lib}
 LIB_SUFFIX=${LIB_SUFFIX#lib}
+mkdir build && cd build
 cmake \
        -DCMAKE_SKIP_RPATH=ON \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIB_SUFFIX=$LIB_SUFFIX \
        -DENABLE_LAPACK=ON BUILD_HSI=ON \
-       .
+       ..
 # parallel make kills our workers
 make VERBOSE=1 %{?_smp_mflags} -j1
 
 %install
+cd build
 %make_install
+cd ..
 %suse_update_desktop_file hugin 2DGraphics
 %suse_update_desktop_file PTBatcherGUI 2DGraphics
 %suse_update_desktop_file calibrate_lens_gui 2DGraphics
@@ -131,7 +129,7 @@
 # Use better place for MIME icons.
 mv -f %{buildroot}%{_datadir}/icons/gnome %{buildroot}%{_datadir}/icons/hicolor
 mkdir -p %{buildroot}%{_docdir}/%{name}
-cp -a AUTHORS authors.txt COPYING ChangeLog README README_JP TODO 
%{buildroot}%{_docdir}/%{name}/
+cp -a AUTHORS authors.txt COPYING Changes.txt README TODO 
%{buildroot}%{_docdir}/%{name}/
 chmod -x %{buildroot}%{_docdir}/%{name}/*
 %fdupes %{buildroot}
 

++++++ hugin-2015.0.0.tar.bz2 -> hugin-2016.0.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/hugin/hugin-2015.0.0.tar.bz2 
/work/SRC/openSUSE:Factory/.hugin.new/hugin-2016.0.0.tar.bz2 differ: char 11, 
line 1


Reply via email to