Compare commits

..

No commits in common. "rawhide" and "f31" have entirely different histories.
rawhide ... f31

5 changed files with 48 additions and 157 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
/network-info-0.2.0.8.tar.gz
/network-info-0.2.0.9.tar.gz
/network-info-0.2.0.10.tar.gz
/network-info-0.2.1.tar.gz

View File

@ -1,79 +0,0 @@
* Thu Feb 16 2023 Jens Petersen <petersen@redhat.com> - 0.2.1-3
- refresh to cabal-rpm-2.1.0 with SPDX migration
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jun 07 2022 Jens Petersen <petersen@redhat.com> - 0.2.1-1
- https://hackage.haskell.org/package/network-info-0.2.1/changelog
* Thu Mar 10 2022 Jens Petersen <petersen@redhat.com> - 0.2.0.10-15
- rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.10-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Aug 06 2021 Jens Petersen <petersen@redhat.com> - 0.2.0.10-13
- rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.10-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.10-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.10-10
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.10-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jul 17 2020 Jens Petersen <petersen@redhat.com> - 0.2.0.10-8
- refresh to cabal-rpm-2.0.6
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.10-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Aug 02 2019 Jens Petersen <petersen@redhat.com> - 0.2.0.10-6
- add doc and prof subpackages (cabal-rpm-1.0.0)
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.10-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.2.0.10-4
- refresh to cabal-rpm-0.13
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Jul 09 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.0.10-1
- update to 0.2.0.10
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 0.2.0.9-1
- update to 0.2.0.9
* Tue Aug 29 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.2.0.8-6
- Update to latest spec template.
- Fix date in changelog.
* Mon Aug 28 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.2.0.8-5
- Remove extra description about other OSs.
* Mon Jul 17 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.2.0.8-4
- Re-add dist tag to release numbers.
* Mon Jul 17 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.2.0.8-3
- Bump for Fedora 26.
* Thu Dec 15 2016 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.0.8-2
- Update release to be newer than previous builds
* Thu Dec 15 2016 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.2.0.8-1
- spec file generated by cabal-rpm-0.10.0

View File

@ -1,28 +1,24 @@
# generated by cabal-rpm-2.1.0
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
# generated by cabal-rpm-1.0.1
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name network-info
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
Version: 0.2.1
Release: %autorelease
Version: 0.2.0.10
Release: 6%{?dist}
Summary: Access the local computer's basic network configuration
License: BSD-3-Clause
License: BSD
Url: https://hackage.haskell.org/package/%{pkg_name}
# Begin cabal-rpm sources:
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#/%{pkgver}.cabal
# End cabal-rpm sources
# Begin cabal-rpm deps:
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-base-devel
%if %{with ghc_prof}
BuildRequires: ghc-base-prof
%endif
# End cabal-rpm deps
%description
@ -47,8 +43,6 @@ This package provides the Haskell %{pkg_name} library development files.
%if %{with haddock}
%package doc
Summary: Haskell %{pkg_name} library documentation
BuildArch: noarch
Requires: ghc-filesystem
%description doc
This package provides the Haskell %{pkg_name} library documentation.
@ -59,7 +53,6 @@ This package provides the Haskell %{pkg_name} library documentation.
%package prof
Summary: Haskell %{pkg_name} profiling library
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
Supplements: (%{name}-devel and ghc-prof)
%description prof
This package provides the Haskell %{pkg_name} profiling library.
@ -69,7 +62,6 @@ This package provides the Haskell %{pkg_name} profiling library.
%prep
# Begin cabal-rpm setup:
%setup -q -n %{pkgver}
cp -bp %{SOURCE1} %{pkg_name}.cabal
# End cabal-rpm setup
@ -97,7 +89,6 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
%if %{with haddock}
%files doc -f %{name}-doc.files
%license LICENSE
%endif
@ -107,4 +98,45 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
%changelog
%autochangelog
* Fri Aug 02 2019 Jens Petersen <petersen@redhat.com> - 0.2.0.10-6
- add doc and prof subpackages (cabal-rpm-1.0.0)
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.10-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Feb 17 2019 Jens Petersen <petersen@redhat.com> - 0.2.0.10-4
- refresh to cabal-rpm-0.13
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.10-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Mon Jul 09 2018 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.0.10-1
- update to 0.2.0.10
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0.9-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Wed Jan 24 2018 Jens Petersen <petersen@redhat.com> - 0.2.0.9-1
- update to 0.2.0.9
* Tue Aug 29 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.2.0.8-6
- Update to latest spec template.
- Fix date in changelog.
* Mon Aug 28 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.2.0.8-5
- Remove extra description about other OSs.
* Mon Jul 17 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.2.0.8-4
- Re-add dist tag to release numbers.
* Mon Jul 17 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 0.2.0.8-3
- Bump for Fedora 26.
* Thu Dec 15 2016 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 0.2.0.8-2
- Update release to be newer than previous builds
* Thu Dec 15 2016 Fedora Haskell SIG <haskell@lists.fedoraproject.org> - 0.2.0.8-1
- spec file generated by cabal-rpm-0.10.0

View File

@ -1,61 +0,0 @@
name: network-info
version: 0.2.1
synopsis: Access the local computer's basic network configuration
description: This library provides simple read-only access to the
local computer's networking configuration. It is
currently capable of getting a list of all the network
interfaces and their respective IPv4, IPv6 and MAC
addresses.
.
network-info has been tested and is known to work on
Ubuntu, FreeBSD, NetBSD, Mac OS and Windows.
homepage: http://github.com/jacobstanley/network-info
license: BSD3
license-file: LICENSE
author: Jacob Stanley
maintainer: Jacob Stanley <jacob@stanley.io>
category: Network
build-type: Simple
cabal-version: >= 1.10
tested-with:
GHC == 8.8.4,
GHC == 8.10.7,
GHC == 9.0.1,
GHC == 9.2.1
extra-source-files:
cbits/common.h,
cbits/common.inc,
cbits/network.h,
test/src/Main.hs,
test/network-info-test.cabal,
test/run-tests.bat,
test/run-tests.sh,
README.mkd,
CHANGELOG.md
source-repository head
type: git
location: git://github.com/jacobstanley/network-info.git
library
default-language: Haskell2010
hs-source-dirs: src
include-dirs: cbits
cc-options: -Wall -std=c99
exposed-modules: Network.Info
build-depends:
base == 4.*
if os(windows)
c-sources: cbits/network-windows.c
extra-libraries: iphlpapi
else
c-sources: cbits/network-unix.c
if os(solaris)
extra-libraries: socket, nsl

View File

@ -1 +1 @@
SHA512 (network-info-0.2.1.tar.gz) = a252bd5c34cbbde9dcdd9606b31ed9b9fa802edfc694795f8779fd8f4ffa9092df0ab25426e0a1dca836d74a9357c1b31acb2aa01a9e46e8ffd5959be7a5d619
SHA512 (network-info-0.2.0.10.tar.gz) = d578f64860fb3c04d11a444d9636bde57402b6728529e73c7741b056ef0d8f68cb0958118212f2d47826dc28ba9b2bfcc9aef8b5b2e9fc3da8eaadc796160895