Hello community,

here is the log from the commit of package texmath for openSUSE:Factory checked 
in at 2016-09-05 21:21:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texmath (Old)
 and      /work/SRC/openSUSE:Factory/.texmath.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texmath"

Changes:
--------
--- /work/SRC/openSUSE:Factory/texmath/texmath.changes  2016-07-21 
08:01:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.texmath.new/texmath.changes     2016-09-05 
21:21:13.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug  1 10:41:44 UTC 2016 - psim...@suse.com
+
+- Update to version 0.8.6.5 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  texmath-0.8.6.4.tar.gz

New:
----
  texmath-0.8.6.5.tar.gz

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

Other differences:
------------------
++++++ texmath.spec ++++++
--- /var/tmp/diff_new_pack.peJRc2/_old  2016-09-05 21:21:14.000000000 +0200
+++ /var/tmp/diff_new_pack.peJRc2/_new  2016-09-05 21:21:14.000000000 +0200
@@ -19,36 +19,35 @@
 %global pkg_name texmath
 %bcond_with tests
 Name:           %{pkg_name}
-Version:        0.8.6.4
+Version:        0.8.6.5
 Release:        0
 Summary:        Conversion between formats used to represent mathematics
 License:        GPL-2.0
 Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{name}
 Source0:        
https://hackage.haskell.org/package/%{name}-%{version}/%{name}-%{version}.tar.gz
+BuildRequires:  chrpath
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
+BuildRequires:  ghc-aeson-devel
+BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
 BuildRequires:  ghc-mtl-devel
+BuildRequires:  ghc-network-uri-devel
 BuildRequires:  ghc-pandoc-types-devel
 BuildRequires:  ghc-parsec-devel
 BuildRequires:  ghc-rpm-macros
+BuildRequires:  ghc-split-devel
 BuildRequires:  ghc-syb-devel
+BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-xml-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
-BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-directory-devel
 BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-process-devel
-BuildRequires:  ghc-split-devel
 BuildRequires:  ghc-temporary-devel
-BuildRequires:  ghc-text-devel
 BuildRequires:  ghc-utf8-string-devel
 %endif
-# End cabal-rpm deps
-BuildRequires:  ghc-network-uri-devel
-BuildRequires:  ghc-split-devel
 
 %description
 The texmath library provides functions to read and write TeX math, presentation
@@ -94,21 +93,17 @@
 
 %prep
 %setup -q
-%define cabal_configure_options -f 'executable'
 
 %build
+%define cabal_configure_options -fnetwork-uri -fexecutable
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
-%ghc_fix_dynamic_rpath %{name}
+%ghc_fix_dynamic_rpath %{pkg_name}
 
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post -n ghc-%{name}-devel
 %ghc_pkg_recache
@@ -119,7 +114,7 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE
-%doc README.markdown
+%doc README.markdown changelog
 %{_bindir}/%{name}
 
 %files -n ghc-%{name} -f ghc-%{name}.files
@@ -128,5 +123,6 @@
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
 %defattr(-,root,root,-)
+%doc README.markdown changelog
 
 %changelog

++++++ texmath-0.8.6.4.tar.gz -> texmath-0.8.6.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmath-0.8.6.4/changelog 
new/texmath-0.8.6.5/changelog
--- old/texmath-0.8.6.4/changelog       2016-06-22 20:43:48.000000000 +0200
+++ new/texmath-0.8.6.5/changelog       2016-07-24 19:54:30.000000000 +0200
@@ -1,7 +1,10 @@
+texmath (0.8.6.5)
+
+  * Fixed transposition of sub/super on operators (jgm/pandoc#3040).
+
 texmath (0.8.6.4)
 
-  * Handle equation environment (without numbering).  This is similar
-    to the way we handle environments like align.
+  * Support 'equation' environment, without the numbering of course.
 
 texmath (0.8.6.3)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmath-0.8.6.4/src/Text/TeXMath/Writers/OMML.hs 
new/texmath-0.8.6.5/src/Text/TeXMath/Writers/OMML.hs
--- old/texmath-0.8.6.4/src/Text/TeXMath/Writers/OMML.hs        2016-06-22 
20:43:48.000000000 +0200
+++ new/texmath-0.8.6.5/src/Text/TeXMath/Writers/OMML.hs        2016-07-24 
19:54:30.000000000 +0200
@@ -117,11 +117,11 @@
   case exp' of
        EOver convertible x y
          | isNary x  ->
-             EGrouped [EUnderover convertible x y emptyGroup, next] : rest
+             EGrouped [EUnderover convertible x emptyGroup y, next] : rest
          | convertible && dt == DisplayInline -> ESuper x y : xs
        EUnder convertible x y
          | isNary x  ->
-             EGrouped [EUnderover convertible x emptyGroup y, next] : rest
+             EGrouped [EUnderover convertible x y emptyGroup, next] : rest
          | convertible && dt == DisplayInline -> ESub x y : xs
        EUnderover convertible x y z
          | isNary x  ->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmath-0.8.6.4/tests/writers/sphere_volume.omml 
new/texmath-0.8.6.5/tests/writers/sphere_volume.omml
--- old/texmath-0.8.6.4/tests/writers/sphere_volume.omml        2016-06-22 
20:43:49.000000000 +0200
+++ new/texmath-0.8.6.5/tests/writers/sphere_volume.omml        2016-07-24 
19:54:31.000000000 +0200
@@ -142,15 +142,15 @@
             <m:naryPr>
               <m:chr m:val="∭" />
               <m:limLoc m:val="undOvr" />
-              <m:subHide m:val="1" />
-              <m:supHide m:val="0" />
+              <m:subHide m:val="0" />
+              <m:supHide m:val="1" />
             </m:naryPr>
-            <m:sub />
-            <m:sup>
+            <m:sub>
               <m:r>
                 <m:t>S</m:t>
               </m:r>
-            </m:sup>
+            </m:sub>
+            <m:sup />
             <m:e />
           </m:nary>
           <m:sSup>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmath-0.8.6.4/tests/writers/substack.omml 
new/texmath-0.8.6.5/tests/writers/substack.omml
--- old/texmath-0.8.6.4/tests/writers/substack.omml     2016-06-22 
20:43:49.000000000 +0200
+++ new/texmath-0.8.6.5/tests/writers/substack.omml     2016-07-24 
19:54:31.000000000 +0200
@@ -8,11 +8,10 @@
       <m:naryPr>
         <m:chr m:val="∑" />
         <m:limLoc m:val="undOvr" />
-        <m:subHide m:val="1" />
-        <m:supHide m:val="0" />
+        <m:subHide m:val="0" />
+        <m:supHide m:val="1" />
       </m:naryPr>
-      <m:sub />
-      <m:sup>
+      <m:sub>
         <m:m>
           <m:mPr>
             <m:baseJc m:val="center" />
@@ -65,7 +64,8 @@
             </m:e>
           </m:mr>
         </m:m>
-      </m:sup>
+      </m:sub>
+      <m:sup />
       <m:e>
         <m:r>
           <m:t>P</m:t>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/texmath-0.8.6.4/texmath.cabal 
new/texmath-0.8.6.5/texmath.cabal
--- old/texmath-0.8.6.4/texmath.cabal   2016-06-22 20:43:48.000000000 +0200
+++ new/texmath-0.8.6.5/texmath.cabal   2016-07-24 19:54:30.000000000 +0200
@@ -1,5 +1,5 @@
 Name:                texmath
-Version:             0.8.6.4
+Version:             0.8.6.5
 Cabal-Version:       >= 1.10
 Build-type:          Simple
 Synopsis:            Conversion between formats used to represent mathematics.


Reply via email to