From 11ac01ba4972ad038cdc872e86b5789af657e8ffdb50ba7ab247d5e8d1c4427b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 10 Mar 2016 13:03:38 +0000 Subject: [PATCH 1/3] Accepting request 369624 from home:migcr:branches:games Enables the use of libudev in SDL2 OBS-URL: https://build.opensuse.org/request/show/369624 OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=42 --- SDL2.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/SDL2.spec b/SDL2.spec index 39e54e1..c9d52e5 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -61,6 +61,7 @@ BuildRequires: pkgconfig(xxf86vm) %endif BuildRequires: pkgconfig(libpulse-simple) >= 0.9 BuildRequires: pkgconfig(udev) +BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xi) %ifarch ppc ppc64 From 7f1880dad76cbbcf135fc4949cc401184753d08c1c877dabd6732777f787a243 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 10 Mar 2016 13:40:11 +0000 Subject: [PATCH 2/3] - Enable udev support OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=43 --- SDL2.changes | 5 +++++ SDL2.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/SDL2.changes b/SDL2.changes index 7e69ea5..2695fd4 100644 --- a/SDL2.changes +++ b/SDL2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 10 13:39:57 UTC 2016 - jengelh@inai.de + +- Enable udev support + ------------------------------------------------------------------- Sun Jan 10 15:27:58 UTC 2016 - mailaender@opensuse.org diff --git a/SDL2.spec b/SDL2.spec index c9d52e5..1e30903 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -60,8 +60,8 @@ BuildRequires: pkgconfig(xscrnsaver) BuildRequires: pkgconfig(xxf86vm) %endif BuildRequires: pkgconfig(libpulse-simple) >= 0.9 -BuildRequires: pkgconfig(udev) BuildRequires: pkgconfig(libudev) +BuildRequires: pkgconfig(udev) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xi) %ifarch ppc ppc64 From 84654b5fd6b0c1fd419969ef348cfd4763fa699ec98520c0031b15aa1c7b6d5b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 17 Mar 2016 17:01:40 +0000 Subject: [PATCH 3/3] Accepting request 374286 from home:pluskalm:branches:games - Make building more verbose OBS-URL: https://build.opensuse.org/request/show/374286 OBS-URL: https://build.opensuse.org/package/show/games/SDL2?expand=0&rev=44 --- SDL2.changes | 5 +++++ SDL2.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/SDL2.changes b/SDL2.changes index 2695fd4..e547db9 100644 --- a/SDL2.changes +++ b/SDL2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 17 15:53:13 UTC 2016 - mpluskal@suse.com + +- Make building more verbose + ------------------------------------------------------------------- Thu Mar 10 13:39:57 UTC 2016 - jengelh@inai.de diff --git a/SDL2.spec b/SDL2.spec index 1e30903..3e57025 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -118,7 +118,7 @@ dos2unix COPYING.txt --disable-rpath \ --disable-alsa-shared \ --disable-video-directfb -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install make install DESTDIR="%buildroot"