Browse Source

update to 0.10

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@10381 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 7 years ago
parent
commit
46721a35dd
1 changed files with 6 additions and 2 deletions
  1. 6 2
      p/pandoc-citeproc/pandoc-citeproc-vl.spec

+ 6 - 2
p/pandoc-citeproc/pandoc-citeproc-vl.spec

@@ -1,8 +1,8 @@
 %define pkg_name    pandoc-citeproc
-%define pkg_version 0.9.1.1
+%define pkg_version 0.10
 %define pkg_release 1%{?_dist_release}
 
-%define pandoc_version 1.17.0.3
+%define pandoc_version 1.17.1
 
 Summary:  Library and executable for using citeproc with pandoc
 Name:    %{pkg_name}
@@ -36,6 +36,7 @@ BuildRequires: libghc-aeson
 BuildRequires: libghc-http-client-tls
 BuildRequires: yaml
 BuildRequires: libghc-build-pandoc
+BuildRequires: pandoc = %{pandoc_version}
 BuildRequires: pandoc-libs = %{pandoc_version}
 
 BuildRequires: docbook-utils docbook-utils-pdf docbook-style-xsl
@@ -110,6 +111,9 @@ cabal copy --destdir=${RPM_BUILD_ROOT}
 
 
 %changelog
+* Sat Jun 18 2016 Toshiaki Ara <ara_t@384.jp> 0.10-1
+- update to 0.10
+
 * Fri May 06 2016 Toshiaki Ara <ara_t@384.jp> 0.9.1.1-1
 - new package (devide from pandoc)