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