Hello community,

here is the log from the commit of package fips for openSUSE:Factory checked in 
at 2020-05-05 19:06:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fips (Old)
 and      /work/SRC/openSUSE:Factory/.fips.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fips"

Tue May  5 19:06:56 2020 rev:3 rq:800376 version:3.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fips/fips.changes        2019-03-11 
11:15:43.637332559 +0100
+++ /work/SRC/openSUSE:Factory/.fips.new.2738/fips.changes      2020-05-05 
19:07:14.134916394 +0200
@@ -1,0 +2,75 @@
+Sat May 02 11:34:58 UTC 2020 - matwey.korni...@gmail.com
+
+- Update to version 3.4.0:
+  * Version 3.4.0
+  * Drop uninstaller link (#115)
+  * Add dist/freedesktop/space.fips.Fips.metainfo.xml
+  * Block installation on Windows earlier than 7 SP1 (#115)
+  * Migrate installer to WiX (#115)
+  * VS2019 compatibility
+  * Add Fedora to README.md
+  * Reimplement fit to window
+  * Implement image panning via left-button dragging
+  * Pass QEvent::MouseMove to OpenGLWidget
+  * Move MouseMoveEventFilter out of global namespace
+  * Drop Viewrect::setWidget()
+  * Drop view rect from Viewrect
+  * Drop view rect from OpenGLWidget
+  * Drop view rect from OpenGLTransform
+  * Introduce OpenGLTransform::setWidgetSize()
+  * Reimplement ScrollArea using virtual position and size
+  * Handle zoom in QOpenGLWidget
+  * Handle image aspect ratio in OpenGLTransform
+  * Add up-to-date compilers to .travis.yml
+  * Do not show open file dialog when drop broken file on Dock
+  * Check that at least one instance is started correctly
+  * Add initial implementation for the playback single-shot mode
+  * Initial playback interval control
+  * Initial implementation for *OpenGL30ArrayPlan (OpenGL 3.0+)
+  * Initial implementation for *OpenGLArrayPlan (OpenGL 2.1)
+  * Add playback test data
+  * Initial implementation for 3D FITS file reading
+  * Add Playback to MainWindow
+  * Initial implementation for PlaybackWidget
+  * Initial implementation for Playback
+  * Add layer getter and setter for OpenGLWidget
+  * Add layer number for HDUValueGetter
+  * Introduce AbstractOpenGLPlan::hdu()
+  * Introduce AbstractOpenGLPlan::imageTexture() const
+  * Initial implementation for *OpenGL33ArrayPlan
+  * Add implementation for OpenGLShaderProgram::setLayerUniform()
+  * Add initial implementation for *OpenGL*TextureArray
+  * Allow setting texture target in AbstractOpenGLTexture constructor
+  * Introduce AbstractOpenGLTexture::setData()
+  * Introduce AbstractOpenGLTexture::setSize()
+  * Introduce FITS::ImageDataUnit::depth()
+  * Do not fail Travis build when transfer.sh is down
+  * Use xenial in .travis.yml
+  * Add docks actions to View menu
+  * than -> then
+  * Spelling
+  * Drag and drop files
+  * Remove {{ from README for Github Pages
+  * Add bibtex for Astronomy and Computing paper
+  * Revert "Set macOS build target to 10.12"
+  * Introduce HeaderUnit::count()
+  * Add Qt 5.12
+  * Upload every macOS build to transfer.sh
+  * macOS 10.13 is required by Qt 5.12
+  * Set macOS build target to 10.12
+  * Implented FITS headers viewer
+  * Use header_as() in AbstractDataUnit::createFromPages()
+  * Make header_as<T>(key, default) behaviour consistent
+  * Disable Travis services for osx
+  * Cache brew dirs in Travis
+  * Switch to minimal Travis image
+  * Added quotation marks in CMakeLists
+  * fips accepted to openSUSE Leap 15.1
+  * Add ASCL badge
+  * README.md: Fips accepted to openSUSE
+  * Fix OpenGLWidget::pixelFromWidgetCoordinate() on big-endian systems
+  * Fix setSwapBytesEnabled argument value for *OpenGLTexture
+  * Add misc links to README.md
+  * Add FlatPak to README.md
+
+-------------------------------------------------------------------

Old:
----
  fips-3.3.1.tar.xz

New:
----
  fips-3.4.0.tar.xz

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

Other differences:
------------------
++++++ fips.spec ++++++
--- /var/tmp/diff_new_pack.0onkg0/_old  2020-05-05 19:07:15.706919651 +0200
+++ /var/tmp/diff_new_pack.0onkg0/_new  2020-05-05 19:07:15.706919651 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fips
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           fips
-Version:        3.3.1
+Version:        3.4.0
 Release:        0
 Summary:        OpenGL-based FITS image viewer
 License:        LGPL-3.0-only
 Group:          Productivity/Scientific/Astronomy
-Url:            https://github.com/matwey/fips3
+URL:            https://github.com/matwey/fips3
 Source:         %{name}-%{version}.tar.xz
 BuildRequires:  cmake >= 3.0
 BuildRequires:  gcc-c++
@@ -61,6 +61,7 @@
 %license LICENSE.txt
 %{_bindir}/%{name}
 %{_datadir}/applications/space.fips.Fips.desktop
+%{_datadir}/metainfo/space.fips.Fips.metainfo.xml
 %dir %{_datadir}/icons/hicolor
 %dir %{_datadir}/icons/hicolor/128x128
 %dir %{_datadir}/icons/hicolor/128x128/apps

++++++ _service ++++++
--- /var/tmp/diff_new_pack.0onkg0/_old  2020-05-05 19:07:15.754919750 +0200
+++ /var/tmp/diff_new_pack.0onkg0/_new  2020-05-05 19:07:15.754919750 +0200
@@ -2,7 +2,7 @@
        <service name="tar_scm" mode="disabled">
                <param name="url">git://github.com/matwey/fips3.git</param>
                <param name="scm">git</param>
-               <param name="revision">3.3.1</param>
+               <param name="revision">3.4.0</param>
                <param name="versionformat">@PARENT_TAG@</param>
                <param name="filename">fips</param>
                <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.0onkg0/_old  2020-05-05 19:07:15.778919800 +0200
+++ /var/tmp/diff_new_pack.0onkg0/_new  2020-05-05 19:07:15.782919809 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://github.com/matwey/fips3.git</param>
-          <param 
name="changesrevision">a8f4d2c9abf72e059d8bd9ddffd14e7b36f99dc8</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">f68ca188b55d0f339f4849f10c38c2d65f3d11c1</param></service></servicedata>
\ No newline at end of file

++++++ fips-3.3.1.tar.xz -> fips-3.4.0.tar.xz ++++++
++++ 4748 lines of diff (skipped)


Reply via email to