Reverting "update to 1.0.1.1"

This reverts commit c1da0e3b1f.
This commit is contained in:
Jens Petersen 2016-02-02 00:42:18 +09:00
parent c1da0e3b1f
commit 7f16777484
3 changed files with 7 additions and 13 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
utf8-string-0.3.6.tar.gz utf8-string-0.3.6.tar.gz
/utf8-string-0.3.7.tar.gz /utf8-string-0.3.7.tar.gz
/utf8-string-0.3.8.tar.gz /utf8-string-0.3.8.tar.gz
/utf8-string-1.0.1.1.tar.gz

View File

@ -3,8 +3,8 @@
%global pkg_name utf8-string %global pkg_name utf8-string
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 1.0.1.1 Version: 0.3.8
Release: 1%{?dist} Release: 2%{?dist}
Summary: Support for reading and writing UTF8 Strings Summary: Support for reading and writing UTF8 Strings
License: BSD License: BSD
@ -18,9 +18,9 @@ BuildRequires: ghc-bytestring-devel
# End cabal-rpm deps # End cabal-rpm deps
%description %description
A UTF8 layer for Strings. The utf8-string package provides operations for A UTF8 layer for IO and Strings. The utf8-string package provides operations
encoding UTF8 strings to Word8 lists and back, and for reading and writing UTF8 for encoding UTF8 strings to Word8 lists and back, and for reading and writing
without truncation. UTF8 without truncation.
%package devel %package devel
@ -46,8 +46,6 @@ This package provides the Haskell %{pkg_name} library development files.
%install %install
%ghc_lib_install %ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%post devel %post devel
%ghc_pkg_recache %ghc_pkg_recache
@ -58,16 +56,13 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%files -f %{name}.files %files -f %{name}.files
%license LICENSE %doc LICENSE
%files devel -f %{name}-devel.files %files devel -f %{name}-devel.files
%changelog %changelog
* Thu Sep 17 2015 Jens Petersen <petersen@redhat.com> - 1.0.1.1-1
- update to 1.0.1.1
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-2 * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
fe24e26bd4b09731af66ef27b18b5177 utf8-string-1.0.1.1.tar.gz 674d0052e88e6b2030915e30cf06b171 utf8-string-0.3.8.tar.gz