From a60e98c2cd1df0781ecbdc203a4908631af5b2355903884844652c042610632a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sun, 17 May 2015 15:47:41 +0000 Subject: [PATCH] - update to 0.2.1 * no upstream changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-easy-file?expand=0&rev=2 --- easy-file-0.2.0.tar.gz | 3 --- easy-file-0.2.1.tar.gz | 3 +++ ghc-easy-file.changes | 6 ++++++ ghc-easy-file.spec | 14 ++++---------- 4 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 easy-file-0.2.0.tar.gz create mode 100644 easy-file-0.2.1.tar.gz diff --git a/easy-file-0.2.0.tar.gz b/easy-file-0.2.0.tar.gz deleted file mode 100644 index 87a999a..0000000 --- a/easy-file-0.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4a548fd47953f81ec2b528aa5d4e5cf36799a8cbac053f7df43b97807b9c1a6d -size 12607 diff --git a/easy-file-0.2.1.tar.gz b/easy-file-0.2.1.tar.gz new file mode 100644 index 0000000..8205640 --- /dev/null +++ b/easy-file-0.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff86e1b29284499bea5f1d0ff539b3ed64fa6d1a06c2243ca61f93be0202e56c +size 12610 diff --git a/ghc-easy-file.changes b/ghc-easy-file.changes index 4809607..ce9ae4a 100644 --- a/ghc-easy-file.changes +++ b/ghc-easy-file.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun May 17 15:45:26 UTC 2015 - mimi.vx@gmail.com + +- update to 0.2.1 +* no upstream changelog + ------------------------------------------------------------------- Fri Apr 24 17:41:23 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-easy-file.spec b/ghc-easy-file.spec index 60a049f..99ea8cb 100644 --- a/ghc-easy-file.spec +++ b/ghc-easy-file.spec @@ -15,15 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %global pkg_name easy-file -Name: ghc-%{pkg_name} -Version: 0.2.0 +Name: ghc-easy-file +Version: 0.2.1 Release: 0 Summary: Cross-platform File handling +License: BSD-3-Clause Group: System/Libraries -License: BSD-3-Clause 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 @@ -56,30 +57,23 @@ 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,-) - %changelog