Hello community, here is the log from the commit of package ghc-GLUT for openSUSE:Factory checked in at 2016-07-21 08:04:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-GLUT (Old) and /work/SRC/openSUSE:Factory/.ghc-GLUT.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-GLUT" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-GLUT/ghc-GLUT.changes 2016-05-17 17:15:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-GLUT.new/ghc-GLUT.changes 2016-07-21 08:04:22.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Jul 10 17:33:16 UTC 2016 - [email protected] + +- Update to version 2.7.0.10 revision 0 with cabal2obs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-GLUT.spec ++++++ --- /var/tmp/diff_new_pack.gOI5SG/_old 2016-07-21 08:04:23.000000000 +0200 +++ /var/tmp/diff_new_pack.gOI5SG/_new 2016-07-21 08:04:23.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-GLUT # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,7 +17,7 @@ %global pkg_name GLUT -Name: ghc-GLUT +Name: ghc-%{pkg_name} Version: 2.7.0.10 Release: 0 Summary: A binding for the OpenGL Utility Toolkit @@ -25,19 +25,18 @@ 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 -# Begin cabal-rpm deps: -BuildRequires: freeglut-devel BuildRequires: ghc-Cabal-devel +BuildRequires: freeglut-devel +# Begin cabal-rpm deps: BuildRequires: ghc-OpenGL-devel -BuildRequires: ghc-OpenGLRaw-devel BuildRequires: ghc-StateVar-devel BuildRequires: ghc-array-devel BuildRequires: ghc-containers-devel -BuildRequires: ghc-random-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-transformers-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build # End cabal-rpm deps +BuildRequires: ghc-random-devel %description A Haskell binding for the OpenGL Utility Toolkit, a window system independent @@ -54,7 +53,6 @@ Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} Requires(postun): ghc-compiler = %{ghc_version} -# End cabal-rpm deps %description devel This package provides the Haskell %{pkg_name} library development files. @@ -62,25 +60,27 @@ %prep %setup -q -n %{pkg_name}-%{version} + %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,-) %doc LICENSE -%doc CHANGELOG.md %files devel -f %{name}-devel.files %defattr(-,root,root,-) -%doc README.md examples +%doc CHANGELOG.md README.md examples %changelog
