commit ghc-sandi for openSUSE:Factory

2020-09-07 Thread root
Hello community,

here is the log from the commit of package ghc-sandi for openSUSE:Factory 
checked in at 2020-09-07 22:03:38

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


Package is "ghc-sandi"

Mon Sep  7 22:03:38 2020 rev:3 rq:832314 version:0.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-sandi/ghc-sandi.changes  2020-08-28 
21:37:50.852793997 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-sandi.new.3399/ghc-sandi.changes
2020-09-07 22:03:39.834106588 +0200
@@ -1,0 +2,6 @@
+Mon Aug 31 09:34:39 UTC 2020 - psim...@suse.com
+
+- Update sandi to version 0.5 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+---



Other differences:
--



commit ghc-sandi for openSUSE:Factory

2020-08-28 Thread root
Hello community,

here is the log from the commit of package ghc-sandi for openSUSE:Factory 
checked in at 2020-08-28 21:37:49

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


Package is "ghc-sandi"

Fri Aug 28 21:37:49 2020 rev:2 rq:829409 version:0.5

Changes:

--- /work/SRC/openSUSE:Factory/ghc-sandi/ghc-sandi.changes  2020-06-19 
17:03:57.944604977 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-sandi.new.3399/ghc-sandi.changes
2020-08-28 21:37:50.852793997 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 10:45:56 UTC 2020 - Peter Simons 
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+---



Other differences:
--
++ ghc-sandi.spec ++
--- /var/tmp/diff_new_pack.s3DamC/_old  2020-08-28 21:37:51.424794269 +0200
+++ /var/tmp/diff_new_pack.s3DamC/_new  2020-08-28 21:37:51.428794271 +0200
@@ -52,7 +52,7 @@
 This package provides the Haskell %{pkg_name} library development files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build




commit ghc-sandi for openSUSE:Factory

2016-11-02 Thread h_root
Hello community,

here is the log from the commit of package ghc-sandi for openSUSE:Factory 
checked in at 2016-11-02 12:45:10

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


Package is "ghc-sandi"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-sandi/ghc-sandi.changes  2016-07-27 
16:09:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-sandi.new/ghc-sandi.changes 2016-11-02 
12:45:13.0 +0100
@@ -1,0 +2,5 @@
+Thu Sep 15 07:07:46 UTC 2016 - psim...@suse.com
+
+- Update to version 0.4.0 revision 0 with cabal2obs.
+
+---

Old:

  sandi-0.3.6.tar.gz

New:

  sandi-0.4.0.tar.gz



Other differences:
--
++ ghc-sandi.spec ++
--- /var/tmp/diff_new_pack.iF6sXH/_old  2016-11-02 12:45:16.0 +0100
+++ /var/tmp/diff_new_pack.iF6sXH/_new  2016-11-02 12:45:16.0 +0100
@@ -19,19 +19,19 @@
 %global pkg_name sandi
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:0.3.6
+Version:0.4.0
 Release:0
 Summary:Data encoding library
 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-bytestring-devel
 BuildRequires:  ghc-conduit-devel
 BuildRequires:  ghc-exceptions-devel
 BuildRequires:  ghc-rpm-macros
+BuildRequires:  ghc-stringsearch-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
@@ -40,7 +40,6 @@
 BuildRequires:  ghc-tasty-quickcheck-devel
 BuildRequires:  ghc-tasty-th-devel
 %endif
-# End cabal-rpm deps
 
 %description
 Reasonably fast data encoding library.
@@ -59,20 +58,14 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
 
 %post devel
 %ghc_pkg_recache

++ sandi-0.3.6.tar.gz -> sandi-0.4.0.tar.gz ++
 1735 lines of diff (skipped)




commit ghc-sandi for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package ghc-sandi for openSUSE:Factory 
checked in at 2016-07-27 16:09:48

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


Package is "ghc-sandi"

Changes:

--- /work/SRC/openSUSE:Factory/ghc-sandi/ghc-sandi.changes  2016-05-03 
09:35:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-sandi.new/ghc-sandi.changes 2016-07-27 
16:09:51.0 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:05:39 UTC 2016 - psim...@suse.com
+
+- Update to version 0.3.6 revision 0 with cabal2obs.
+
+---



Other differences:
--
++ ghc-sandi.spec ++
--- /var/tmp/diff_new_pack.zcpX9e/_old  2016-07-27 16:09:52.0 +0200
+++ /var/tmp/diff_new_pack.zcpX9e/_new  2016-07-27 16:09:52.0 +0200
@@ -61,11 +61,11 @@
 
 
 %build
-%{ghc_lib_build}
+%ghc_lib_build
 
 
 %install
-%{ghc_lib_install}
+%ghc_lib_install
 
 
 %check
@@ -75,12 +75,10 @@
 
 
 %post devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %postun devel
-%{ghc_pkg_recache}
-
+%ghc_pkg_recache
 
 %files -f %{name}.files
 %defattr(-,root,root,-)




commit ghc-sandi for openSUSE:Factory

2016-05-03 Thread h_root
Hello community,

here is the log from the commit of package ghc-sandi for openSUSE:Factory 
checked in at 2016-05-03 09:35:46

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


Package is "ghc-sandi"

Changes:

New Changes file:

--- /dev/null   2016-04-07 01:36:33.300037506 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-sandi.new/ghc-sandi.changes 2016-05-03 
09:35:47.0 +0200
@@ -0,0 +1,4 @@
+---
+Mon Feb 22 11:55:20 UTC 2016 - psim...@suse.com
+
+- initial version sandi-0.3.6

New:

  ghc-sandi.changes
  ghc-sandi.spec
  sandi-0.3.6.tar.gz



Other differences:
--
++ ghc-sandi.spec ++
#
# spec file for package ghc-sandi
#
# 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
# 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 sandi
%bcond_with tests
Name:   ghc-%{pkg_name}
Version:0.3.6
Release:0
Summary:Data encoding library
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
BuildRequires:  ghc-Cabal-devel
# Begin cabal-rpm deps:
BuildRequires:  ghc-bytestring-devel
BuildRequires:  ghc-conduit-devel
BuildRequires:  ghc-exceptions-devel
BuildRequires:  ghc-rpm-macros
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires:  ghc-HUnit-devel
BuildRequires:  ghc-tasty-devel
BuildRequires:  ghc-tasty-hunit-devel
BuildRequires:  ghc-tasty-quickcheck-devel
BuildRequires:  ghc-tasty-th-devel
%endif
# End cabal-rpm deps

%description
Reasonably fast data encoding library.

%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}

%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