SHA256
1
0
forked from pool/SDL_net

- updated to 1.2.8

OBS-URL: https://build.opensuse.org/package/show/games/SDL_net?expand=0&rev=11
This commit is contained in:
Pavol Rusnak 2013-08-13 11:42:57 +00:00 committed by Git OBS Bridge
parent 65648b2817
commit 544435fca2
4 changed files with 31 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dded12bc8ee8928b8f3cc448f9844f4f40327a18e1413ac0b258d3fb05f68c5b
size 277831

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:af7dca8e1abe0d00de74a15fe235b401c5d05cf47a3276c3979a3f884997af3f
size 278713

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Aug 13 11:39:07 UTC 2013 - prusnak@opensuse.org
- updated to 1.2.8
* Added the definition for INADDR_LOOPBACK
* Added an Xcode project for iOS
* SDL_net is now under the zlib license
* Added SDLNet_UDP_SetPacketLoss() to simulate random packet loss
* Added SDLNet_GetLocalAddresses() to query local interfaces
* Removed obsolete OpenTransport code
* Added Android.mk to build on the Android platform
* Fixed to compile cleanly with g++
* Fixed the code to use socklen_t where appropriate
* Added pkg-config support
* Fixed C++ compilation with -Wold-style-cast
* Enable multicast receiving on 224.0.0.1 on Windows (already worked on UNIX)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 17 10:23:20 UTC 2011 - jengelh@medozas.de Sat Sep 17 10:23:20 UTC 2011 - jengelh@medozas.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package SDL_net # spec file for package SDL_net
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,16 +16,16 @@
# #
Name: SDL_net Name: SDL_net
BuildRequires: libSDL-devel BuildRequires: libSDL-devel
Url: http://www.libsdl.org/projects/SDL_net/ Url: http://www.libsdl.org/projects/SDL_net/
License: LGPLv2.1+ Version: 1.2.8
Group: System/Libraries Release: 0
Version: 1.2.7
Release: 154
Summary: Simple DirectMedia Layer - Networking Library Summary: Simple DirectMedia Layer - Networking Library
Source: %{name}-%{version}.tar.bz2 License: LGPL-2.1+
Group: System/Libraries
# removed VisualC, Xcode, Xcode-iOS and Watcom-OS2.zip from the upstream tarball [bnc#508084]
Source: %{name}-%{version}-repack.tar.bz2
Source2: baselibs.conf Source2: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -33,9 +33,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
This is a small cross-platform networking library for use with SDL. This is a small cross-platform networking library for use with SDL.
%package -n libSDL_net-1_2-0 %package -n libSDL_net-1_2-0
Group: System/Libraries
Summary: Simple DirectMedia Layer - Networking Library Summary: Simple DirectMedia Layer - Networking Library
License: LGPLv2.1+ Group: System/Libraries
Provides: SDL_net = %{version} Provides: SDL_net = %{version}
Obsoletes: SDL_net <= %{version} Obsoletes: SDL_net <= %{version}
@ -43,10 +42,10 @@ Obsoletes: SDL_net <= %{version}
This is a small cross-platform networking library for use with SDL. This is a small cross-platform networking library for use with SDL.
%package -n libSDL_net-devel %package -n libSDL_net-devel
License: LGPLv2.1+
Summary: Simple DirectMedia Layer - Networking Library Summary: Simple DirectMedia Layer - Networking Library
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: libSDL_net-1_2-0 = %{version} libSDL-devel Requires: libSDL-devel
Requires: libSDL_net-1_2-0 = %{version}
Provides: SDL_net-devel = %{version} Provides: SDL_net-devel = %{version}
Obsoletes: SDL_net-devel <= %{version} Obsoletes: SDL_net-devel <= %{version}
@ -77,5 +76,6 @@ make DESTDIR=$RPM_BUILD_ROOT install
%defattr(-,root,root) %defattr(-,root,root)
%{_includedir}/SDL/* %{_includedir}/SDL/*
%{_libdir}/lib*.so %{_libdir}/lib*.so
%{_libdir}/pkgconfig/SDL_net.pc
%changelog %changelog