Hello community, here is the log from the commit of package ghc-GLUT for openSUSE:Factory checked in at 2013-08-06 06:49:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-01-07 15:13:11.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-GLUT.new/ghc-GLUT.changes 2013-08-06 06:49:22.000000000 +0200 @@ -1,0 +2,10 @@ +Mon May 6 15:22:47 UTC 2013 - [email protected] + +- update to 2.4.0.0 from upstream +* no changelog +* refactored package needs OpenGLRaw now +- dropped ghc-GLUT-extralibs.patch: fixed upstream +- don't disable build haddock documentation anymore (fixed upstream) +- more transparent packaging (fewer macros) + +------------------------------------------------------------------- Old: ---- GLUT-2.1.2.1.tar.gz ghc-GLUT-extralibs.patch New: ---- GLUT-2.4.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-GLUT.spec ++++++ --- /var/tmp/diff_new_pack.qN83zX/_old 2013-08-06 06:49:23.000000000 +0200 +++ /var/tmp/diff_new_pack.qN83zX/_new 2013-08-06 06:49:23.000000000 +0200 @@ -1,8 +1,7 @@ # # spec file for package ghc-GLUT # - -# 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,71 +15,71 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# generating documentation is broken -%global without_haddock 1 %global pkg_name GLUT # common part of summary for all the subpackages -%global common_summary Haskell %{pkg_name} library +%global common_summary Haskell inding for the OpenGL Utility Toolkit # main description used for all the subpackages -%global common_description A %{pkg_name} library for Haskell. +%global common_description A Haskell binding for the OpenGL Utility Toolkit, a window system independent toolkit for writing OpenGL programs. Name: ghc-GLUT -Version: 2.1.2.1 -Release: 1 +Version: 2.4.0.0 +Release: 0 Summary: %{common_summary} - -Group: Development/Libraries/Other License: BSD-3-Clause +Group: Development/Libraries/Other + # 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 -# PATCH-FIX-UPSTREAM ghc-GLUT-extralibs.patch [email protected] -- Add glut library to linker info (see also Fedora package haskell-platform) -Patch: ghc-GLUT-extralibs.patch ExclusiveArch: %{ix86} x86_64 %{ghc_arches} BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros -%if %{undefined without_hscolour} -BuildRequires: hscolour -%endif # END cabal2spec -# BR any C devel dependency here -# list ghc-*-prof dependencies: -BuildRequires: ghc-array-devel ghc-base-devel ghc-containers-devel -BuildRequires: ghc-OpenGL-devel BuildRequires: freeglut-devel +BuildRequires: ghc-OpenGL-devel +BuildRequires: ghc-OpenGLRaw BuildRoot: %{_tmppath}/%{name}-%{version}-build %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} +Requires: freeglut-devel + +%description devel +%{common_description} +This package contains the development files. + %prep %setup -q -n %{pkg_name}-%{version} -%patch -p1 - %build %ghc_lib_build - %install %ghc_lib_install +%post devel +%ghc_pkg_recache -# devel subpackage -%ghc_devel_package -Requires: freeglut-devel - -%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 ++++++ GLUT-2.1.2.1.tar.gz -> GLUT-2.4.0.0.tar.gz ++++++ ++++ 16657 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
