6 Commits

Author SHA256 Message Date
0cb1ca83e5 Accepting request 1240767 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1240767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-iwlib?expand=0&rev=10
2025-01-28 15:40:59 +00:00
1661a0c19d osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-iwlib revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-iwlib?expand=0&rev=32
2025-01-28 10:26:37 +00:00
200f75564d Accepting request 1231509 from devel:languages:haskell
version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231509
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-iwlib?expand=0&rev=9
2024-12-20 22:11:26 +00:00
1325493173 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-iwlib revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-iwlib?expand=0&rev=30
2024-12-17 22:01:00 +00:00
ecff96d0bb osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-iwlib revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-iwlib?expand=0&rev=29
2024-12-16 13:48:17 +00:00
75c198cb67 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-iwlib revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-iwlib?expand=0&rev=28
2024-12-10 11:25:54 +00:00
3 changed files with 28 additions and 4 deletions

View File

@@ -0,0 +1,12 @@
Only in iwlib-0.1.2-patched: dist
diff -ubr iwlib-0.1.2/iwlib.cabal iwlib-0.1.2-patched/iwlib.cabal
--- iwlib-0.1.2/iwlib.cabal 2001-09-09 01:46:40.000000000 +0000
+++ iwlib-0.1.2-patched/iwlib.cabal 2024-11-21 11:50:52.468886653 +0000
@@ -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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jan 28 10:19:51 UTC 2025 - Peter Simons <psimons@suse.com>
- Update copyright header. No functional change.
-------------------------------------------------------------------
Mon Dec 16 13:25:17 UTC 2024 - Peter Simons <psimons@suse.com>
- Apply "add-missing-dependency-on-libm.patch" to fix the build
with ghc-9.10.1.
-------------------------------------------------------------------
Thu Mar 30 17:07:18 UTC 2023 - Peter Simons <psimons@suse.com>
@@ -11,9 +22,9 @@ Mon Jul 11 23:45:16 UTC 2022 - Peter Simons <psimons@suse.com>
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
-------------------------------------------------------------------
Tue Aug 18 10:45:14 UTC 2020 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ghc-iwlib
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@ Summary: Bindings for the iw C library
License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Patch01: add-missing-dependency-on-libm.patch
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
@@ -63,7 +64,7 @@ Supplements: (ghc-%{pkg_name}-devel and ghc-prof)
This package provides the Haskell %{pkg_name} profiling library.
%prep
%autosetup -n %{pkg_name}-%{version}
%autosetup -n %{pkg_name}-%{version} -p1
%build
%ghc_lib_build