12
0

Accepting request 320991 from devel:languages:haskell

- update to 0.1.2.2
* Added Control.Debounce

OBS-URL: https://build.opensuse.org/request/show/320991
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-auto-update?expand=0&rev=2
This commit is contained in:
2015-08-06 22:25:17 +00:00
committed by Git OBS Bridge
4 changed files with 13 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:97d3228ab744ca24b0838a001cb56be24f905e3237581ada800274219cbc4132
size 6670

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7b3000c330055d4059fe8d9ab044c29e3a57b4dc31b88ea386a75a886b6144db
size 6651

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 6 18:53:11 UTC 2015 - mimi.vx@gmail.com
- update to 0.1.2.2
* Added Control.Debounce
-------------------------------------------------------------------
Fri Apr 24 08:53:08 UTC 2015 - mimi.vx@gmail.com

View File

@@ -15,15 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%global pkg_name auto-update
Name: ghc-%{pkg_name}
Version: 0.1.2.1
Name: ghc-auto-update
Version: 0.1.2.2
Release: 0
Summary: Efficiently run periodic, on-demand actions
License: MIT
Group: System/Libraries
License: MIT
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
@@ -51,31 +52,24 @@ 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
%postun devel
%ghc_pkg_recache
%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE
%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
%doc README.md
%changelog