Hello community, here is the log from the commit of package ghc-OpenGL for openSUSE:Factory checked in at 2013-08-06 06:53:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-OpenGL (Old) and /work/SRC/openSUSE:Factory/.ghc-OpenGL.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-OpenGL" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-OpenGL/ghc-OpenGL.changes 2013-01-02 12:56:33.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-OpenGL.new/ghc-OpenGL.changes 2013-08-06 06:53:09.000000000 +0200 @@ -1,0 +2,9 @@ +Mon May 6 14:43:09 UTC 2013 - [email protected] + +- update to 2.8.0.0 from upstream +* no upstream changelog +* refactored : new packages OpenGLRaw and GLURaw +* documentation issues fixed +- part of Haskell Platform 2013.2 + +------------------------------------------------------------------- Old: ---- OpenGL-2.2.3.1.tar.gz New: ---- OpenGL-2.8.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-OpenGL.spec ++++++ --- /var/tmp/diff_new_pack.Kr8WIF/_old 2013-08-06 06:53:10.000000000 +0200 +++ /var/tmp/diff_new_pack.Kr8WIF/_new 2013-08-06 06:53:10.000000000 +0200 @@ -1,8 +1,7 @@ # -# spec file for ghc-OpenGL +# spec file for package ghc-OpenGL # - -# Copyright (c) 2012 Peter Trommler [email protected] +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,65 +15,71 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name OpenGL -%global common_summary Haskell %{pkg_name} library +%global common_summary Haskell binding for the OpenGL graphics system -%global common_description A %{pkg_name} library for Haskell. +%global common_description A Haskell binding for the OpenGL graphics system (GL, version 3.2) and its accompanying utility library (GLU, version 1.3).\ +\ +OpenGL is the industry's most widely used and supported 2D and 3D graphics application programming interface (API), incorporating a broad set of rendering, texture mapping, special effects, and other powerful visualization functions. + +#' Help EMACS syntax highlighting. Name: ghc-OpenGL -Version: 2.2.3.1 -Release: 1 +Version: 2.8.0.0 +Release: 0 Summary: %{common_summary} - -Group: System/Libraries License: BSD-3-Clause +Group: System/Libraries + BuildRoot: %{_tmppath}/%{name}-%{version}-build # BEGIN cabal2spec -URL: http://hackage.haskell.org/package/%{pkg_name} +Url: http://hackage.haskell.org/package/%{pkg_name} Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz ExclusiveArch: %{ix86} x86_64 %{ghc_arches} BuildRequires: ghc-Cabal-devel -BuildRequires: ghc-rpm-macros %{!?without_hscolour:hscolour} -%if 0%{?suse_version}>=1230 -BuildRequires: glu-devel -%else -BuildRequires: Mesa-devel -%endif +BuildRequires: ghc-GLURaw-devel +BuildRequires: ghc-OpenGLRaw-devel +BuildRequires: ghc-rpm-macros # END cabal2spec %description %{common_description} +%package devel +Summary: Haskell %{pkg_name} library development files +Group: Development/Languages/Other +Requires: ghc-compiler +Requires(post): ghc-compiler +Requires(postun): ghc-compiler +Requires: %{name} = %{version}-%{release} + +%description devel +%{common_description} +This package contains the development files. %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install +%post devel +%ghc_pkg_recache -# devel subpackage -%ghc_devel_package -%if 0%{?suse_version}>=1230 -Requires: glu-devel -%else -Requires: Mesa-devel -%endif - -%ghc_devel_description - - -%ghc_devel_post_postun - +%postun devel +%ghc_pkg_recache -%ghc_files LICENSE +%files -f %{name}.files +%defattr(-,root,root,-) +%doc LICENSE +%files devel -f %{name}-devel.files +%defattr(-,root,root,-) %changelog ++++++ OpenGL-2.2.3.1.tar.gz -> OpenGL-2.8.0.0.tar.gz ++++++ ++++ 30762 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
