commit ghc-word8 for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package ghc-word8 for openSUSE:Factory 
checked in at 2020-08-28 21:41:22

Comparing /work/SRC/openSUSE:Factory/ghc-word8 (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-word8.new.3399 (New)


Package is "ghc-word8"

Fri Aug 28 21:41:22 2020 rev:3 rq:829497 version:0.1.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-word8/ghc-word8.changes  2020-06-19 
17:21:07.095493805 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-word8.new.3399/ghc-word8.changes
2020-08-28 21:41:23.752887658 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 10:46:40 UTC 2020 - Peter Simons 
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+---



Other differences:
--
++ ghc-word8.spec ++
--- /var/tmp/diff_new_pack.n9tCMu/_old  2020-08-28 21:41:24.228887833 +0200
+++ /var/tmp/diff_new_pack.n9tCMu/_new  2020-08-28 21:41:24.232887834 +0200
@@ -45,7 +45,7 @@
 This package provides the Haskell %{pkg_name} library development files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 
 %build
 %ghc_lib_build




commit ghc-word8 for openSUSE:Factory

2020-06-19 Thread root
Hello community,

here is the log from the commit of package ghc-word8 for openSUSE:Factory 
checked in at 2020-06-19 17:21:06

Comparing /work/SRC/openSUSE:Factory/ghc-word8 (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-word8.new.3606 (New)


Package is "ghc-word8"

Fri Jun 19 17:21:06 2020 rev:2 rq:815217 version:0.1.3

Changes:

--- /work/SRC/openSUSE:Factory/ghc-word8/ghc-word8.changes  2020-01-03 
17:34:59.787234437 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-word8.new.3606/ghc-word8.changes
2020-06-19 17:21:07.095493805 +0200
@@ -2 +2 @@
-Mon Dec 23 07:52:43 UTC 2019 - psim...@suse.com
+Tue Jun  9 09:26:13 UTC 2020 - psim...@suse.com



Other differences:
--
++ ghc-word8.spec ++
--- /var/tmp/diff_new_pack.ipsr6b/_old  2020-06-19 17:21:08.039496603 +0200
+++ /var/tmp/diff_new_pack.ipsr6b/_new  2020-06-19 17:21:08.043496615 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-word8
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed




commit ghc-word8 for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-word8 for openSUSE:Factory 
checked in at 2016-07-27 16:11:32

Comparing /work/SRC/openSUSE:Factory/ghc-word8 (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-word8.new (New)


Package is "ghc-word8"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-word8/ghc-word8.changes  2015-05-28 
09:53:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-word8.new/ghc-word8.changes 2016-07-27 
16:11:32.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:17:33 UTC 2016 - psim...@suse.com
+
+- Update to version 0.1.2 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-word8.spec ++
--- /var/tmp/diff_new_pack.kffIcE/_old  2016-07-27 16:11:34.0 +0200
+++ /var/tmp/diff_new_pack.kffIcE/_new  2016-07-27 16:11:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-word8
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,23 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global pkg_name word8
 
+%global pkg_name word8
 %bcond_with tests
-
 Name:   ghc-%{pkg_name}
 Version:0.1.2
 Release:0
 Summary:Word8 library
-Group:  System/Libraries
-
 License:BSD-3-Clause
+Group:  System/Libraries
 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
-
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # Begin cabal-rpm deps:
 %if %{with tests}
 BuildRequires:  ghc-hspec-devel
@@ -41,19 +38,17 @@
 %description
 Word8 library to be used with Data.ByteString.
 
-
 %package devel
 Summary:Haskell %{pkg_name} library development files
 Group:  Development/Libraries/Other
+Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
 Requires(postun): ghc-compiler = %{ghc_version}
-Requires:   %{name} = %{version}-%{release}
 
 %description devel
 This package provides the Haskell %{pkg_name} library development files.
 
-
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
@@ -68,25 +63,21 @@
 
 %check
 %if %{with tests}
-%cabal test
+%{cabal} test
 %endif
 
 
 %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




commit ghc-word8 for openSUSE:Factory

2015-05-28 Thread h_root
Hello community,

here is the log from the commit of package ghc-word8 for openSUSE:Factory 
checked in at 2015-05-28 09:53:10

Comparing /work/SRC/openSUSE:Factory/ghc-word8 (Old)
 and  /work/SRC/openSUSE:Factory/.ghc-word8.new (New)


Package is ghc-word8

Changes:

New Changes file:

--- /dev/null   2015-05-15 19:41:08.266053825 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-word8.new/ghc-word8.changes 2015-05-28 
09:53:11.0 +0200
@@ -0,0 +1,5 @@
+---
+Fri Apr 24 18:55:00 UTC 2015 - mimi...@gmail.com
+
+- initial commit 
+

New:

  ghc-word8.changes
  ghc-word8.spec
  word8-0.1.2.tar.gz



Other differences:
--
++ ghc-word8.spec ++
#
# spec file for package ghc-word8
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#

%global pkg_name word8

%bcond_with tests

Name:   ghc-%{pkg_name}
Version:0.1.2
Release:0
Summary:Word8 library
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

BuildRequires:  ghc-Cabal-devel
BuildRequires:  ghc-rpm-macros
# Begin cabal-rpm deps:
%if %{with tests}
BuildRequires:  ghc-hspec-devel
%endif
# End cabal-rpm deps

%description
Word8 library to be used with Data.ByteString.


%package devel
Summary:Haskell %{pkg_name} library development files
Group:  Development/Libraries/Other
Requires:   ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
Requires:   %{name} = %{version}-%{release}

%description devel
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


%check
%if %{with tests}
%cabal test
%endif


%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