diff --git a/ghc-temporary.changes b/ghc-temporary.changes index f63a0a5..84e09d4 100644 --- a/ghc-temporary.changes +++ b/ghc-temporary.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Oct 4 09:42:54 UTC 2018 - psimons@suse.com + +- Update temporary to version 1.3. + ## 1.3 + + * Generated directory names are now based on random hex strings rather than PIDs. + + This got a major version bump as a courtesy to users who may depend on the + specific form of generated names, but that form is not part of the API + contract and should not be depended upon. + ------------------------------------------------------------------- Wed Jul 18 14:26:43 UTC 2018 - psimons@suse.com diff --git a/ghc-temporary.spec b/ghc-temporary.spec index ee5bc5b..5940756 100644 --- a/ghc-temporary.spec +++ b/ghc-temporary.spec @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %global pkg_name temporary %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.2.1.1 +Version: 1.3 Release: 0 Summary: Portable temporary file and directory support License: BSD-3-Clause @@ -30,6 +30,7 @@ BuildRequires: ghc-Cabal-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-exceptions-devel BuildRequires: ghc-filepath-devel +BuildRequires: ghc-random-devel BuildRequires: ghc-rpm-macros BuildRequires: ghc-transformers-devel BuildRequires: ghc-unix-devel diff --git a/temporary-1.2.1.1.tar.gz b/temporary-1.2.1.1.tar.gz deleted file mode 100644 index 05357e0..0000000 --- a/temporary-1.2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55772471e59529f4bde9555f6abb21d19a611c7d70b13befe114dc1a0ecb00f3 -size 5304 diff --git a/temporary-1.3.tar.gz b/temporary-1.3.tar.gz new file mode 100644 index 0000000..7d7ed74 --- /dev/null +++ b/temporary-1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c442993694b5ffca823ce864af95bd2841fb5264ee511c61cf48cc71d879890 +size 5686