drop the libm patch since wireless-tools fixed

This commit is contained in:
Jens Petersen 2020-02-24 20:43:32 +08:00
parent 78314f2643
commit 1c328f3454
2 changed files with 4 additions and 24 deletions

View File

@ -1,21 +0,0 @@
--- xmobar-0.29.4/iwlib-0.1.0/iwlib.cabal~ 2018-01-31 07:00:13.000000000 +0800
+++ xmobar-0.29.4/iwlib-0.1.0/iwlib.cabal 2019-03-04 11:24:19.033283194 +0800
@@ -24,5 +24,5 @@
includes: iwlib.h
default-language: Haskell2010
exposed-modules: Network.IWlib
- extra-libraries: iw
+ extra-libraries: iw m
ghc-options: -Wall
\ No newline at end of file
--- xmobar-0.29.4/xmobar.cabal~ 2019-03-04 11:32:13.826170026 +0800
+++ xmobar-0.29.4/xmobar.cabal 2019-03-04 11:48:38.178168287 +0800
@@ -157,7 +157,7 @@
Xmobar.Plugins.Monitors.Bright,
Xmobar.Plugins.Monitors.CatInt
- extra-libraries: Xrandr Xrender
+ extra-libraries: Xrandr Xrender m
ghc-options: -funbox-strict-fields -Wall -fno-warn-unused-do-bind

View File

@ -13,7 +13,7 @@
Name: %{pkg_name}
Version: 0.32
# can only be reset when all subpkgs bumped
Release: 9%{?dist}
Release: 10%{?dist}
Summary: A minimalistic text-based status bar
License: BSD
@ -25,7 +25,6 @@ Source1: https://hackage.haskell.org/package/%{iwlib}/%{iwlib}.tar.gz
Source10: xmobar.desktop
Patch0: xmobar-0.23.1-flags.patch
Patch1: iwlib-0.1.0-libm.patch
# Begin cabal-rpm deps:
BuildRequires: ghc-Cabal-devel
@ -133,7 +132,6 @@ This package provides the Haskell %{name} profiling library.
%setup -q -a1
# End cabal-rpm setup
%patch0 -p1 -b .orig
%patch1 -p1 -b .orig
%build
@ -205,6 +203,9 @@ install --mode=0755 -p examples/xmonadpropwrite %{buildroot}%{_bindir}/xmonadpro
%changelog
* Mon Feb 24 2020 Jens Petersen <petersen@redhat.com> - 0.32-10
- drop the libm patch
* Sun Feb 23 2020 Jens Petersen <petersen@redhat.com> - 0.32-9
- update to 0.32