From b9b9daada035f2dc3189dbf5fa7c84cdf00b0c05a04e602844f9944cddcd5931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 24 Aug 2016 13:08:57 +0000 Subject: [PATCH] Accepting request 421609 from devel:languages:haskell:lts:6 version update OBS-URL: https://build.opensuse.org/request/show/421609 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-connection?expand=0&rev=7 --- connection-0.2.5.tar.gz | 3 --- connection-0.2.6.tar.gz | 3 +++ ghc-connection.changes | 5 +++++ ghc-connection.spec | 9 ++------- 4 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 connection-0.2.5.tar.gz create mode 100644 connection-0.2.6.tar.gz diff --git a/connection-0.2.5.tar.gz b/connection-0.2.5.tar.gz deleted file mode 100644 index ccde17b..0000000 --- a/connection-0.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8895d4427985202ac439b884deb4b5675ccba3d9498fce3687f1542b4ba21124 -size 7576 diff --git a/connection-0.2.6.tar.gz b/connection-0.2.6.tar.gz new file mode 100644 index 0000000..d0f8c49 --- /dev/null +++ b/connection-0.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c16c28094a92ccf8fd58c61a4555b60158615914676c5c65c998a69ece37b0 +size 8392 diff --git a/ghc-connection.changes b/ghc-connection.changes index cb55ad8..98852bf 100644 --- a/ghc-connection.changes +++ b/ghc-connection.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 17 18:28:09 UTC 2016 - psimons@suse.com + +- Update to version 0.2.6 revision 0 with cabal2obs. + ------------------------------------------------------------------- Sun Jul 10 17:01:51 UTC 2016 - psimons@suse.com diff --git a/ghc-connection.spec b/ghc-connection.spec index 88984b0..e620dcb 100644 --- a/ghc-connection.spec +++ b/ghc-connection.spec @@ -18,15 +18,14 @@ %global pkg_name connection Name: ghc-%{pkg_name} -Version: 0.2.5 +Version: 0.2.6 Release: 0 Summary: Simple and easy network connections API 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-byteable-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel @@ -40,7 +39,6 @@ BuildRequires: ghc-x509-store-devel BuildRequires: ghc-x509-system-devel BuildRequires: ghc-x509-validation-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -# End cabal-rpm deps %description Simple network library for all your connection need. @@ -64,15 +62,12 @@ This package provides the Haskell %{pkg_name} library development files. %prep %setup -q -n %{pkg_name}-%{version} - %build %ghc_lib_build - %install %ghc_lib_install - %post devel %ghc_pkg_recache