commit ghc-through-text for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-through-text for openSUSE:Factory checked in at 2017-08-31 21:00:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-through-text (Old) and /work/SRC/openSUSE:Factory/.ghc-through-text.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-through-text" Thu Aug 31 21:00:50 2017 rev:2 rq:513521 version:0.1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-through-text/ghc-through-text.changes 2017-01-18 21:33:52.375909878 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-through-text.new/ghc-through-text.changes 2017-08-31 21:00:51.634348424 +0200 @@ -1,0 +2,5 @@ +Fri Jul 28 03:01:23 UTC 2017 - psimons@suse.com + +- Update to version 0.1.0.0 revision 2. + +------------------------------------------------------------------- Old: ---- 1.cabal New: ---- through-text.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-through-text.spec ++++++ --- /var/tmp/diff_new_pack.8G7ESv/_old 2017-08-31 21:00:52.778187711 +0200 +++ /var/tmp/diff_new_pack.8G7ESv/_new 2017-08-31 21:00:52.778187711 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-through-text # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,18 +22,16 @@ Release: 0 Summary: Convert textual types through Text without needing O(n^2) instances License: BSD-3-Clause -Group: System/Libraries +Group: Development/Languages/Other Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel -# Begin cabal-rpm deps: BuildRequires: ghc-bytestring-devel BuildRequires: ghc-case-insensitive-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description Convert textual types through Text without needing O(n^2) instances. @@ -56,15 +54,12 @@ %setup -q -n %{pkg_name}-%{version} cp -p %{SOURCE1} %{pkg_name}.cabal - %build %ghc_lib_build - %install %ghc_lib_install - %post devel %ghc_pkg_recache ++++++ through-text.cabal ++++++ name: through-text version: 0.1.0.0 x-revision: 2 synopsis: Convert textual types through Text without needing O(n^2) instances. description: Convert textual types through Text without needing O(n^2) instances. . See the README for more information: <https://github.com/bergmark/through-text/blob/master/README.md> homepage: https://www.github.com/bergmark/through-text bug-reports: https://www.github.com/bergmark/through-text license: BSD3 license-file: LICENSE author: Adam Bergmark maintainer: adam@bergmark.nl copyright: (c) 2015 Adam Bergmark category: Data build-type: Simple cabal-version: >=1.10 extra-source-files: LICENSE CHANGELOG.md README.md source-repository head type: git location: https://github.com/bergmark/through-text.git library default-language: Haskell2010 ghc-options: -Wall hs-source-dirs: src exposed-modules: Data.Text.Through build-depends: base >= 4.3 && < 4.11 , bytestring >= 0.9 && < 0.11 , case-insensitive >= 0.1 && < 1.3 , text >= 0.11 && < 1.3
participants (1)
-
root@hilbert.suse.de