Hello community,

here is the log from the commit of package ghc-pandoc-citeproc for 
openSUSE:Factory checked in at 2019-03-06 15:47:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pandoc-citeproc (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-pandoc-citeproc.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-pandoc-citeproc"

Wed Mar  6 15:47:19 2019 rev:5 rq:681685 version:0.16.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pandoc-citeproc/ghc-pandoc-citeproc.changes  
2019-02-24 17:18:50.532413766 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-pandoc-citeproc.new.28833/ghc-pandoc-citeproc.changes
       2019-03-06 15:47:22.204451087 +0100
@@ -1,0 +2,8 @@
+Sun Mar  3 03:01:31 UTC 2019 - [email protected]
+
+- Update pandoc-citeproc to version 0.16.1.1.
+  pandoc-citeproc (0.16.1.1)
+
+    * Bump version bounds for pandoc, network.
+
+-------------------------------------------------------------------

Old:
----
  pandoc-citeproc-0.16.1.tar.gz

New:
----
  pandoc-citeproc-0.16.1.1.tar.gz

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

Other differences:
------------------
++++++ ghc-pandoc-citeproc.spec ++++++
--- /var/tmp/diff_new_pack.smJSXx/_old  2019-03-06 15:47:24.280450537 +0100
+++ /var/tmp/diff_new_pack.smJSXx/_new  2019-03-06 15:47:24.316450527 +0100
@@ -19,7 +19,7 @@
 %global pkg_name pandoc-citeproc
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.16.1
+Version:        0.16.1.1
 Release:        0
 Summary:        Supports using pandoc with citeproc
 License:        BSD-3-Clause

++++++ pandoc-citeproc-0.16.1.tar.gz -> pandoc-citeproc-0.16.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-citeproc-0.16.1/changelog 
new/pandoc-citeproc-0.16.1.1/changelog
--- old/pandoc-citeproc-0.16.1/changelog        2019-02-16 00:04:32.000000000 
+0100
+++ new/pandoc-citeproc-0.16.1.1/changelog      2019-03-03 02:48:40.000000000 
+0100
@@ -1,3 +1,7 @@
+pandoc-citeproc (0.16.1.1)
+
+  * Bump version bounds for pandoc, network.
+
 pandoc-citeproc (0.16.1)
 
   * Add --columns option.  This allows users to specify the column
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-citeproc-0.16.1/pandoc-citeproc.cabal 
new/pandoc-citeproc-0.16.1.1/pandoc-citeproc.cabal
--- old/pandoc-citeproc-0.16.1/pandoc-citeproc.cabal    2019-02-16 
00:04:32.000000000 +0100
+++ new/pandoc-citeproc-0.16.1.1/pandoc-citeproc.cabal  2019-03-03 
02:48:40.000000000 +0100
@@ -1,5 +1,5 @@
 name:               pandoc-citeproc
-version:            0.16.1
+version:            0.16.1.1
 cabal-version:      1.12
 synopsis:           Supports using pandoc with citeproc
 
@@ -102,9 +102,9 @@
     ghc-prof-options: -fprof-auto-exported
     build-depends:    containers, directory, mtl,
                       bytestring, filepath,
-                      network < 3.0,
+                      network < 3.1,
                       pandoc-types >= 1.17.3 && < 1.18,
-                      pandoc >= 1.16 && < 2.7,
+                      pandoc >= 1.16 && < 2.8,
                       tagsoup,
                       aeson >= 0.7 && < 1.5,
                       text,
@@ -154,7 +154,7 @@
     ghc-prof-options: -fprof-auto-exported -rtsopts
     build-depends:    base >= 4, pandoc-citeproc,
                       pandoc-types >= 1.17.3 && < 1.18,
-                      pandoc >= 1.16 && < 2.7,
+                      pandoc >= 1.16 && < 2.8,
                       aeson,
                       aeson-pretty >= 0.8,
                       yaml >= 0.11,
@@ -190,7 +190,7 @@
     Buildable:    False
   build-depends:  base >= 4, aeson, directory, text, mtl,
                   pandoc-types >= 1.17.3 && < 1.18,
-                  pandoc >= 1.16 && < 2.7,
+                  pandoc >= 1.16 && < 2.8,
                   filepath, containers,
                   bytestring, pandoc-citeproc, process, temporary >= 1.1,
                   yaml >= 0.11, containers >= 0.4, vector >= 0.10
@@ -213,7 +213,7 @@
   Hs-Source-Dirs: tests, compat
   build-depends:  base >= 4, aeson, directory, text,
                   pandoc-types >= 1.17.3 && < 1.18, mtl,
-                  pandoc >= 1.16 && < 2.7, filepath, containers,
+                  pandoc >= 1.16 && < 2.8, filepath, containers,
                   bytestring, pandoc-citeproc, process, temporary >= 1.1,
                   yaml >= 0.11
   ghc-options:    -funbox-strict-fields -Wall -fno-warn-unused-do-bind 
-threaded
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-citeproc-0.16.1/stack.yaml 
new/pandoc-citeproc-0.16.1.1/stack.yaml
--- old/pandoc-citeproc-0.16.1/stack.yaml       2019-02-16 00:04:32.000000000 
+0100
+++ new/pandoc-citeproc-0.16.1.1/stack.yaml     2019-03-03 02:48:40.000000000 
+0100
@@ -9,7 +9,10 @@
 packages:
 - '.'
 extra-deps:
-- pandoc-2.6
+- pandoc-2.7
+- texmath-0.11.2.1
+- skylighting-core-0.7.7
+- skylighting-0.7.7
 - ipynb-0.1
 ghc-options:
    "$locals": -fhide-source-paths
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pandoc-citeproc-0.16.1/tests/jats.csl 
new/pandoc-citeproc-0.16.1.1/tests/jats.csl
--- old/pandoc-citeproc-0.16.1/tests/jats.csl   1970-01-01 01:00:00.000000000 
+0100
+++ new/pandoc-citeproc-0.16.1.1/tests/jats.csl 2019-03-03 02:48:40.000000000 
+0100
@@ -0,0 +1,208 @@
+<?xml version="1.0" encoding="utf-8"?>
+<style xmlns="http://purl.org/net/xbiblio/csl"; class="in-text" version="1.0" 
default-locale="en-US">
+  <info>
+    <title>Journal Article Tag Suite</title>
+    <title-short>JATS</title-short>
+    <id>http://www.zotero.org/styles/journal-article-tag-suite</id>
+    <link 
href="https://github.com/MartinPaulEve/JATS-CSL/blob/master/jats.csl"; 
rel="self"/>
+    <link rel="documentation" 
href="http://jats.nlm.nih.gov/archiving/tag-library/1.0/index.html"/>
+    <author>
+      <name>Martin Paul Eve</name>
+      <email>[email protected]</email>
+    </author>
+    <category citation-format="numeric"/>
+    <category field="medicine"/>
+    <category field="biology"/>
+    <summary>Use this style to generate bibliographic data in Journal Article 
Tagging Suite (JATS) 1.0 XML format</summary>
+    <updated>2014-06-21T17:41:26+00:00</updated>
+    <rights license="http://creativecommons.org/licenses/by-sa/3.0/";>This work 
is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. 
Originally by Martin Fenner.</rights>
+  </info>
+  <locale xml:lang="en">
+    <terms>
+        <term name="et-al">{{jats}}&lt;etal/&gt;{{/jats}}</term>
+    </terms>
+  </locale>
+  <macro name="citation-number">
+    <text variable="citation-number" prefix="{{jats}}id=&quot;ref-{{/jats}}" 
suffix="{{jats}}&quot;&gt;{{/jats}}"/>
+  </macro>
+  <macro name="author">
+    <names variable="author">
+        <name prefix="{{jats}}&lt;name&gt;{{/jats}}" 
suffix="{{jats}}&lt;/name&gt;{{/jats}}" name-as-sort-order="all" 
sort-separator="">
+            <name-part name="family" text-case="capitalize-first" 
prefix="{{jats}}&lt;surname&gt;{{/jats}}" 
suffix="{{jats}}&lt;/surname&gt;{{/jats}}"/>
+            <name-part name="given" text-case="capitalize-first" 
prefix="{{jats}}&lt;given-names&gt;{{/jats}}" 
suffix="{{jats}}&lt;/given-names&gt;{{/jats}}"/>
+      </name>
+      <substitute>
+        <names variable="editor"/>
+      </substitute>
+    </names>
+  </macro>
+
+  <macro name="editor">
+    <names variable="editor" prefix="{{jats}}&lt;person-group 
person-group-type=&quot;editor&quot;&gt;{{/jats}}" 
suffix="{{jats}}&lt;/person-group&gt;{{/jats}}">
+      <name prefix="{{jats}}&lt;name&gt;{{/jats}}" 
suffix="{{jats}}&lt;/name&gt;{{/jats}}" name-as-sort-order="all" 
sort-separator="">
+        <name-part name="family" text-case="capitalize-first" 
prefix="{{jats}}&lt;surname&gt;{{/jats}}" 
suffix="{{jats}}&lt;/surname&gt;{{/jats}}"/>
+        <name-part name="given" text-case="capitalize-first" 
prefix="{{jats}}&lt;given-names&gt;{{/jats}}" 
suffix="{{jats}}&lt;/given-names&gt;{{/jats}}"/>
+      </name>
+      <substitute>
+        <names variable="editor"/>
+      </substitute>
+    </names>
+  </macro>
+
+  <macro name="editor">
+    <group delimiter=": ">
+      <names variable="editor">
+        <name prefix="{{jats}}&lt;name&gt;{{/jats}}" 
suffix="{{jats}}&lt;/name&gt;{{/jats}}" name-as-sort-order="all" 
sort-separator="">
+          <name-part name="family" text-case="capitalize-first" 
prefix="{{jats}}&lt;surname&gt;{{/jats}}" 
suffix="{{jats}}&lt;/surname&gt;{{/jats}}"/>
+          <name-part name="given" text-case="capitalize-first" 
prefix="{{jats}}&lt;given-names&gt;{{/jats}}" 
suffix="{{jats}}&lt;given-names&gt;{{/jats}}"/>
+        </name>
+      </names>
+    </group>
+  </macro>
+  <macro name="title">
+    <choose>
+      <if type="book" match="any">
+        <group prefix="{{jats}}&lt;source&gt;{{/jats}}" 
suffix="{{jats}}&lt;/source&gt;{{/jats}}">
+               <text variable="title"/>
+                               </group>                        
+                       </if>
+      <else>
+        <group prefix="{{jats}}&lt;article-title&gt;{{/jats}}" 
suffix="{{jats}}&lt;/article-title&gt;{{/jats}}">
+               <text variable="title"/>
+                               </group>
+      </else>
+    </choose>
+  </macro>
+  <macro name="container-title">
+    <text variable="container-title" form="short" 
prefix="{{jats}}&lt;source&gt;{{/jats}}" 
suffix="{{jats}}&lt;/source&gt;{{/jats}}"/>
+  </macro>
+  <macro name="publisher">
+    <text variable="publisher" 
prefix="{{jats}}&lt;publisher-name&gt;{{/jats}}" 
suffix="{{jats}}&lt;/publisher-name&gt;{{/jats}}"/>
+    <text variable="publisher-place" 
prefix="{{jats}}&lt;publisher-loc&gt;{{/jats}}" 
suffix="{{jats}}&lt;/publisher-loc&gt;{{/jats}}"/>
+  </macro>
+  <macro name="link">
+    <choose>
+      <if match="any" variable="DOI">
+        <group prefix="{{jats}}&lt;pub-id 
pub-id-type=&quot;doi&quot;&gt;{{/jats}}" 
suffix="{{jats}}&lt;/pub-id&gt;{{/jats}}">
+          <text variable="DOI"/>
+        </group>
+      </if>
+    </choose>
+    <choose>
+      <if match="any" variable="PMID">
+        <group prefix="{{jats}}&lt;ext-link ext-link-type=&quot;pmid&quot; 
{{/jats}}" suffix="{{jats}}&lt;/ext-link&gt;{{/jats}}">
+          <text variable="PMID" 
prefix="{{jats}}xlink:href=&quot;http://www.ncbi.nlm.nih.gov/pubmed/{{/jats}}"; 
suffix="{{jats}}&quot; xlink:type=&quot;simple&quot;&gt;{{/jats}}"/>
+          <text variable="PMID"/>
+        </group>
+      </if>
+    </choose>
+    <choose>
+      <if variable="URL" match="any">
+        <group prefix="{{jats}}&lt;ext-link ext-link-type=&quot;uri&quot; 
{{/jats}}" suffix="{{jats}}&lt;/ext-link&gt;{{/jats}}">
+          <text variable="URL" prefix="{{jats}}xlink:href=&quot;{{/jats}}" 
suffix="{{jats}}&quot; xlink:type=&quot;simple&quot;&gt;{{/jats}}"/>
+          <text variable="URL"/>
+        </group>
+      </if>
+    </choose>
+  </macro>
+  <macro name="date">
+    <choose>
+      <if type="article-journal article-magazine article-newspaper report 
patent book" match="any">
+        <group prefix="{{jats}}&lt;date&gt;{{/jats}}" 
suffix="{{jats}}&lt;/date&gt;{{/jats}}">
+          <date variable="issued">
+            <date-part name="day" form="numeric-leading-zeros" 
prefix="{{jats}}&lt;day&gt;{{/jats}}" suffix="{{jats}}&lt;/day&gt;{{/jats}}"/>
+            <date-part name="month" form="numeric-leading-zeros" 
prefix="{{jats}}&lt;month&gt;{{/jats}}" 
suffix="{{jats}}&lt;/month&gt;{{/jats}}"/>
+            <date-part name="year" prefix="{{jats}}&lt;year&gt;{{/jats}}" 
suffix="{{jats}}&lt;/year&gt;{{/jats}}"/>
+          </date>
+        </group>
+      </if>
+      <else>
+        <group prefix="{{jats}}&lt;date-in-citation 
content-type=&quot;access-date&quot;{{/jats}}" 
suffix="{{jats}}&lt;/date-in-citation&gt;{{/jats}}">
+          <date variable="accessed" prefix="{{jats}} 
iso-8601-date=&quot;{{/jats}}" suffix="{{jats}}&quot;&gt;{{/jats}}">
+            <date-part name="year"/>
+            <date-part name="month" form="numeric-leading-zeros" 
prefix="{{jats}}-{{/jats}}"/>
+            <date-part name="day" form="numeric-leading-zeros" 
prefix="{{jats}}-{{/jats}}"/>
+          </date>
+          <date variable="accessed">
+            <date-part name="day" prefix="{{jats}}&lt;day&gt;{{/jats}}" 
suffix="{{jats}}&lt;/day&gt;{{/jats}}"/>
+            <date-part name="month" form="numeric-leading-zeros" 
prefix="{{jats}}&lt;month&gt;{{/jats}}" 
suffix="{{jats}}&lt;/month&gt;{{/jats}}"/>
+            <date-part name="year" prefix="{{jats}}&lt;year&gt;{{/jats}}" 
suffix="{{jats}}&lt;/year&gt;{{/jats}}"/>
+          </date>
+        </group>
+      </else>
+    </choose>
+  </macro>
+  <macro name="location">
+    <choose>
+      <if type="article-journal article-magazine" match="any">
+        <text variable="volume" prefix="{{jats}}&lt;volume&gt;{{/jats}}" 
suffix="{{jats}}&lt;/volume&gt;{{/jats}}"/>
+        <text variable="issue" prefix="{{jats}}&lt;issue&gt;{{/jats}}" 
suffix="{{jats}}&lt;/issue&gt;{{/jats}}"/>
+      </if>
+    </choose>
+    <choose>
+      <if type="article-journal article-magazine article-newspaper chapter" 
match="any">
+        <text variable="page-first" prefix="{{jats}}&lt;fpage&gt;{{/jats}}" 
suffix="{{jats}}&lt;/fpage&gt;{{/jats}}"/>
+      </if>
+    </choose>
+  </macro>
+  <macro name="publication-type">
+    <group prefix="{{jats}} publication-type=&quot;{{/jats}}" 
suffix="{{jats}}&quot;&gt;{{/jats}}">
+      <choose>
+        <if type="article-journal article-magazine article-newspaper" 
match="any">
+          <text value="journal"/>
+        </if>
+        <else-if type="book" match="any">
+          <text value="book"/>
+        </else-if>
+        <else-if type="chapter" match="any">
+          <text value="bookchapter"/>
+        </else-if>
+        <else-if type="dataset" match="any">
+          <text value="dataset"/>
+        </else-if>
+        <else-if type="patent" match="any">
+          <text value="patent"/>
+        </else-if>
+        <else-if type="report" match="any">
+          <text value="report"/>
+        </else-if>
+        <else-if type="review" match="any">
+          <text value="review"/>
+        </else-if>
+        <else>
+          <text value="standard"/>
+        </else>
+      </choose>
+    </group>
+  </macro>
+  <citation collapse="citation-number">
+    <sort>
+      <key variable="citation-number"/>
+    </sort>
+    <layout delimiter=",">
+      <group prefix="{{jats}}&lt;xref ref-type=&quot;bibr&quot; 
rid=&quot;{{/jats}}" suffix="{{jats}}&lt;/xref&gt;{{/jats}}">
+        <text variable="citation-number" prefix="{{jats}}ref-{{/jats}}" 
suffix="{{jats}}&quot;&gt;{{/jats}}"/>
+        <text variable="citation-number"/>
+      </group>
+    </layout>
+  </citation>
+  <bibliography sort-separator="">
+    <layout>
+      <group prefix="{{jats}}&lt;ref {{/jats}}" 
suffix="{{jats}}&lt;/ref&gt;{{/jats}}">
+        <text macro="citation-number"/>
+        <group prefix="{{jats}}&lt;element-citation{{/jats}}" 
suffix="{{jats}}&lt;/element-citation&gt;{{/jats}}">
+          <text macro="publication-type"/>
+          <text macro="author" prefix="{{jats}}&lt;person-group 
person-group-type=&quot;author&quot;&gt;{{/jats}}" 
suffix="{{jats}}&lt;/person-group&gt;{{/jats}}"/>
+          <text macro="title" />
+          <text macro="container-title"/>
+          <text macro="editor"/>
+          <text macro="publisher"/>
+          <text macro="date"/>
+          <text macro="location"/>
+          <text macro="link"/>
+        </group>
+      </group>
+    </layout>
+  </bibliography>
+</style>
+


Reply via email to