diff --git a/libepoxy.changes b/libepoxy.changes index 81728b8..fc7e48a 100644 --- a/libepoxy.changes +++ b/libepoxy.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Jul 20 18:20:19 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 1.3.1 + * brown-paper-bag fix to unexport another private symbol that we'd + leaked, noticed when I went diffing the exported symbols between + v1.2 and v1.3 for the debian build. +- Changes since 1.3.0: + * MSVC 2013 support. + * OSX drops GLX support. + * Updates to the registry + * Fixes for a nonconformant GL implementation + * Library size reductions + * Reproducible builds +- Drop u_sort-the-providers-by-their-enum-not-by-their-functi.patch, + merged upstream + ------------------------------------------------------------------- Thu Mar 26 11:42:39 UTC 2015 - zaitor@opensuse.org diff --git a/libepoxy.spec b/libepoxy.spec index f68f297..e11098a 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -1,7 +1,7 @@ # # spec file for package libepoxy # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: libepoxy %define sonum 0 -Version: 1.2 +Version: 1.3.1 Release: 0 Summary: OpenGL function pointer management library License: MIT @@ -26,7 +26,6 @@ Group: Development/Libraries/C and C++ Url: https://github.com/anholt/libepoxy Source: https://github.com/anholt/%{name}/archive/v%{version}.tar.gz Source1: baselibs.conf -Patch0: u_sort-the-providers-by-their-enum-not-by-their-functi.patch BuildRequires: autoconf >= 2.60 BuildRequires: automake BuildRequires: libtool @@ -75,7 +74,6 @@ Development files. %prep %setup -q -n %{name}-%{version} -%patch0 -p1 %build if [ ! -e configure ]; then diff --git a/u_sort-the-providers-by-their-enum-not-by-their-functi.patch b/u_sort-the-providers-by-their-enum-not-by-their-functi.patch deleted file mode 100644 index a066baf..0000000 --- a/u_sort-the-providers-by-their-enum-not-by-their-functi.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 05c11521105a00d3644fbc7e92dd97e3ab6531fe Mon Sep 17 00:00:00 2001 -From: Stefan Dirsch -Date: Thu, 12 Feb 2015 10:47:28 +0100 -Subject: [PATCH] sort the providers by their enum not by their function name - -Patch by Stephan Kulow ---- - src/gen_dispatch.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/gen_dispatch.py b/src/gen_dispatch.py -index ab526ef..f8b7492 100755 ---- a/src/gen_dispatch.py -+++ b/src/gen_dispatch.py -@@ -566,8 +566,8 @@ class Generator(object): - providers.append(provider) - - def provider_sort(provider): -- return (provider.name != func.name, provider.name) -- providers.sort(key=provider_sort); -+ return (provider.name != func.name, provider.enum) -+ providers.sort(key=provider_sort) - - if len(providers) != 1: - self.outln(' static const enum {0}_provider providers[] = {{'.format(self.target)) --- -1.8.4.5 - diff --git a/v1.2.tar.gz b/v1.2.tar.gz deleted file mode 100644 index 6d3adf8..0000000 --- a/v1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42c328440f60a5795835c5ec4bdfc1329e75bba16b6e22b3a87ed17e9679e8f6 -size 267110 diff --git a/v1.3.1.tar.gz b/v1.3.1.tar.gz new file mode 100644 index 0000000..cbe2835 --- /dev/null +++ b/v1.3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6700ddedffb827b42c72cce1e0be6fba67b678b19bf256e1b5efd3ea38cc2bb4 +size 284227