From f27a4812d0e4e34d5193080b3ff2458b0b789078 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 26 Sep 2011 18:36:11 +0900 Subject: [PATCH] update to 1.1.1.0 and update src files license comments --- .gitignore | 1 + ghc-MissingH.spec | 22 +++++++++++----------- sources | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 28217d5..53434b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /MissingH-1.1.0.3.tar.gz +/MissingH-1.1.1.0.tar.gz diff --git a/ghc-MissingH.spec b/ghc-MissingH.spec index 0f88d87..f47a018 100644 --- a/ghc-MissingH.spec +++ b/ghc-MissingH.spec @@ -7,16 +7,15 @@ Haskell programmers. It is written in pure Haskell and thus \ should be extremely portable and easy to use. Name: ghc-%{pkg_name} -Version: 1.1.0.3 -Release: 9%{?dist} +Version: 1.1.1.0 +Release: 1%{?dist} Summary: %{common_summary} Group: System Environment/Libraries -# Data/Hash/CRC32/GZip.hs is BSD -# Data/Hash/CRC32/Posix.hs is GPL+ -# System/Path/NameManip.hs is LGPLv2+ -# System/Time/ParseDate.hs is GPLv2 (newer parsedate is now BSD) -# all 40 other src (and testsrc) files are GPLv2+ +# src/Data/Hash/MD5.lhs is BSD or GPL+ +# src/Data/Hash/CRC32/Posix.hs is GPL+ +# src/System/Time/ParseDate.hs is GPLv2 (newer parsedate is now BSD) +# all other src/ (and testsrc/) files are BSD License: GPLv2+ URL: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz @@ -33,9 +32,6 @@ BuildRequires: ghc-HUnit-prof, ghc-hslogger-prof, ghc-mtl-prof, ghc-network-pro %prep %setup -q -n %{pkg_name}-%{version} -mv COPYRIGHT COPYRIGHT.orig -iconv -f iso8859-1 -t utf-8 COPYRIGHT.orig > COPYRIGHT - %build %ghc_lib_build @@ -46,7 +42,7 @@ iconv -f iso8859-1 -t utf-8 COPYRIGHT.orig > COPYRIGHT mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}/ install -m 644 -p TODO %{buildroot}%{_docdir}/%{name}-%{version}/TODO -install -m 644 -p COPYING %{buildroot}%{_docdir}/%{name}-%{version}/COPYING +install -m 644 -p LICENSE %{buildroot}%{_docdir}/%{name}-%{version}/LICENSE mkdir -p %{buildroot}%{_docdir}/%{name}-%{version}/3rd-party-licenses/ install -m 644 -p 3rd-party-licenses/BSD %{buildroot}%{_docdir}/%{name}-%{version}/3rd-party-licenses/BSD install -m 644 -p 3rd-party-licenses/LGPL-2.1 %{buildroot}%{_docdir}/%{name}-%{version}/3rd-party-licenses/LGPL-2.1 @@ -60,6 +56,10 @@ install -m 644 -p announcements/0.10.0.txt %{buildroot}%{_docdir}/%{name}-%{vers %changelog +* Mon Sep 26 2011 Jens Petersen - 1.1.1.0-1 +- update to 1.1.1.0 +- most of the library modules now BSD + * Mon Aug 29 2011 Jens Petersen - 1.1.0.3-9 - rebuild for hslogger-1.1.5 diff --git a/sources b/sources index a369c9d..5a42f30 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a64af1885d60523fe598b4dad086fa6e MissingH-1.1.0.3.tar.gz +d0bd290c5fe2f7d4cbdac1ab741be394 MissingH-1.1.1.0.tar.gz