Hello community,

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

Package is "ghc-hjsmin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-hjsmin/ghc-hjsmin.changes    2016-07-21 
08:11:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-hjsmin.new/ghc-hjsmin.changes       
2016-09-05 21:20:02.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Aug 21 17:24:09 UTC 2016 - [email protected]
+
+- Update to version 0.2.0.2 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  hjsmin-0.2.0.1.tar.gz

New:
----
  hjsmin-0.2.0.2.tar.gz

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

Other differences:
------------------
++++++ ghc-hjsmin.spec ++++++
--- /var/tmp/diff_new_pack.CDMm53/_old  2016-09-05 21:20:03.000000000 +0200
+++ /var/tmp/diff_new_pack.CDMm53/_new  2016-09-05 21:20:03.000000000 +0200
@@ -18,15 +18,14 @@
 
 %global pkg_name hjsmin
 Name:           ghc-%{pkg_name}
-Version:        0.2.0.1
+Version:        0.2.0.2
 Release:        0
 Summary:        Haskell implementation of a javascript minifier
 License:        BSD-3-Clause
-Group:          System/Libraries
+Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-blaze-builder-devel
 BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-containers-devel
@@ -35,7 +34,6 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-text-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Reduces size of javascript files by stripping out extraneous whitespace and
@@ -55,15 +53,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ hjsmin-0.2.0.1.tar.gz -> hjsmin-0.2.0.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hjsmin-0.2.0.1/hjsmin.cabal 
new/hjsmin-0.2.0.2/hjsmin.cabal
--- old/hjsmin-0.2.0.1/hjsmin.cabal     2016-03-19 07:02:26.000000000 +0100
+++ new/hjsmin-0.2.0.2/hjsmin.cabal     2016-08-20 01:17:46.000000000 +0200
@@ -1,5 +1,5 @@
 name:            hjsmin
-version:         0.2.0.1
+version:         0.2.0.2
 license:         BSD3
 license-file:    LICENSE
 author:          Alan Zimmerman <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/hjsmin-0.2.0.1/hjsmin.hs new/hjsmin-0.2.0.2/hjsmin.hs
--- old/hjsmin-0.2.0.1/hjsmin.hs        2016-03-19 07:02:26.000000000 +0100
+++ new/hjsmin-0.2.0.2/hjsmin.hs        2016-08-20 01:17:46.000000000 +0200
@@ -3,6 +3,7 @@
 
 #include "cabal_macros.h"
 
+import Data.Monoid ((<>))
 import Options.Applicative
 import Text.Jasmine
 


Reply via email to