Hello community,

here is the log from the commit of package ghc-x509-system for openSUSE:Factory 
checked in at 2018-05-30 12:16:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-x509-system (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-x509-system.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-x509-system"

Wed May 30 12:16:00 2018 rev:8 rq:607927 version:1.6.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-x509-system/ghc-x509-system.changes  
2017-08-31 21:01:52.405809896 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-x509-system.new/ghc-x509-system.changes     
2018-05-30 12:27:57.272918165 +0200
@@ -1,0 +2,6 @@
+Mon May 14 17:02:11 UTC 2018 - psim...@suse.com
+
+- Update x509-system to version 1.6.6.
+  Upstream does not provide a changelog.
+
+-------------------------------------------------------------------

Old:
----
  x509-system-1.6.5.tar.gz

New:
----
  x509-system-1.6.6.tar.gz

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

Other differences:
------------------
++++++ ghc-x509-system.spec ++++++
--- /var/tmp/diff_new_pack.i5lFWT/_old  2018-05-30 12:27:57.968893628 +0200
+++ /var/tmp/diff_new_pack.i5lFWT/_new  2018-05-30 12:27:57.972893488 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-x509-system
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,12 @@
 
 %global pkg_name x509-system
 Name:           ghc-%{pkg_name}
-Version:        1.6.5
+Version:        1.6.6
 Release:        0
 Summary:        Handle per-operating-system X.509 accessors and storage
 License:        BSD-3-Clause
-Group:          Development/Languages/Other
-Url:            https://hackage.haskell.org/package/%{pkg_name}
+Group:          Development/Libraries/Haskell
+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
 BuildRequires:  ghc-bytestring-devel
@@ -36,14 +36,13 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-x509-devel
 BuildRequires:  ghc-x509-store-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 System X.509 handling.
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files
-Group:          Development/Libraries/Other
+Group:          Development/Libraries/Haskell
 Requires:       %{name} = %{version}-%{release}
 Requires:       ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -68,10 +67,8 @@
 %ghc_pkg_recache
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc LICENSE
+%license LICENSE
 
 %files devel -f %{name}-devel.files
-%defattr(-,root,root,-)
 
 %changelog

++++++ x509-system-1.6.5.tar.gz -> x509-system-1.6.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/x509-system-1.6.5/System/X509/MacOS.hs 
new/x509-system-1.6.6/System/X509/MacOS.hs
--- old/x509-system-1.6.5/System/X509/MacOS.hs  2015-06-19 22:19:18.000000000 
+0200
+++ new/x509-system-1.6.6/System/X509/MacOS.hs  2017-07-31 22:17:24.000000000 
+0200
@@ -1,6 +1,6 @@
 module System.X509.MacOS
-       ( getSystemCertificateStore
-       ) where
+    ( getSystemCertificateStore
+    ) where
 
 import Data.PEM (pemParseLBS, PEM(..))
 import System.Process
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/x509-system-1.6.5/System/X509.hs 
new/x509-system-1.6.6/System/X509.hs
--- old/x509-system-1.6.5/System/X509.hs        2014-10-09 06:25:42.000000000 
+0200
+++ new/x509-system-1.6.6/System/X509.hs        2017-07-31 22:17:24.000000000 
+0200
@@ -7,8 +7,8 @@
 -- Portability : good
 --
 module System.X509
-       ( getSystemCertificateStore
-       ) where
+    ( getSystemCertificateStore
+    ) where
 
 #if defined(WINDOWS)
 import System.X509.Win32
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/x509-system-1.6.5/x509-system.cabal 
new/x509-system-1.6.6/x509-system.cabal
--- old/x509-system-1.6.5/x509-system.cabal     2017-07-21 19:18:45.000000000 
+0200
+++ new/x509-system-1.6.6/x509-system.cabal     2017-07-31 22:24:06.000000000 
+0200
@@ -1,5 +1,5 @@
 Name:                x509-system
-version:             1.6.5
+version:             1.6.6
 Description:         System X.509 handling
 License:             BSD3
 License-file:        LICENSE


Reply via email to