From: Arkadiusz Miśkiewicz Date: Sat, 19 Jan 2013 08:23:32 +0000 (+0100) Subject: - up to 1.1.3 X-Git-Tag: auto/th/crda-1.1.3-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fcrda.git;a=commitdiff_plain;h=ad987a79b4752f3b5d283c29a0e654f70d20f579 - up to 1.1.3 --- diff --git a/crda.spec b/crda.spec index 67c00e0..ba21b44 100644 --- a/crda.spec +++ b/crda.spec @@ -5,14 +5,13 @@ Summary: udev helper: Central Regulatory Domain Agent Summary(pl.UTF-8): Program pomocniczy udev: Central Regulatory Domain Agent Name: crda -Version: 1.1.2 -Release: 4 +Version: 1.1.3 +Release: 1 License: ISC Group: Networking/Daemons Source0: http://linuxwireless.org/download/crda/%{name}-%{version}.tar.bz2 -# Source0-md5: 5226f65aebacf94baaf820f8b4e06df4 -Patch0: nl3.patch -Patch1: %{name}-regdb.patch +# Source0-md5: 29579185e06a75675507527243d28e5c +Patch0: %{name}-regdb.patch URL: http://wireless.kernel.org/en/developers/Regulatory BuildRequires: libgcrypt-devel BuildRequires: libnl-devel >= 1:3.2 @@ -41,7 +40,6 @@ nie powinien wywoływać go ręcznie, chyba że w celach diagnostyki udev. %prep %setup -q %patch0 -p1 -%patch1 -p1 %build CFLAGS="%{rpmcflags} %{rpmcppflags}" \ diff --git a/nl3.patch b/nl3.patch deleted file mode 100644 index f405969..0000000 --- a/nl3.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- crda-1.1.2/Makefile.wiget 2011-10-01 21:22:01.852300958 +0200 -+++ crda-1.1.2/Makefile 2011-10-01 21:23:02.153603618 +0200 -@@ -51,8 +51,7 @@ NL3FOUND := $(shell pkg-config --atleast - - ifeq ($(NL3FOUND),Y) - CFLAGS += -DCONFIG_LIBNL30 --NLLIBS += -lnl-genl --NLLIBNAME = libnl-3.0 -+NLLIBNAME = libnl-3.0 libnl-genl-3.0 - else - ifeq ($(NL2FOUND),Y) - CFLAGS += -DCONFIG_LIBNL20