Hello community, here is the log from the commit of package ghc-setenv for openSUSE:Factory checked in at 2016-07-27 16:10:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-setenv (Old) and /work/SRC/openSUSE:Factory/.ghc-setenv.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-setenv" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-setenv/ghc-setenv.changes 2016-05-03 09:35:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-setenv.new/ghc-setenv.changes 2016-07-27 16:10:43.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Jul 10 17:33:43 UTC 2016 - [email protected] + +- Update to version 0.1.1.3 revision 1 with cabal2obs. + +------------------------------------------------------------------- New: ---- 1.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-setenv.spec ++++++ --- /var/tmp/diff_new_pack.TQYDCd/_old 2016-07-27 16:10:44.000000000 +0200 +++ /var/tmp/diff_new_pack.TQYDCd/_new 2016-07-27 16:10:44.000000000 +0200 @@ -25,6 +25,7 @@ Group: System/Libraries 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 BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros # Begin cabal-rpm deps: @@ -52,23 +53,22 @@ %prep %setup -q -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build -%{ghc_lib_build} +%ghc_lib_build %install -%{ghc_lib_install} +%ghc_lib_install %post devel -%{ghc_pkg_recache} - +%ghc_pkg_recache %postun devel -%{ghc_pkg_recache} - +%ghc_pkg_recache %files -f %{name}.files %defattr(-,root,root,-) ++++++ 1.cabal ++++++ name: setenv version: 0.1.1.3 x-revision: 1 license: MIT license-file: LICENSE copyright: (c) 2012-2015 Simon Hengel author: Simon Hengel <[email protected]> maintainer: Simon Hengel <[email protected]> category: System synopsis: A cross-platform library for setting environment variables description: A cross-platform library for setting environment variables . Note: Since @base-4.7.0.0@ the functions @setEnv@ and @unsetEnv@ are provided by @System.Environment@. @System.SetEnv@ merily re-exports those functions when built with @base >= 4.7@. build-type: Simple cabal-version: >= 1.8 source-repository head type: git location: https://github.com/sol/setenv library ghc-options: -Wall hs-source-dirs: src exposed-modules: System.SetEnv build-depends: base == 4.* if !os(windows) build-depends: unix
