diff --git a/SDL_net-1.2.7.tar.bz2 b/SDL_net-1.2.7.tar.bz2 deleted file mode 100644 index 4c8b92b..0000000 --- a/SDL_net-1.2.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dded12bc8ee8928b8f3cc448f9844f4f40327a18e1413ac0b258d3fb05f68c5b -size 277831 diff --git a/SDL_net-1.2.8-repack.tar.bz2 b/SDL_net-1.2.8-repack.tar.bz2 new file mode 100644 index 0000000..440c68a --- /dev/null +++ b/SDL_net-1.2.8-repack.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7dca8e1abe0d00de74a15fe235b401c5d05cf47a3276c3979a3f884997af3f +size 278713 diff --git a/SDL_net.changes b/SDL_net.changes index da8d982..85e7dfe 100644 --- a/SDL_net.changes +++ b/SDL_net.changes @@ -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 diff --git a/SDL_net.spec b/SDL_net.spec index 60eed41..8bf5c69 100644 --- a/SDL_net.spec +++ b/SDL_net.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -16,16 +16,16 @@ # - Name: SDL_net BuildRequires: libSDL-devel Url: http://www.libsdl.org/projects/SDL_net/ -License: LGPLv2.1+ -Group: System/Libraries -Version: 1.2.7 -Release: 154 +Version: 1.2.8 +Release: 0 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 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. %package -n libSDL_net-1_2-0 -Group: System/Libraries Summary: Simple DirectMedia Layer - Networking Library -License: LGPLv2.1+ +Group: System/Libraries Provides: 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. %package -n libSDL_net-devel -License: LGPLv2.1+ Summary: Simple DirectMedia Layer - Networking Library 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} Obsoletes: SDL_net-devel <= %{version} @@ -77,5 +76,6 @@ make DESTDIR=$RPM_BUILD_ROOT install %defattr(-,root,root) %{_includedir}/SDL/* %{_libdir}/lib*.so +%{_libdir}/pkgconfig/SDL_net.pc %changelog