Hello community,

here is the log from the commit of package ghc-GLURaw for openSUSE:Factory 
checked in at 2016-07-21 08:04:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-GLURaw (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-GLURaw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-GLURaw"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-GLURaw/ghc-GLURaw.changes    2016-05-17 
17:15:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-GLURaw.new/ghc-GLURaw.changes       
2016-07-21 08:04:15.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:28:57 UTC 2016 - [email protected]
+
+- Update to version 2.0.0.2 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-GLURaw.spec ++++++
--- /var/tmp/diff_new_pack.vucdIm/_old  2016-07-21 08:04:15.000000000 +0200
+++ /var/tmp/diff_new_pack.vucdIm/_new  2016-07-21 08:04:15.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-GLURaw
 #
-# 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 GLURaw
-Name:           ghc-GLURaw
+Name:           ghc-%{pkg_name}
 Version:        2.0.0.2
 Release:        0
 Summary:        A raw binding for the OpenGL graphics system
@@ -26,11 +26,13 @@
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(glu)
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-OpenGLRaw-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-transformers-devel
-BuildRequires:  pkgconfig(glu)
+BuildRequires:  glu-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # End cabal-rpm deps
 
@@ -50,8 +52,10 @@
 Group:          Development/Libraries/Other
 Requires:       %{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
-# Begin cabal-rpm deps:
+Requires:       pkgconfig
 Requires:       pkgconfig(glu)
+# Begin cabal-rpm deps:
+Requires:       glu-devel
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
 # End cabal-rpm deps
@@ -62,25 +66,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
+%doc CHANGELOG.md README.md
 
 %changelog


Reply via email to