Hello community,

here is the log from the commit of package xbrz for openSUSE:Factory checked in 
at 2020-11-02 09:43:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xbrz (Old)
 and      /work/SRC/openSUSE:Factory/.xbrz.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xbrz"

Mon Nov  2 09:43:18 2020 rev:3 rq:845179 version:1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/xbrz/xbrz.changes        2019-09-02 
13:26:14.341302386 +0200
+++ /work/SRC/openSUSE:Factory/.xbrz.new.3463/xbrz.changes      2020-11-02 
09:43:51.413809331 +0100
@@ -1,0 +2,7 @@
+Sat Oct 31 12:22:00 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 1.8
+  * Consider ARGB outside area as transparent
+  * Fixed ARGB scaling issue on image borders
+
+-------------------------------------------------------------------

Old:
----
  xBRZ_1.7.zip

New:
----
  xBRZ_1.8.zip

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

Other differences:
------------------
++++++ xbrz.spec ++++++
--- /var/tmp/diff_new_pack.RR59ai/_old  2020-11-02 09:43:51.941809838 +0100
+++ /var/tmp/diff_new_pack.RR59ai/_new  2020-11-02 09:43:51.945809842 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xbrz
 #
-# 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
@@ -17,8 +17,8 @@
 
 
 Name:           xbrz
-%define lname   libxbrz-1_7
-Version:        1.7
+%define lname   libxbrz-1_8
+Version:        1.8
 Release:        0
 Summary:        Pattern recognition rule-based bitmap upscaler
 License:        GPL-3.0-only
@@ -62,7 +62,7 @@
 
 %build
 c++ -DNDEBUG -D"__declspec(x)=" -fPIC -shared -Wl,-soname,libxbrz-%version.so \
-       -o libxbrz-%version.so xbrz.cpp
+       -o libxbrz-%version.so -std=c++17 xbrz.cpp
 
 %install
 b="%buildroot"
@@ -75,12 +75,10 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files -n %lname
-%defattr(-,root,root)
 %_libdir/libxbrz-%version.so
 %license License.txt
 
 %files devel
-%defattr(-,root,root)
 %_includedir/xbrz*.h
 %_libdir/libxbrz.so
 


Reply via email to