Hello community, here is the log from the commit of package ghc-unix-time for openSUSE:Factory checked in at 2015-10-19 22:53:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-unix-time (Old) and /work/SRC/openSUSE:Factory/.ghc-unix-time.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unix-time" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-unix-time/ghc-unix-time.changes 2015-05-21 08:38:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-unix-time.new/ghc-unix-time.changes 2015-10-20 00:08:28.000000000 +0200 @@ -1,0 +2,5 @@ +Sun Oct 18 14:54:48 UTC 2015 - [email protected] + +- update to 0.3.6 + +------------------------------------------------------------------- Old: ---- unix-time-0.3.5.tar.gz New: ---- unix-time-0.3.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-unix-time.spec ++++++ --- /var/tmp/diff_new_pack.OSZDJ7/_old 2015-10-20 00:08:29.000000000 +0200 +++ /var/tmp/diff_new_pack.OSZDJ7/_new 2015-10-20 00:08:29.000000000 +0200 @@ -15,17 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name unix-time %bcond_with tests -Name: ghc-%{pkg_name} -Version: 0.3.5 +Name: ghc-unix-time +Version: 0.3.6 Release: 0 Summary: Unix time parser/formatter and utilities +License: BSD-3-Clause Group: System/Libraries -License: BSD-3-Clause Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -64,36 +65,28 @@ %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install - %check %if %{with tests} %cabal test %endif - %post devel %ghc_pkg_recache - %postun devel %ghc_pkg_recache - %files -f %{name}.files %defattr(-,root,root,-) %doc LICENSE - %files devel -f %{name}-devel.files %defattr(-,root,root,-) - %changelog ++++++ unix-time-0.3.5.tar.gz -> unix-time-0.3.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unix-time-0.3.5/Data/UnixTime/Types.hsc new/unix-time-0.3.6/Data/UnixTime/Types.hsc --- old/unix-time-0.3.5/Data/UnixTime/Types.hsc 2015-02-24 04:28:03.000000000 +0100 +++ new/unix-time-0.3.6/Data/UnixTime/Types.hsc 2015-10-14 07:10:32.000000000 +0200 @@ -12,8 +12,6 @@ #include <sys/time.h> -#let alignment t = "%lu", (unsigned long)offsetof(struct {char x__; t (y__); }, y__) - -- | -- Data structure for Unix time. -- @@ -35,7 +33,7 @@ instance Storable UnixTime where sizeOf _ = (#size struct timeval) - alignment _ = (#alignment struct timeval) + alignment _ = (#const offsetof(struct {char x__; struct timeval (y__); }, y__)) peek ptr = UnixTime <$> (#peek struct timeval, tv_sec) ptr <*> (#peek struct timeval, tv_usec) ptr diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unix-time-0.3.5/unix-time.cabal new/unix-time-0.3.6/unix-time.cabal --- old/unix-time-0.3.5/unix-time.cabal 2015-02-24 04:28:03.000000000 +0100 +++ new/unix-time-0.3.6/unix-time.cabal 2015-10-14 07:10:32.000000000 +0200 @@ -1,5 +1,5 @@ Name: unix-time -Version: 0.3.5 +Version: 0.3.6 Author: Kazu Yamamoto <[email protected]> Maintainer: Kazu Yamamoto <[email protected]> License: BSD3
