Hello community,

here is the log from the commit of package ghc-X11 for openSUSE:Factory checked 
in at 2016-07-27 16:11:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-X11 (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-X11.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-X11"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-X11/ghc-X11.changes  2015-05-21 
08:14:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-X11.new/ghc-X11.changes     2016-07-27 
16:11:27.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jul 10 17:04:27 UTC 2016 - psim...@suse.com
+
+- Update to version 1.6.1.2 revision 0 with cabal2obs.
+  This update obsoletes ghc-X11.rpmlintrc.
+
+-------------------------------------------------------------------

Old:
----
  ghc-X11.rpmlintrc

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

Other differences:
------------------
++++++ ghc-X11.spec ++++++
--- /var/tmp/diff_new_pack.sjpgAh/_old  2016-07-27 16:11:28.000000000 +0200
+++ /var/tmp/diff_new_pack.sjpgAh/_new  2016-07-27 16:11:28.000000000 +0200
@@ -1,8 +1,7 @@
 #
 # spec file for package ghc-X11
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2012 Herbert Graeber <herb...@graeber-clan.de>
+# 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,26 +17,29 @@
 
 
 %global pkg_name X11
-Name:           ghc-X11
+Name:           ghc-%{pkg_name}
 Version:        1.6.1.2
 Release:        0
 Summary:        A binding to the X11 graphics library
 License:        BSD-3-Clause
 Group:          System/Libraries
-Url:            http://hackage.haskell.org/package/%{pkg_name}
-Source0:        %{pkg_name}-%{version}.tar.gz
-Source1:        ghc-X11.rpmlintrc
+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
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-data-default-devel
 BuildRequires:  ghc-rpm-macros
+BuildRequires:  libX11-devel
+BuildRequires:  libXext-devel
+BuildRequires:  libXrandr-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# End cabal-rpm deps
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(x11-xcb)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xrandr)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 A Haskell binding to the X11 graphics library. The binding is a direct
@@ -47,17 +49,16 @@
 %package devel
 Summary:        Haskell %{pkg_name} library development files
 Group:          Development/Libraries/Other
-Requires:       %{name} = %{version}
+Requires:       %{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 # Begin cabal-rpm deps:
-Requires:       pkgconfig(x11)
-Requires:       pkgconfig(x11-xcb)
-Requires:       pkgconfig(xext)
-Requires:       pkgconfig(xinerama)
-Requires:       pkgconfig(xrandr)
+Requires:       libX11-devel
+Requires:       libXext-devel
+Requires:       libXrandr-devel
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
 # End cabal-rpm deps
+Requires:       libXinerama-devel
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
@@ -65,17 +66,20 @@
 %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,-)


Reply via email to