Hello community,

here is the log from the commit of package crda for openSUSE:Factory checked in 
at 2015-07-18 14:38:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crda (Old)
 and      /work/SRC/openSUSE:Factory/.crda.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crda"

Changes:
--------
--- /work/SRC/openSUSE:Factory/crda/crda.changes        2013-11-30 
14:20:11.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.crda.new/crda.changes   2015-07-18 
14:38:36.000000000 +0200
@@ -1,0 +2,16 @@
+Sun Jun 28 10:57:08 UTC 2015 - seife+...@b1-systems.com
+
+- update to version 3.18:
+  * user visible: add pubkey of new wireless-regdb maintainer to
+    make crda work at all with newer wireless-regdb
+  * synchronize code with latest kernel changes
+  * crda: add AUTO-BW rule flag support
+  * crda: parse/print CAC time
+  * code restructuring and bug fixes
+  *** License is now copyleft-next-0.3.0 ***
+- packaging:
+  * add V=1 to make calls for rpmlint happiness
+  * use %%optflags for compilation
+  * shared library libreg.so is now used by the tools
+
+-------------------------------------------------------------------

Old:
----
  crda-1.1.3.tar.bz2

New:
----
  crda-3.18.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ crda.spec ++++++
--- /var/tmp/diff_new_pack.KsJ7T4/_old  2015-07-18 14:38:38.000000000 +0200
+++ /var/tmp/diff_new_pack.KsJ7T4/_new  2015-07-18 14:38:38.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package crda
 #
-# Copyright (c) 2013 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
@@ -22,11 +22,11 @@
 
 Name:           crda
 Summary:        802.11 central regulatory domain agent
-License:        ISC
+License:        SUSE-Copyleft-Next-0.3.0
 Group:          Hardware/Wifi
-Version:        1.1.3
+Version:        3.18
 Release:        0
-Source:         
http://linuxwireless.org/download/%{name}/%{name}-%{version}.tar.bz2
+Source:         
http://kernel.org/pub/software/network/crda/crda-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libgcrypt-devel
 BuildRequires:  pkg-config
@@ -44,21 +44,30 @@
 
 %prep
 %setup -q
+# make install calls 'ldconfig' and fails if it cannot run it...
+ln -s /bin/true ldconfig
 
 %build
-make all_noverify %{?_smp_mflags}
+export CFLAGS="%{optflags}"
+make all_noverify %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT SBINDIR=%{_sbindir}/ 
UDEV_RULE_DIR=%{_udevrulesdir} install
+# to find ldconfig...
+export PATH=.:$PATH
+make DESTDIR=$RPM_BUILD_ROOT SBINDIR=%{_sbindir}/ 
UDEV_RULE_DIR=%{_udevrulesdir} LIBDIR=%{_libdir} install
 #UsrMerge
 mkdir $RPM_BUILD_ROOT/sbin
 ln -sf %{_sbindir}/{crda,regdbdump} $RPM_BUILD_ROOT/sbin
 #EndUserMerge
 
+# clean up unneeded stuff...
+rm -r %{buildroot}/usr/include/reglib
+
 %files
 %defattr(-,root,root)
 %_sbindir/crda
 %_sbindir/regdbdump
+%_libdir/libreg.so
 #UsrMerge
 /sbin/crda
 /sbin/regdbdump


Reply via email to