andyli pushed to haxe (master). "update to haxe 4.0.0"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-10-31 23:43:15 UTC
From 8bdcd7e1f03b1748d9c4ef079b3d17a0381c2cf9 Mon Sep 17 00:00:00 2001
From: Andy Li <andy(a)onthewings.net>
Date: Oct 31 2019 23:42:12 +0000
Subject: update to haxe 4.0.0
---
diff --git a/.gitignore b/.gitignore
index 9a07812..f83ab01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,5 @@
/haxe-3.4.7.tar.gz
/haxelib-a494d8be523e26fcf875e2c33915808dc221e17a.tar.gz
/ocamllibs-ab5be31c6dd1fcd761c2ba16c5d767bcf6792490.tar.gz
+/haxe-4.0.0.tar.gz
+/haxelib-5b18f0da2085a50eb443e1bdbdce93ced77fd283.tar.gz
diff --git a/camlp5.diff b/camlp5.diff
deleted file mode 100644
index 242c11a..0000000
--- a/camlp5.diff
+++ /dev/null
@@ -1,42 +0,0 @@
-From 9bc4999af40324af5e48ed0e3087a4b76f84d9b8 Mon Sep 17 00:00:00 2001
-From: Andy Li <andy(a)onthewings.net>
-Date: Fri, 26 Jul 2019 16:39:39 +0800
-Subject: [PATCH] use camlp5 instead of camlp4 (#8547)
-
----
- Makefile | 2 +-
- Makefile.win | 2 +-
- opam | 2 +-
- tests/Brewfile | 2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/Makefile b/Makefile
-index 27ea839c0..1b691c714 100644
---- a/Makefile
-+++ b/Makefile
-@@ -61,7 +61,7 @@ endif
-
- CC_CMD = $(COMPILER) $(ALL_CFLAGS) -c $<
-
--CC_PARSER_CMD = $(COMPILER) -pp camlp4o $(ALL_CFLAGS) -c src/syntax/parser.ml
-+CC_PARSER_CMD = $(COMPILER) -pp camlp5o $(ALL_CFLAGS) -c src/syntax/parser.ml
-
- RELDIR=../../..
-
-diff --git a/Makefile.win b/Makefile.win
-index 343e2d550..c51e5a54e 100644
---- a/Makefile.win
-+++ b/Makefile.win
-@@ -33,7 +33,7 @@ endif
-
- ifdef FILTER
- CC_CMD=($(OCAMLOPT) $(ALL_CFLAGS) -c $< 2>tmp.cmi && $(FILTER)) || ($(FILTER) && exit 1)
--CC_PARSER_CMD=($(OCAMLOPT) -pp camlp4o $(ALL_CFLAGS) -c src/syntax/parser.ml 2>tmp.cmi && $(FILTER)) || ($(FILTER) && exit 1)
-+CC_PARSER_CMD=($(OCAMLOPT) -pp camlp5o $(ALL_CFLAGS) -c src/syntax/parser.ml 2>tmp.cmi && $(FILTER)) || ($(FILTER) && exit 1)
- endif
-
- PACKAGE_FILES=$(OUTPUT) haxelib$(EXTENSION) std "$$(cygpath -w "$$(which zlib1.dll)")" "$$(cygpath -w "$$(which libpcre-1.dll)")"
---
-2.20.1
-
-
diff --git a/haxe.spec b/haxe.spec
index 4a0de78..817cd8e 100644
--- a/haxe.spec
+++ b/haxe.spec
@@ -1,12 +1,11 @@
-%global commit_ocamllibs ab5be31c6dd1fcd761c2ba16c5d767bcf6792490
-%global commit_haxelib a494d8be523e26fcf875e2c33915808dc221e17a
+%global commit_haxelib 5b18f0da2085a50eb443e1bdbdce93ced77fd283
Name: haxe
-Version: 3.4.7
-Release: 5%{?dist}
+Version: 4.0.0
+Release: 1%{?dist}
Summary: Multi-target universal programming language
-# As described in http://haxe.org/foundation/open-source.html:
+# As described in https://haxe.org/foundation/open-source.html:
# * The Haxe Compiler - GPLv2+
# * The Haxe Standard Library - MIT
#
@@ -21,21 +20,21 @@ License: GPLv2+ and MIT and LGPLv2+
URL: https://haxe.org/
Source0: https://github.com/HaxeFoundation/%{name}/archive/%{version}.tar.gz#/%{na...
-Source1: https://github.com/HaxeFoundation/ocamllibs/archive/%{commit_ocamllibs}.t...
-Source2: https://github.com/HaxeFoundation/haxelib/archive/%{commit_haxelib}.tar.g...
+Source1: https://github.com/HaxeFoundation/haxelib/archive/%{commit_haxelib}.tar.g...
-# camlp4 is not campatible with ocaml 4.08+
-# patch already upstreamed
-Patch0: camlp5.diff
-
-BuildRequires: nekovm-devel >= 2.1.0
+BuildRequires: nekovm-devel >= 2.3.0
BuildRequires: ocaml
BuildRequires: ocaml-camlp5-devel
+BuildRequires: ocaml-sedlex-devel >= 2.0
+BuildRequires: ocaml-xml-light-devel
+BuildRequires: ocaml-extlib-devel
+BuildRequires: ocaml-ptmap-devel
+BuildRequires: ocaml-sha-devel
BuildRequires: zlib-devel
BuildRequires: pcre-devel
BuildRequires: cmake
BuildRequires: help2man
-Requires: nekovm >= 2.1.0
+Requires: nekovm >= 2.3.0
Requires: %{name}-stdlib = %{version}
%description
@@ -54,17 +53,11 @@ by the Haxe compiler.
%prep
%setup -q
-pushd libs && tar -xf %{SOURCE1} --strip-components=1 && popd
-pushd extra/haxelib_src && tar -xf %{SOURCE2} --strip-components=1 && popd
-
-%patch0 -p1
+pushd extra/haxelib_src && tar -xf %{SOURCE1} --strip-components=1 && popd
%build
# note that the Makefile does not support parallel building
-# Haxe 3.4.* is not safe-string compatible.
-export OCAMLPARAM="safe-string=0,_"
-
# Check to see if ocamlopt exists. If not, bytecompile everything.
# It is because ocamlopt may be missing in some architectures.
command -v ocamlopt && make libs haxe || make libs haxe BYTECODE=1
@@ -89,7 +82,7 @@ help2man ./haxe --version-option=-version --no-discard-stderr --no-info --output
help2man ./haxelib --help-option=help --version-option=version --no-info --output=%{buildroot}%{_mandir}/man1/haxelib.1
%check
-%{buildroot}%{_bindir}/haxe -version
+%{buildroot}%{_bindir}/haxe --version
%{buildroot}%{_bindir}/haxelib version
%files
@@ -106,6 +99,10 @@ help2man ./haxelib --help-option=help --version-option=version --no-info --outpu
%{_datadir}/%{name}/
%changelog
+* Fri Nov 01 2019 Andy Li <andy(a)onthewings.net> - 4.0.0-1
+- New upstream version 4.0.0. (RHBZ#1765817)
+- Remove camlp5.diff, which is no longer needed.
+
* Fri Jul 26 2019 Andy Li <andy(a)onthewings.net> - 3.4.7-5
- Add camlp5.diff patch to use camlp5 instead of camlp4.
diff --git a/sources b/sources
index f246ec3..3d20c7d 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,2 @@
-SHA512 (haxe-3.4.7.tar.gz) = 5b15018b714922aa362aeb9eab672ed76d32db73d06a0d976d14445bcd644661f2ff397016c41bdc2d092c513ad1458f3b377ca040c6c293f5d0711fdd6ba26d
-SHA512 (haxelib-a494d8be523e26fcf875e2c33915808dc221e17a.tar.gz) = 549d8eead2236a60747acc50a88129e587d52f7408342f657965d4f2faf638d62fd556f0d0d23a122ef03ee7164b966d6234f35dc81c1cebd703e254e2f57265
-SHA512 (ocamllibs-ab5be31c6dd1fcd761c2ba16c5d767bcf6792490.tar.gz) = 4aa501389bde4a9bef8e2e571dc012ccab10b98c3c37903ab5a262c2a9bec57fa4bee936222397c484ecefe917f28e98f6513bf83007cf89434f93e80ccc9d23
+SHA512 (haxe-4.0.0.tar.gz) = c7561a0b297c46224b01a8510cc17f0ed5204f2f308132cbc1295336f5455eb6c29618644550186cfb05c304bd2f462c116012f7034e28b1d3446a55381a803c
+SHA512 (haxelib-5b18f0da2085a50eb443e1bdbdce93ced77fd283.tar.gz) = 4ca1e53e5d25560870d47a5567b9d48c4c773d75ef358c320cbed05d687d90709d0c2c197ada82b38c3b4796e892e9f4bf5d779d9c22b215649d7d61d4971c88
https://src.fedoraproject.org/rpms/haxe/c/8bdcd7e1f03b1748d9c4ef079b3d17a...
3Â years, 10Â months
andyli pushed to ocaml-sha (master). "Rebuild against latest ocaml
package."
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-10-31 23:41:10 UTC
From 79bc8e93fa8929f3e7e9769bf11284803af2083e Mon Sep 17 00:00:00 2001
From: Andy Li <andy(a)onthewings.net>
Date: Oct 31 2019 23:40:27 +0000
Subject: Rebuild against latest ocaml package.
---
diff --git a/ocaml-sha.spec b/ocaml-sha.spec
index 9c11abf..c81efb5 100644
--- a/ocaml-sha.spec
+++ b/ocaml-sha.spec
@@ -1,6 +1,6 @@
Name: ocaml-sha
Version: 1.12
-Release: 5%{?dist}
+Release: 6%{?dist}
Summary: Binding to the SHA cryptographic functions
License: ISC
@@ -75,6 +75,9 @@ dune runtest --profile release
%changelog
+* Fri Nov 01 2019 Andy Li <andy(a)onthewings.net> - 1.12-6
+- Rebuild against latest ocaml package.
+
* Sat Jul 27 2019 Andy Li <andy(a)onthewings.net> - 1.12-5
- Update build system and commands from jbuilder to dune.
https://src.fedoraproject.org/rpms/ocaml-sha/c/79bc8e93fa8929f3e7e9769bf1...
3Â years, 10Â months
denisarnaud pushed to czmq (master). "Merged with EPEL 8 version:
upgrade to 4.2.0"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-10-31 22:46:48 UTC
From 04c27e8f0780bb3671da9817511fd2fdfac28e1d Mon Sep 17 00:00:00 2001
From: Denis Arnaud <denis.arnaud_fedora(a)m4x.org>
Date: Oct 31 2019 22:46:41 +0000
Subject: Merged with EPEL 8 version: upgrade to 4.2.0
---
diff --git a/czmq.spec b/czmq.spec
index 356800a..fcc6772 100644
--- a/czmq.spec
+++ b/czmq.spec
@@ -71,5 +71,115 @@ make check
%changelog
-* Sun Oct 27 2019 Denis Arnaud <denis.arnaud_fedora(a)m4x.org> - 4.2.0-1
-- Initial build for EPEL 8
+* Thu Oct 31 2019 Denis Arnaud <denis.arnaud_fedora(a)m4x.org> - 4.2.0-1
+- Merged with EPEL 8 version: upgrade to 4.2.0
+
+* Wed Jul 24 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.1.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Thu Jan 31 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.1.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Wed Jan 23 2019 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 4.1.1-1
+- Update to latest version
+- Modernize some bits of the spec
+
+* Thu Jul 12 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0.2-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0.2-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Wed Aug 02 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0.2-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
+
+* Wed Jul 26 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0.2-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Sat Feb 18 2017 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 4.0.2-3
+- Add upstream patches for gcc 7 (0001-Problem-build-error-in-zsys-with-GCC7.patch
+ and 0002-Problem-build-error-with-GCC7-in-zgossip_engine.inc.patch)
+- Add perl to the build requirements list (required by doc/mkman)
+
+* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Thu Jan 5 2017 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 4.0.2-1
+- Update to 4.0.2.
+
+* Fri Nov 11 2016 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 4.0.1-1
+- Update to 4.0.1.
+
+* Wed Feb 03 2016 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Sat Jun 27 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 3.0.2-2
+- Disable the test suite for the moment (requires network access)
+
+* Sat Jun 27 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 3.0.2-1
+- Update to 3.0.2.
+- License: MPLv2.0 (Mozilla Public License Version 2.0).
+- Man pages installation patch (0001-Problem-does-not-install-man-pages-if-BUILD_DOC-is-o.patch)
+
+* Tue Jun 23 2015 Thomas Spura <tomspur(a)fedoraproject.org> - 2.2.0-7
+- rebuilt for new zeromq 4.1.2
+
+* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.2.0-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Mon Mar 2 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 2.2.0-5
+- Patch to fix sha1 on bigendian machines (#1196994)
+
+* Fri Feb 27 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 2.2.0-4
+- Renamed /usr/bin/makecert to avoid a file conflict (#1196483)
+
+* Fri Feb 20 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 2.2.0-3
+- Build against ZeroMQ v4
+
+* Fri Feb 20 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 2.2.0-2
+- Add upstream patch eebf66a (0001-Use-_DEFAULT_SOURCE-instead-of-_BSD_SOURCE.patch)
+
+* Tue Feb 17 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 2.2.0-1
+- Update to 2.2.0.
+
+* Sat Aug 16 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Wed May 1 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4.1-1
+- Update to 1.4.1.
+
+* Tue Apr 30 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4.0-1
+- Update to 1.4.0.
+
+* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.3.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Thu Dec 20 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.3.2-1
+- Improve the description.
+
+* Wed Dec 12 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.3.2-0
+- Update to 1.3.2.
+
+* Sun Oct 28 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.3.1-1
+- Update to 1.3.1.
+
+* Thu Oct 25 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.3.0-0
+- Rename to libczmq.
+- Update to v1.3.0 git snapshot.
+
+* Tue Oct 23 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.2.0-3
+- Make czmq-devel require zeromq3-devel.
+
+* Sat Oct 20 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.2.0-2
+- Build against limzmq v3.x (BR zeromq3-devel instead of zeromq-devel).
+
+* Sat Oct 20 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.2.0-1
+- First Fedora build.
+
+# vim:set ai ts=4 sw=4 sts=4 et:
https://src.fedoraproject.org/rpms/czmq/c/04c27e8f0780bb3671da9817511fd2f...
3Â years, 10Â months
denisarnaud pushed to czmq (master). "Merge branch 'master' into
epel8"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-10-31 22:46:48 UTC
From a4bcbadeab1805b34e23af3ce071f77c1935d798 Mon Sep 17 00:00:00 2001
From: Denis Arnaud <denis.arnaud_fedora(a)m4x.org>
Date: Oct 27 2019 18:43:12 +0000
Subject: Merge branch 'master' into epel8
---
diff --git a/.gitignore b/.gitignore
index e69de29..1ac1a10 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1,8 @@
+/czmq-1.3.2.tar.gz
+/czmq-1.4.0.tar.gz
+/czmq-1.4.1.tar.gz
+/czmq-2.2.0.tar.gz
+/czmq-3.0.2.tar.gz
+/czmq-4.0.1.tar.gz
+/czmq-4.0.2.tar.gz
+/czmq-4.1.1.tar.gz
diff --git a/czmq.spec b/czmq.spec
new file mode 100644
index 0000000..7efbdb8
--- /dev/null
+++ b/czmq.spec
@@ -0,0 +1,182 @@
+Name: czmq
+Version: 4.1.1
+Release: 3%{?dist}
+Summary: High-level C binding for 0MQ (ZeroMQ)
+
+License: MPLv2.0
+URL: http://czmq.zeromq.org/
+Source0: https://github.com/zeromq/czmq/releases/download/v%{version}/czmq-%{versi...
+
+BuildRequires: gcc
+BuildRequires: libuuid-devel
+BuildRequires: zeromq-devel
+# --with-docs
+BuildRequires: perl-interpreter
+BuildRequires: asciidoc
+BuildRequires: xmlto
+
+%description
+CZMQ has the following goals:
+ i) To wrap the ØMQ core API in semantics that are natural and lead to
+ shorter, more readable applications.
+ ii) To hide the differences between versions of ØMQ.
+iii) To provide a space for development of more sophisticated API semantics.
+
+
+%package devel
+Summary: Development files for the czmq package
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description devel
+This package contains files needed to develop applications using czmq.
+
+
+%prep
+%autosetup -p1
+
+
+%build
+%configure \
+ --with-docs
+%make_build
+
+
+%install
+%make_install
+
+rm -f %{buildroot}%{_libdir}/libczmq.{a,la}
+
+
+%check
+make check
+
+
+%ldconfig_scriptlets
+
+
+%files
+%doc AUTHORS NEWS LICENSE
+%{_libdir}/*.so.4*
+
+%files devel
+%doc CONTRIBUTING.md README.md
+%{_bindir}/*
+%{_includedir}/*
+%{_libdir}/*.so
+%{_libdir}/pkgconfig/*
+%{_mandir}/man1/*.1*
+%{_mandir}/man3/*.3*
+%{_mandir}/man7/*.7*
+%{_datarootdir}/zproject/
+
+
+%changelog
+* Wed Jul 24 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.1.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Thu Jan 31 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.1.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Wed Jan 23 2019 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 4.1.1-1
+- Update to latest version
+- Modernize some bits of the spec
+
+* Thu Jul 12 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0.2-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0.2-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Wed Aug 02 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0.2-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
+
+* Wed Jul 26 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0.2-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Sat Feb 18 2017 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 4.0.2-3
+- Add upstream patches for gcc 7 (0001-Problem-build-error-in-zsys-with-GCC7.patch
+ and 0002-Problem-build-error-with-GCC7-in-zgossip_engine.inc.patch)
+- Add perl to the build requirements list (required by doc/mkman)
+
+* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Thu Jan 5 2017 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 4.0.2-1
+- Update to 4.0.2.
+
+* Fri Nov 11 2016 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 4.0.1-1
+- Update to 4.0.1.
+
+* Wed Feb 03 2016 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Sat Jun 27 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 3.0.2-2
+- Disable the test suite for the moment (requires network access)
+
+* Sat Jun 27 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 3.0.2-1
+- Update to 3.0.2.
+- License: MPLv2.0 (Mozilla Public License Version 2.0).
+- Man pages installation patch (0001-Problem-does-not-install-man-pages-if-BUILD_DOC-is-o.patch)
+
+* Tue Jun 23 2015 Thomas Spura <tomspur(a)fedoraproject.org> - 2.2.0-7
+- rebuilt for new zeromq 4.1.2
+
+* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.2.0-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Mon Mar 2 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 2.2.0-5
+- Patch to fix sha1 on bigendian machines (#1196994)
+
+* Fri Feb 27 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 2.2.0-4
+- Renamed /usr/bin/makecert to avoid a file conflict (#1196483)
+
+* Fri Feb 20 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 2.2.0-3
+- Build against ZeroMQ v4
+
+* Fri Feb 20 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 2.2.0-2
+- Add upstream patch eebf66a (0001-Use-_DEFAULT_SOURCE-instead-of-_BSD_SOURCE.patch)
+
+* Tue Feb 17 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 2.2.0-1
+- Update to 2.2.0.
+
+* Sat Aug 16 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Wed May 1 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4.1-1
+- Update to 1.4.1.
+
+* Tue Apr 30 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4.0-1
+- Update to 1.4.0.
+
+* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.3.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Thu Dec 20 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.3.2-1
+- Improve the description.
+
+* Wed Dec 12 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.3.2-0
+- Update to 1.3.2.
+
+* Sun Oct 28 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.3.1-1
+- Update to 1.3.1.
+
+* Thu Oct 25 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.3.0-0
+- Rename to libczmq.
+- Update to v1.3.0 git snapshot.
+
+* Tue Oct 23 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.2.0-3
+- Make czmq-devel require zeromq3-devel.
+
+* Sat Oct 20 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.2.0-2
+- Build against limzmq v3.x (BR zeromq3-devel instead of zeromq-devel).
+
+* Sat Oct 20 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.2.0-1
+- First Fedora build.
+
+# vim:set ai ts=4 sw=4 sts=4 et:
diff --git a/sources b/sources
index e69de29..b78ed19 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (czmq-4.1.1.tar.gz) = c0bcce54bd927ba51d5756ec43eba2deab176ebe8c927d6bc398bdf5e3595574730511ebfc6443a85fb118883357565c7ba6a32a5f2c352c488a4eccbe145397
https://src.fedoraproject.org/rpms/czmq/c/a4bcbadeab1805b34e23af3ce071f77...
3Â years, 10Â months
denisarnaud pushed to czmq (master). "Initial build for EPEL 8"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-10-31 22:46:48 UTC
From 53181c8695d0ed1f436dd446190a17b4e560677c Mon Sep 17 00:00:00 2001
From: Denis Arnaud <denis.arnaud_fedora(a)m4x.org>
Date: Oct 27 2019 18:49:43 +0000
Subject: Initial build for EPEL 8
---
diff --git a/.gitignore b/.gitignore
index 1ac1a10..9bbc185 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,7 @@
-/czmq-1.3.2.tar.gz
-/czmq-1.4.0.tar.gz
-/czmq-1.4.1.tar.gz
-/czmq-2.2.0.tar.gz
-/czmq-3.0.2.tar.gz
-/czmq-4.0.1.tar.gz
-/czmq-4.0.2.tar.gz
-/czmq-4.1.1.tar.gz
+czmq-*.tar.*
+czmq-*.src.rpm
+clog
+.build-*
+/czmq-?.?.?
+/noarch
+/x86_64
diff --git a/czmq.spec b/czmq.spec
index 7efbdb8..fa0c50b 100644
--- a/czmq.spec
+++ b/czmq.spec
@@ -1,6 +1,6 @@
Name: czmq
-Version: 4.1.1
-Release: 3%{?dist}
+Version: 4.2.0
+Release: 1%{?dist}
Summary: High-level C binding for 0MQ (ZeroMQ)
License: MPLv2.0
@@ -71,112 +71,5 @@ make check
%changelog
-* Wed Jul 24 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.1.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
-
-* Thu Jan 31 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.1.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
-
-* Wed Jan 23 2019 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 4.1.1-1
-- Update to latest version
-- Modernize some bits of the spec
-
-* Thu Jul 12 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0.2-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
-
-* Wed Feb 07 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0.2-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
-
-* Wed Aug 02 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0.2-5
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
-
-* Wed Jul 26 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0.2-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
-
-* Sat Feb 18 2017 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 4.0.2-3
-- Add upstream patches for gcc 7 (0001-Problem-build-error-in-zsys-with-GCC7.patch
- and 0002-Problem-build-error-with-GCC7-in-zgossip_engine.inc.patch)
-- Add perl to the build requirements list (required by doc/mkman)
-
-* Fri Feb 10 2017 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
-
-* Thu Jan 5 2017 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 4.0.2-1
-- Update to 4.0.2.
-
-* Fri Nov 11 2016 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 4.0.1-1
-- Update to 4.0.1.
-
-* Wed Feb 03 2016 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.0.2-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
-* Sat Jun 27 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 3.0.2-2
-- Disable the test suite for the moment (requires network access)
-
-* Sat Jun 27 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 3.0.2-1
-- Update to 3.0.2.
-- License: MPLv2.0 (Mozilla Public License Version 2.0).
-- Man pages installation patch (0001-Problem-does-not-install-man-pages-if-BUILD_DOC-is-o.patch)
-
-* Tue Jun 23 2015 Thomas Spura <tomspur(a)fedoraproject.org> - 2.2.0-7
-- rebuilt for new zeromq 4.1.2
-
-* Wed Jun 17 2015 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 2.2.0-6
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
-
-* Mon Mar 2 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 2.2.0-5
-- Patch to fix sha1 on bigendian machines (#1196994)
-
-* Fri Feb 27 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 2.2.0-4
-- Renamed /usr/bin/makecert to avoid a file conflict (#1196483)
-
-* Fri Feb 20 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 2.2.0-3
-- Build against ZeroMQ v4
-
-* Fri Feb 20 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 2.2.0-2
-- Add upstream patch eebf66a (0001-Use-_DEFAULT_SOURCE-instead-of-_BSD_SOURCE.patch)
-
-* Tue Feb 17 2015 Jose Pedro Oliveira <jose.p.oliveira.oss at gmail.com> - 2.2.0-1
-- Update to 2.2.0.
-
-* Sat Aug 16 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4.1-4
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4.1-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Sat Aug 03 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.4.1-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Wed May 1 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4.1-1
-- Update to 1.4.1.
-
-* Tue Apr 30 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4.0-1
-- Update to 1.4.0.
-
-* Wed Feb 13 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.3.2-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
-
-* Thu Dec 20 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.3.2-1
-- Improve the description.
-
-* Wed Dec 12 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.3.2-0
-- Update to 1.3.2.
-
-* Sun Oct 28 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.3.1-1
-- Update to 1.3.1.
-
-* Thu Oct 25 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.3.0-0
-- Rename to libczmq.
-- Update to v1.3.0 git snapshot.
-
-* Tue Oct 23 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.2.0-3
-- Make czmq-devel require zeromq3-devel.
-
-* Sat Oct 20 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.2.0-2
-- Build against limzmq v3.x (BR zeromq3-devel instead of zeromq-devel).
-
-* Sat Oct 20 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.2.0-1
-- First Fedora build.
-
-# vim:set ai ts=4 sw=4 sts=4 et:
+* Sun Oct 27 2019 Denis Arnaud <denis.arnaud_fedora(a)m4x.org> - 4.2.0-1
+- Initial build for EPEL 8
https://src.fedoraproject.org/rpms/czmq/c/53181c8695d0ed1f436dd446190a17b...
3Â years, 10Â months