Hello community,
here is the log from the commit of package ghc-charsetdetect-ae for
openSUSE:Factory checked in at 2017-04-11 09:37:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-charsetdetect-ae (Old)
and /work/SRC/openSUSE:Factory/.ghc-charsetdetect-ae.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-charsetdetect-ae"
Tue Apr 11 09:37:20 2017 rev:2 rq:483918 version:1.1.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-charsetdetect-ae/ghc-charsetdetect-ae.changes
2017-03-24 02:02:59.798491469 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-charsetdetect-ae.new/ghc-charsetdetect-ae.changes
2017-04-11 09:37:26.954462774 +0200
@@ -1,0 +2,5 @@
+Wed Jan 18 09:00:08 UTC 2017 - [email protected]
+
+- Update to version 1.1.0.2 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
charsetdetect-ae-1.1.0.1.tar.gz
New:
----
charsetdetect-ae-1.1.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-charsetdetect-ae.spec ++++++
--- /var/tmp/diff_new_pack.qIOGSR/_old 2017-04-11 09:37:28.022311926 +0200
+++ /var/tmp/diff_new_pack.qIOGSR/_new 2017-04-11 09:37:28.026311362 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-charsetdetect-ae
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,20 +18,19 @@
%global pkg_name charsetdetect-ae
Name: ghc-%{pkg_name}
-Version: 1.1.0.1
+Version: 1.1.0.2
Release: 0
Summary: Character set detection using Mozilla's Universal Character
Set Detector
License: LGPL-2.0+
Group: Development/Languages/Other
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+BuildRequires: gcc-c++
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-rpm-macros
BuildRequires: libstdc++-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: gcc-c++
-BuildRequires: libstdc++-devel
%description
Mozilla have developed a robust and efficient character set detection algorithm
++++++ charsetdetect-ae-1.1.0.1.tar.gz -> charsetdetect-ae-1.1.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/charsetdetect-ae-1.1.0.1/charsetdetect-ae.cabal
new/charsetdetect-ae-1.1.0.2/charsetdetect-ae.cabal
--- old/charsetdetect-ae-1.1.0.1/charsetdetect-ae.cabal 2015-09-16
13:40:58.000000000 +0200
+++ new/charsetdetect-ae-1.1.0.2/charsetdetect-ae.cabal 2017-01-07
19:47:56.000000000 +0100
@@ -1,5 +1,5 @@
Name: charsetdetect-ae
-Version: 1.1.0.1
+Version: 1.1.0.2
Cabal-Version: >= 1.6
Category: Text
Synopsis: Character set detection using Mozilla's Universal
Character Set Detector
@@ -68,9 +68,9 @@
Library
Exposed-Modules: Codec.Text.Detect
-
+
Build-Depends: base >= 4.2.0.2 && < 5, bytestring >= 0.9.1.7
-
+
-- Needed to ensure correct build on GHC 7.6 when imported by a
-- library which uses Template Haskell.
--
@@ -81,8 +81,14 @@
c-sources: cbits/dso_handle.c
-- This is a bit dodgy since g++ might link in more stuff, but will
probably work in practice:
- Extra-Libraries: stdc++
-
+ if os(windows)
+ if arch(x86_64)
+ extra-libraries: stdc++-6 gcc_s_seh-1
+ else
+ extra-libraries: stdc++-6 gcc_s_dw2-1
+ else
+ extra-libraries: stdc++
+
Include-Dirs: libcharsetdetect
libcharsetdetect/mozilla/extensions/universalchardet/src/base
libcharsetdetect/nspr-emu