Hello community,

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

Package is "ghc-text-icu"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-text-icu/ghc-text-icu.changes        
2015-05-28 09:52:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-text-icu.new/ghc-text-icu.changes   
2016-07-21 08:13:23.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:28:11 UTC 2016 - [email protected]
+
+- Update to version 0.7.0.1 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-text-icu.spec ++++++
--- /var/tmp/diff_new_pack.xqxOF1/_old  2016-07-21 08:13:24.000000000 +0200
+++ /var/tmp/diff_new_pack.xqxOF1/_new  2016-07-21 08:13:24.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-text-icu
 #
-# 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
@@ -32,11 +32,7 @@
 BuildRequires:  ghc-deepseq-devel
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
-BuildRequires:  pkgconfig(icu-i18n)
-BuildRequires:  pkgconfig(icu-io)
-BuildRequires:  pkgconfig(icu-le)
-BuildRequires:  pkgconfig(icu-lx)
-BuildRequires:  pkgconfig(icu-uc)
+BuildRequires:  libicu-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
@@ -49,6 +45,12 @@
 BuildRequires:  ghc-test-framework-quickcheck2-devel
 %endif
 # End cabal-rpm deps
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(icu-i18n)
+BuildRequires:  pkgconfig(icu-io)
+BuildRequires:  pkgconfig(icu-le)
+BuildRequires:  pkgconfig(icu-lx)
+BuildRequires:  pkgconfig(icu-uc)
 
 %description
 Haskell bindings to the International Components for Unicode (ICU) libraries.
@@ -83,14 +85,14 @@
 Requires:       %{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 # Begin cabal-rpm deps:
+Requires:       libicu-devel
+Requires(post): ghc-compiler = %{ghc_version}
+Requires(postun): ghc-compiler = %{ghc_version}
+# End cabal-rpm deps
 Requires:       pkgconfig(icu-i18n)
 Requires:       pkgconfig(icu-io)
 Requires:       pkgconfig(icu-le)
 Requires:       pkgconfig(icu-lx)
-Requires:       pkgconfig(icu-uc)
-Requires(post): ghc-compiler = %{ghc_version}
-Requires(postun): ghc-compiler = %{ghc_version}
-# End cabal-rpm deps
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
@@ -100,11 +102,11 @@
 
 
 %build
-%{ghc_lib_build}
+%ghc_lib_build
 
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
 
 
 %check
@@ -114,12 +116,10 @@
 
 
 %post devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %postun devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %files -f %{name}.files
 %defattr(-,root,root,-)
@@ -127,6 +127,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
-%doc README.markdown
+%doc README.markdown changelog.md
 
 %changelog


Reply via email to