diff --git a/release-2.7.4.tar.gz b/release-2.7.4.tar.gz deleted file mode 100644 index d888685..0000000 --- a/release-2.7.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5182544ba42001613ffa8fd54dac2e8738639339f4bf070a53a4ebf17fdb2a97 -size 246376 diff --git a/release-2.7.5.tar.gz b/release-2.7.5.tar.gz new file mode 100644 index 0000000..09299c9 --- /dev/null +++ b/release-2.7.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbefe23cd677f4d902dcad40c4ef078a347454630168106e6eed4cf91a217ff +size 246416 diff --git a/zimg.changes b/zimg.changes index 18af7d9..8efbf9f 100644 --- a/zimg.changes +++ b/zimg.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 13 20:36:32 UTC 2018 - 9+suse@cirno.systems + +- Update to 2.7.5: + * depth: fix SSE2 byte->float when width+4 is mod16 + * resize: allow downsampling to very low resolutions + ------------------------------------------------------------------- Mon Apr 23 11:40:40 UTC 2018 - dimstar@opensuse.org diff --git a/zimg.spec b/zimg.spec index 347eae4..99db66e 100644 --- a/zimg.spec +++ b/zimg.spec @@ -18,14 +18,14 @@ %define sover 2 Name: zimg -Version: 2.7.4 +Version: 2.7.5 Release: 0 Summary: Scaling, colorspace conversion, and dithering library License: WTFPL Group: Development/Libraries/C and C++ URL: https://github.com/sekrit-twc/zimg Source0: https://github.com/sekrit-twc/zimg/archive/release-%{version}.tar.gz -source99: baselibs.conf +Source99: baselibs.conf BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++