Hello community, here is the log from the commit of package ghc-OpenGLRaw for openSUSE:Factory checked in at 2016-07-20 09:28:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-OpenGLRaw (Old) and /work/SRC/openSUSE:Factory/.ghc-OpenGLRaw.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-OpenGLRaw" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-OpenGLRaw/ghc-OpenGLRaw.changes 2016-05-31 12:24:30.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-OpenGLRaw.new/ghc-OpenGLRaw.changes 2016-07-20 09:28:20.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Jul 10 17:21:07 UTC 2016 - [email protected] + +- Update to version 3.2.0.0 revision 0 with cabal2obs. + This update obsoletes ghc-OpenGLRaw-rpmlintrc. + +------------------------------------------------------------------- Old: ---- ghc-OpenGLRaw-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-OpenGLRaw.spec ++++++ --- /var/tmp/diff_new_pack.5Ln42a/_old 2016-07-20 09:28:21.000000000 +0200 +++ /var/tmp/diff_new_pack.5Ln42a/_new 2016-07-20 09:28:21.000000000 +0200 @@ -1,8 +1,7 @@ # # spec file for package ghc-OpenGLRaw # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2013 Peter Trommler [email protected] +# 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 @@ -18,23 +17,17 @@ %global pkg_name OpenGLRaw - -Name: ghc-OpenGLRaw +Name: ghc-%{pkg_name} Version: 3.2.0.0 Release: 0 Summary: A raw binding for the OpenGL graphics system License: BSD-3-Clause Group: System/Libraries - -Url: http://hackage.haskell.org/package/%{pkg_name} -Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: ghc-OpenGLRaw-rpmlintrc -BuildRoot: %{_tmppath}/%{name}-%{version}-build - +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: Mesa-libGL-devel BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-base-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-fixed-devel @@ -42,6 +35,8 @@ BuildRequires: ghc-rpm-macros BuildRequires: ghc-text-devel BuildRequires: ghc-transformers-devel +BuildRoot: %{_tmppath}/%{name}-%{version}-build +# End cabal-rpm deps %description OpenGLRaw is a raw Haskell binding for the OpenGL 4.5 graphics system and lots @@ -60,21 +55,15 @@ functions. For more information about OpenGL and its various extensions, please see <http://www.opengl.org/> and <http://www.opengl.org/registry/>. - %package devel Summary: Haskell %{pkg_name} library development files Group: Development/Libraries/Other -Requires: ghc-compiler = %{ghc_version} -Requires(post): ghc-compiler = %{ghc_version} -Requires(postun): ghc-compiler = %{ghc_version} Requires: %{name} = %{version}-%{release} # Begin cabal-rpm deps: -%if %suse_version < 1230 -Requires: Mesa-devel -%else Requires: Mesa-libGL-devel -%endif - +Requires: ghc-compiler = %{ghc_version} +Requires(post): ghc-compiler = %{ghc_version} +Requires(postun): ghc-compiler = %{ghc_version} # End cabal-rpm deps %description devel @@ -83,12 +72,15 @@ %prep %setup -q -n %{pkg_name}-%{version} + %build %ghc_lib_build + %install %ghc_lib_install + %post devel %ghc_pkg_recache @@ -101,6 +93,6 @@ %files devel -f %{name}-devel.files %defattr(-,root,root,-) -%doc README.md +%doc CHANGELOG.md README.md %changelog
