Hello community,

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

Package is "ghc-nonce"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-nonce/ghc-nonce.changes      2016-05-03 
09:35:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-nonce.new/ghc-nonce.changes 2016-07-20 
09:28:12.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:00:05 UTC 2016 - psim...@suse.com
+
+- Update to version 1.0.2 revision 1 with cabal2obs.
+
+-------------------------------------------------------------------

New:
----
  1.cabal

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

Other differences:
------------------
++++++ ghc-nonce.spec ++++++
--- /var/tmp/diff_new_pack.YwWkAR/_old  2016-07-20 09:28:13.000000000 +0200
+++ /var/tmp/diff_new_pack.YwWkAR/_new  2016-07-20 09:28:13.000000000 +0200
@@ -25,6 +25,7 @@
 Group:          System/Libraries
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal
 BuildRequires:  ghc-Cabal-devel
 # Begin cabal-rpm deps:
 BuildRequires:  ghc-base64-bytestring-devel
@@ -60,23 +61,22 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 
 %build
-%{ghc_lib_build}
+%ghc_lib_build
 
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
 
 
 %post devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %postun devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %files -f %{name}.files
 %defattr(-,root,root,-)

++++++ 1.cabal ++++++
name:                nonce
version:             1.0.2
x-revision: 1
synopsis:            Generate cryptographic nonces.
homepage:            https://github.com/prowdsponsor/nonce
license:             BSD3
license-file:        LICENSE
author:              Felipe Lessa <felipe.le...@prowdsponsor.com>
maintainer:          Prowdsponsor <opensou...@prowdsponsor.com>
copyright:           (c) 2014 Prowdsponsor
category:            Cryptography
build-type:          Simple
cabal-version:       >= 1.10
description:
  According to the Wikipedia, a nonce is an arbitrary number used
  only once in a cryptographic communication.  This package
  contain helper functions for generating nonces.
  .
  There are many kinds of nonces used in different situations.
  It's not guaranteed that by using the nonces from this package
  you won't have any security issues.  Please make sure that the
  nonces generated via this package are usable on your design.

source-repository head
  type:     git
  location: git://github.com/prowdsponsor/nonce.git

library
  exposed-modules:
    Crypto.Nonce
  build-depends:
      base              >= 4.5   && < 4.10
    , base64-bytestring == 1.0.*
    , bytestring        >= 0.9
    , crypto-random     == 0.0.*
    , cprng-aes         >= 0.5   && < 0.7
    , text              >= 0.9
    , transformers      >= 0.2
  hs-source-dirs: src/
  default-language: Haskell2010
  ghc-options: -Wall
  default-extensions:
    DeriveDataTypeable

Reply via email to