SHA256
1
0
forked from pool/libepoxy

Accepting request 317672 from home:sumski:hazard:to:your:stereo

- 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

OBS-URL: https://build.opensuse.org/request/show/317672
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libepoxy?expand=0&rev=5
This commit is contained in:
2015-07-21 07:25:05 +00:00
committed by Git OBS Bridge
parent d31c3708f2
commit 789c63398a
5 changed files with 22 additions and 35 deletions

View File

@@ -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