Hello community,

here is the log from the commit of package ghc-mime-types for openSUSE:Factory 
checked in at 2016-04-30 23:30:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-mime-types (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-mime-types.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-mime-types"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-mime-types/ghc-mime-types.changes    
2015-05-22 09:51:32.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-mime-types.new/ghc-mime-types.changes       
2016-04-30 23:30:23.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Apr 26 08:31:40 UTC 2016 - [email protected]
+
+- update to 0.1.0.7
+* Add support for .less files
+
+-------------------------------------------------------------------

Old:
----
  mime-types-0.1.0.6.tar.gz

New:
----
  mime-types-0.1.0.7.tar.gz

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

Other differences:
------------------
++++++ ghc-mime-types.spec ++++++
--- /var/tmp/diff_new_pack.ukBGpe/_old  2016-04-30 23:30:24.000000000 +0200
+++ /var/tmp/diff_new_pack.ukBGpe/_new  2016-04-30 23:30:24.000000000 +0200
@@ -19,7 +19,7 @@
 %global pkg_name mime-types
 
 Name:           ghc-mime-types
-Version:        0.1.0.6
+Version:        0.1.0.7
 Release:        0
 Summary:        Basic mime-type handling types and functions
 License:        MIT

++++++ mime-types-0.1.0.6.tar.gz -> mime-types-0.1.0.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mime-types-0.1.0.6/ChangeLog.md 
new/mime-types-0.1.0.7/ChangeLog.md
--- old/mime-types-0.1.0.6/ChangeLog.md 2015-03-18 17:56:01.000000000 +0100
+++ new/mime-types-0.1.0.7/ChangeLog.md 2016-04-21 13:27:45.000000000 +0200
@@ -1,3 +1,7 @@
+## 0.1.0.7
+
+* Add support for .less files [#534](https://github.com/yesodweb/wai/pull/534)
+
 ## 0.1.0.6
 
 * Add woff2 mime type [#350](https://github.com/yesodweb/wai/pull/350)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mime-types-0.1.0.6/Network/Mime.hs 
new/mime-types-0.1.0.7/Network/Mime.hs
--- old/mime-types-0.1.0.6/Network/Mime.hs      2015-03-18 17:56:01.000000000 
+0100
+++ new/mime-types-0.1.0.7/Network/Mime.hs      2016-04-21 13:27:18.000000000 
+0200
@@ -468,6 +468,11 @@
     , ("lbd", "application/vnd.llamagraphics.life-balance.desktop")
     , ("lbe", "application/vnd.llamagraphics.life-balance.exchange+xml")
     , ("les", "application/vnd.hhe.lesson-player")
+
+    -- Added after deliberation in PR 
(https://github.com/yesodweb/wai/pull/534)
+    -- Accepted mainly because of StackOverflow 
(http://stackoverflow.com/questions/7319555/how-to-add-less-to-iis-7-0)
+    , ("less", "text/css")
+    
     , ("lha", "application/x-lzh-compressed")
     , ("link66", "application/vnd.route66.link66+xml")
     , ("list", "text/plain")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mime-types-0.1.0.6/mime-types.cabal 
new/mime-types-0.1.0.7/mime-types.cabal
--- old/mime-types-0.1.0.6/mime-types.cabal     2015-03-18 17:56:01.000000000 
+0100
+++ new/mime-types-0.1.0.7/mime-types.cabal     2016-04-21 13:27:46.000000000 
+0200
@@ -1,5 +1,5 @@
 name:                mime-types
-version:             0.1.0.6
+version:             0.1.0.7
 synopsis:            Basic mime-type handling types and functions
 description:         API docs and the README are available at 
<http://www.stackage.org/package/mime-types>.
 homepage:            https://github.com/yesodweb/wai


Reply via email to