Hello community,
here is the log from the commit of package ghc-pandoc-citeproc for
openSUSE:Factory checked in at 2020-07-09 13:19:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pandoc-citeproc (Old)
and /work/SRC/openSUSE:Factory/.ghc-pandoc-citeproc.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-pandoc-citeproc"
Thu Jul 9 13:19:28 2020 rev:12 rq:819583 version:0.17.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pandoc-citeproc/ghc-pandoc-citeproc.changes
2020-06-19 17:16:25.146717662 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-pandoc-citeproc.new.3060/ghc-pandoc-citeproc.changes
2020-07-09 13:19:52.833366890 +0200
@@ -1,0 +2,11 @@
+Wed Jun 24 02:00:43 UTC 2020 - [email protected]
+
+- Update pandoc-citeproc to version 0.17.0.1.
+ pandoc-citeproc (0.17.0.1)
+
+ * Allow aeson 1.5 (#452, Felix Yan).
+ * Fix infinite loop when compiled with `embed_data_files` flag (#450).
+ This arose when locale specified an unknown locale.
+ * Allow pandoc-types 1.21.
+
+-------------------------------------------------------------------
Old:
----
pandoc-citeproc-0.17.tar.gz
New:
----
pandoc-citeproc-0.17.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-pandoc-citeproc.spec ++++++
--- /var/tmp/diff_new_pack.NT7rH7/_old 2020-07-09 13:19:57.153380544 +0200
+++ /var/tmp/diff_new_pack.NT7rH7/_new 2020-07-09 13:19:57.157380557 +0200
@@ -19,7 +19,7 @@
%global pkg_name pandoc-citeproc
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.17
+Version: 0.17.0.1
Release: 0
Summary: Supports using pandoc with citeproc
License: BSD-3-Clause
@@ -87,7 +87,6 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-cabal-tweak-dep-ver aeson '< 1.5' '< 2'
%build
%ghc_lib_build
++++++ pandoc-citeproc-0.17.tar.gz -> pandoc-citeproc-0.17.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pandoc-citeproc-0.17/changelog
new/pandoc-citeproc-0.17.0.1/changelog
--- old/pandoc-citeproc-0.17/changelog 2020-02-16 06:49:20.000000000 +0100
+++ new/pandoc-citeproc-0.17.0.1/changelog 2020-06-23 07:52:03.000000000
+0200
@@ -1,3 +1,10 @@
+pandoc-citeproc (0.17.0.1)
+
+ * Allow aeson 1.5 (#452, Felix Yan).
+ * Fix infinite loop when compiled with `embed_data_files` flag (#450).
+ This arose when locale specified an unknown locale.
+ * Allow pandoc-types 1.21.
+
pandoc-citeproc (0.17)
* Only print labels if selected variable is non-empty (#437).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pandoc-citeproc-0.17/pandoc-citeproc.cabal
new/pandoc-citeproc-0.17.0.1/pandoc-citeproc.cabal
--- old/pandoc-citeproc-0.17/pandoc-citeproc.cabal 2020-01-06
17:29:16.000000000 +0100
+++ new/pandoc-citeproc-0.17.0.1/pandoc-citeproc.cabal 2020-06-23
17:04:45.000000000 +0200
@@ -1,6 +1,6 @@
-name: pandoc-citeproc
-version: 0.17
cabal-version: 1.12
+name: pandoc-citeproc
+version: 0.17.0.1
synopsis: Supports using pandoc with citeproc
description: The pandoc-citeproc library supports automatic
@@ -110,10 +110,10 @@
mtl,
bytestring, filepath,
network < 3.2,
- pandoc-types >= 1.20 && < 1.21,
- pandoc >= 2.8 && < 2.10,
+ pandoc-types >= 1.20 && < 1.22,
+ pandoc >= 2.8 && < 2.11,
tagsoup,
- aeson >= 0.7 && < 1.5,
+ aeson >= 0.7 && < 1.6,
text,
vector,
xml-conduit >= 1.2 && < 1.10,
@@ -160,8 +160,8 @@
ghc-prof-options: -fprof-auto-exported -rtsopts
build-depends: base >= 4 && < 5,
pandoc-citeproc,
- pandoc-types >= 1.20 && < 1.21,
- pandoc >= 2.8 && < 2.10,
+ pandoc-types >= 1.20 && < 1.22,
+ pandoc >= 2.8 && < 2.11,
aeson,
aeson-pretty >= 0.8,
yaml >= 0.11,
@@ -201,8 +201,8 @@
directory,
text,
mtl,
- pandoc-types >= 1.20 && < 1.21,
- pandoc >= 2.8 && < 2.10,
+ pandoc-types >= 1.20 && < 1.22,
+ pandoc >= 2.8 && < 2.11,
filepath,
bytestring,
process,
@@ -231,9 +231,9 @@
aeson,
directory,
text,
- pandoc-types >= 1.20 && < 1.21,
+ pandoc-types >= 1.20 && < 1.22,
mtl,
- pandoc >= 2.8 && < 2.10,
+ pandoc >= 2.8 && < 2.11,
filepath,
containers,
bytestring,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pandoc-citeproc-0.17/src/Text/CSL/Data.hs
new/pandoc-citeproc-0.17.0.1/src/Text/CSL/Data.hs
--- old/pandoc-citeproc-0.17/src/Text/CSL/Data.hs 2020-01-06
17:27:23.000000000 +0100
+++ new/pandoc-citeproc-0.17.0.1/src/Text/CSL/Data.hs 2020-05-22
23:10:41.000000000 +0200
@@ -84,8 +84,12 @@
_ -> "locales/locales-" <> T.take 5 s <> ".xml"
exists <- doesFileExist f
if not exists && T.compareLength baseLocale 2 == GT
- then getLocale $ T.dropWhile (/='-') baseLocale
- -- try again with lang only
+ then do
+ -- try again with lang only
+ let (langOnly, rest) = T.break (=='-') baseLocale
+ if T.null rest || T.null langOnly -- no '-' or '-' at start
+ then E.throwIO $ CSLLocaleNotFound baseLocale
+ else getLocale langOnly
else E.handle (E.throwIO . CSLLocaleReadError) $ L.readFile f
#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pandoc-citeproc-0.17/stack.yaml
new/pandoc-citeproc-0.17.0.1/stack.yaml
--- old/pandoc-citeproc-0.17/stack.yaml 2020-02-12 17:48:33.000000000 +0100
+++ new/pandoc-citeproc-0.17.0.1/stack.yaml 2020-06-23 07:48:46.000000000
+0200
@@ -9,20 +9,22 @@
packages:
- '.'
extra-deps:
-- HsYAML-0.2.0.0
-- HsYAML-aeson-0.2.0.0
-- haddock-library-1.8.0
-- skylighting-0.8.3.2
-- skylighting-core-0.8.3.2
-- regex-pcre-builtin-0.95.0.8.8.35
-- doctemplates-0.8.1
+- texmath-0.12.0.2
+- haddock-library-1.9.0
+- skylighting-0.8.5
+- skylighting-core-0.8.5
+- regex-pcre-builtin-0.95.1.2.8.43
+- regex-base-0.94.0.0
- doclayout-0.3
- emojis-0.1
-- texmath-0.12
-- pandoc-types-1.20
-- jira-wiki-markup-1.0.0
+- hslua-1.1.0
+- jira-wiki-markup-1.3.2
+- HsYAML-0.2.1.0
+- HsYAML-aeson-0.2.0.0
+- doctemplates-0.8.2
+- pandoc-types-1.21
- git: 'https://github.com/jgm/pandoc'
- commit: 05a217091f47b11d31eac687c6f62caeada4fb14
+ commit: 9672ff827194ddf5565351b2fdde942c03942b2d
ghc-options:
"$locals": -fhide-source-paths