Hello community, here is the log from the commit of package ghc-plan-b for openSUSE:Factory checked in at 2017-07-06 00:01:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-plan-b (Old) and /work/SRC/openSUSE:Factory/.ghc-plan-b.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-plan-b" Thu Jul 6 00:01:10 2017 rev:3 rq:506997 version:0.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-plan-b/ghc-plan-b.changes 2017-06-22 10:38:32.361302933 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-plan-b.new/ghc-plan-b.changes 2017-07-06 00:01:11.748925935 +0200 @@ -1,0 +2,5 @@ +Mon Jun 19 20:53:33 UTC 2017 - [email protected] + +- Update to version 0.2.1 revision 1. + +------------------------------------------------------------------- New: ---- plan-b.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-plan-b.spec ++++++ --- /var/tmp/diff_new_pack.UNeo0g/_old 2017-07-06 00:01:12.464825083 +0200 +++ /var/tmp/diff_new_pack.UNeo0g/_new 2017-07-06 00:01:12.468824521 +0200 @@ -26,6 +26,7 @@ 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#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-exceptions-devel BuildRequires: ghc-path-devel @@ -53,6 +54,7 @@ %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ plan-b.cabal ++++++ name: plan-b version: 0.2.1 x-revision: 1 cabal-version: >= 1.10 tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.1 license: BSD3 license-file: LICENSE.md author: Mark Karpov <[email protected]> maintainer: Mark Karpov <[email protected]> homepage: https://github.com/mrkkrp/plan-b bug-reports: https://github.com/mrkkrp/plan-b/issues category: System, Filesystem synopsis: Failure-tolerant file and directory editing build-type: Simple description: Failure-tolerant file and directory editing. extra-doc-files: CHANGELOG.md , README.md flag dev description: Turn on development settings. manual: True default: False library build-depends: base >= 4.7 && < 5.0 , exceptions >= 0.8 && < 0.9 , path >= 0.5 && < 0.7 , path-io >= 1.0.1 && < 2.0 , transformers >= 0.3 && < 0.6 if !impl(ghc >= 8.0) build-depends: semigroups == 0.18.* exposed-modules: System.PlanB , System.PlanB.Type if flag(dev) ghc-options: -Wall -Werror else ghc-options: -O2 -Wall default-language: Haskell2010 test-suite tests main-is: Main.hs hs-source-dirs: tests type: exitcode-stdio-1.0 if flag(dev) ghc-options: -Wall -Werror else ghc-options: -O2 -Wall build-depends: base >= 4.7 && < 5.0 , hspec >= 2.0 && < 3.0 , path >= 0.5 && < 0.7 , path-io >= 1.0.1 && < 2.0 , plan-b default-language: Haskell2010 source-repository head type: git location: https://github.com/mrkkrp/plan-b.git
