Hello community,

here is the log from the commit of package ghc-OpenGLRaw for openSUSE:Factory 
checked in at 2014-11-26 20:54:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2014-08-25 11:05:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-OpenGLRaw.new/ghc-OpenGLRaw.changes 
2014-11-26 20:54:58.000000000 +0100
@@ -1,0 +2,12 @@
+Tue Sep  9 20:14:08 UTC 2014 - [email protected]
+
+- update to 1.5.0.0
+* no changelog
+* for Haskell Platform 2014.2.0.0
+
+-------------------------------------------------------------------
+Mon Sep  1 17:26:56 UTC 2014 - [email protected]
+
+- regenerate spec file with cabal-rpm 
+
+-------------------------------------------------------------------

Old:
----
  OpenGLRaw-1.3.0.0.tar.gz

New:
----
  OpenGLRaw-1.5.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-OpenGLRaw.spec ++++++
--- /var/tmp/diff_new_pack.TkvjuO/_old  2014-11-26 20:54:59.000000000 +0100
+++ /var/tmp/diff_new_pack.TkvjuO/_new  2014-11-26 20:54:59.000000000 +0100
@@ -19,22 +19,19 @@
 
 %global pkg_name OpenGLRaw
 
-%global common_summary Haskell %{pkg_name} library
-
-%global common_description A %{pkg_name} library for Haskell.
-
 Name:           ghc-OpenGLRaw
-Version:        1.3.0.0
+Version:        1.5.0.0
 Release:        0
-Summary:        %{common_summary}
+Summary:        A raw binding for the OpenGL graphics system
 License:        BSD-3-Clause
 Group:          System/Libraries
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# BEGIN cabal2spec
 Url:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        
http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
 Source1:        ghc-OpenGLRaw-rpmlintrc
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+
+# Begin cabal-rpm deps:
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-rpm-macros
@@ -43,27 +40,43 @@
 %else
 BuildRequires:  Mesa-libGL-devel
 %endif
-# END cabal2spec
+# End cabal-rpm deps
 
 %description
-%{common_description}
+OpenGLRaw is a raw Haskell binding for the OpenGL 3.2 graphics system and lots
+of OpenGL extensions. It is basically a 1:1 mapping of OpenGL's C API, intended
+as a basis for a nicer interface. OpenGLRaw offers access to all necessary
+functions, tokens and types plus a general facility for loading extension
+entries. The module hierarchy closely mirrors the naming structure of the
+OpenGL extensions, making it easy to find the right module to import.
+All API entries are loaded dynamically, so no special C header files are needed
+for building this package. If an API entry is not found at runtime, a userError
+is thrown.
+
+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. 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/Languages/Other
-Requires:       ghc-compiler
-Requires(post): ghc-compiler
-Requires(postun): ghc-compiler
+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
+# End cabal-rpm deps
 
 %description devel
-%{common_description}
-This package contains the development files.
+This package provides the Haskell %{pkg_name} library development files.
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
@@ -81,10 +94,10 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 %doc LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
+%defattr(-,root,root)
 
 %changelog

++++++ OpenGLRaw-1.3.0.0.tar.gz -> OpenGLRaw-1.5.0.0.tar.gz ++++++
++++ 11111 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to