Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libXISF for openSUSE:Factory checked 
in at 2023-03-14 18:16:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libXISF (Old)
 and      /work/SRC/openSUSE:Factory/.libXISF.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libXISF"

Tue Mar 14 18:16:36 2023 rev:1 rq:1071408 version:0.2.0

Changes:
--------
New Changes file:

--- /dev/null   2023-02-22 12:27:01.349233259 +0100
+++ /work/SRC/openSUSE:Factory/.libXISF.new.31432/libXISF.changes       
2023-03-14 18:16:37.587725959 +0100
@@ -0,0 +1,43 @@
+-------------------------------------------------------------------
+Tue Mar 14 08:12:24 UTC 2023 - Paolo Stivanin <[email protected]>
+
+- Disable hwcaps.
+
+-------------------------------------------------------------------
+Mon Mar 13 15:09:12 UTC 2023 - Paolo Stivanin <[email protected]>
+
+- Update to 0.2.0 (no changelog).
+
+-------------------------------------------------------------------
+Wed Mar  8 10:09:19 UTC 2023 - Paolo Stivanin <[email protected]>
+
+- Build AVX2 enabled hwcaps library for x86_64-v3
+
+-------------------------------------------------------------------
+Mon Feb 20 12:47:35 UTC 2023 - Paolo Stivanin <[email protected]>
+
+- Update to 0.1.3:
+  * Fix that compression override would produce incorrect images
+  * Write pixelStorage attribute
+  * Write ICCProfile
+- Add fix-projver.patch
+
+-------------------------------------------------------------------
+Fri Feb 10 09:47:10 UTC 2023 - Paolo Stivanin <[email protected]>
+
+- Update to 0.1.2:
+  * Add readPixel param to getImage()
+  * Add option to disable shared lib
+
+-------------------------------------------------------------------
+Thu Feb  9 07:21:51 UTC 2023 - Paolo Stivanin <[email protected]>
+
+- Update to 0.1.1:
+  * properly set soversion in CMakeLists.txt
+- Drop set-sover.patch.
+
+-------------------------------------------------------------------
+Wed Feb  8 15:32:13 UTC 2023 - Paolo Stivanin <[email protected]>
+
+- Initial OBS release.
+- Add set-sover.patch.

New:
----
  libXISF-0.2.0.tar.gz
  libXISF.changes
  libXISF.spec

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

Other differences:
------------------
++++++ libXISF.spec ++++++
#
# spec file for package libXISF
#
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%define sover 0
Name:           libXISF
Version:        0.2.0
Release:        0
Summary:        Read and write XISF files produced by PixInsight
License:        GPL-3.0-or-later
URL:            https://gitea.nouspiro.space/nou/libXISF
Source:         
https://gitea.nouspiro.space/nou/libXISF/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires:  cmake
BuildRequires:  cmake(Qt5Core) >= 5.14.0
%if 0%{?suse_version} < 1590
BuildRequires:  gcc10-c++
%else
BuildRequires:  gcc-c++
%endif

%description
C++ library that can read and write XISF files produced by PixInsight.

%package -n %{name}%{sover}
Summary:        Read and write XISF files produced by PixInsight

%description -n %{name}%{sover}
C++ library that can read and write XISF files produced by PixInsight.

%package devel
Summary:        Development files for %{name}
Requires:       %{name}%{sover} = %{version}

%description devel
This package contains all the needed development files to use %{name}.

%prep
%autosetup -p1 -n libxisf

%build
%cmake \
%if 0%{?suse_version} < 1590
    -DCMAKE_CXX_COMPILER=%{_bindir}/g++-10 \
%else
    -DCMAKE_CXX_COMPILER=%{_bindir}/g++ \
%endif
    -DCMAKE_INSTALL_PREFIX=%{_prefix} \
    -DCMAKE_BUILD_TYPE=release \
    -DLIBDIR=%{_libdir}
%cmake_build

%install
%cmake_install

%post -n %{name}%{sover} -p /sbin/ldconfig
%postun -n %{name}%{sover} -p /sbin/ldconfig

%files
%license LICENSE
%doc README.md

%files -n %{name}%{sover}
%{_libdir}/libXISF.so.%{sover}
%{_libdir}/libXISF.so.%{version}

%files devel
%{_includedir}/libXISF_global.h
%{_includedir}/libxisf.h
%{_libdir}/libXISF.so

%changelog

Reply via email to