crobinso pushed to qemu (f28). "Bump release for new build (..more)"
by notificationsï¼ fedoraproject.org
From 603dd9e50ad6f8b09eb5686028906d47d47f6aec Mon Sep 17 00:00:00 2001
From: Daniel P. Berrangé <berrange(a)redhat.com>
Date: Feb 27 2018 16:31:19 +0000
Subject: Bump release for new build
Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
diff --git a/qemu.spec b/qemu.spec
index feac33c..eeb1b4f 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -104,7 +104,7 @@ Requires: %{name}-block-ssh = %{epoch}:%{version}-%{release}
Summary: QEMU is a FAST! processor emulator
Name: qemu
Version: 2.11.0
-Release: 4%{?rcrel}%{?dist}.1
+Release: 5%{?rcrel}%{?dist}
Epoch: 2
License: GPLv2 and BSD and MIT and CC-BY
URL: http://www.qemu.org/
@@ -145,6 +145,9 @@ Patch0001: 0001-memfd-fix-configure-test.patch
# hacky fix for https://bugs.launchpad.net/qemu/+bug/1738283
Patch0002: 0001-Remove-problematic-evdev-86-key-from-en-us-keymap.patch
+# Non-deterministic python hash iterator sort ordering
+Patch0003: 0001-qapi-ensure-stable-sort-ordering-when-checking-QAPI-.patch
+
# documentation deps
BuildRequires: texinfo
# For /usr/bin/pod2man
@@ -1976,6 +1979,11 @@ getent passwd qemu >/dev/null || \
%changelog
+* Tue Feb 27 2018 Daniel P. Berrange <berrange(a)redhat.com> - 2:2.11.0-5
+- Improve License tag
+- Honour CC/LD flags for ksmctl
+- Fix non-deterministic test failure
+
* Fri Feb 09 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2:2.11.0-4.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
https://src.fedoraproject.org/rpms/qemu/c/603dd9e50ad6f8b09eb5686028906d4...
5Â years
crobinso pushed to qemu (master). "Rebase to qemu 2.11.1 bugfix
release"
by notificationsï¼ fedoraproject.org
From a7e2480deb1f841f24c7a8573c27fc4b9c1de408 Mon Sep 17 00:00:00 2001
From: Cole Robinson <crobinso(a)redhat.com>
Date: Feb 28 2018 22:11:13 +0000
Subject: Rebase to qemu 2.11.1 bugfix release
---
diff --git a/.gitignore b/.gitignore
index a7be0b1..faaded8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
/qemu-2.11.0-rc1.tar.xz
/qemu-2.11.0-rc3.tar.xz
/qemu-2.11.0.tar.xz
+/qemu-2.11.1.tar.xz
diff --git a/qemu.spec b/qemu.spec
index aef2776..2e1e0d9 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -103,8 +103,8 @@ Requires: %{name}-block-ssh = %{epoch}:%{version}-%{release}
Summary: QEMU is a FAST! processor emulator
Name: qemu
-Version: 2.11.0
-Release: 5%{?rcrel}%{?dist}
+Version: 2.11.1
+Release: 1%{?rcrel}%{?dist}
Epoch: 2
License: GPLv2 and BSD and MIT and CC-BY
URL: http://www.qemu.org/
@@ -1983,6 +1983,9 @@ getent passwd qemu >/dev/null || \
%changelog
+* Wed Feb 28 2018 Cole Robinson <crobinso(a)redhat.com> - 2:2.11.1-1
+- Rebase to qemu 2.11.1 bugfix release
+
* Tue Feb 27 2018 Daniel P. Berrange <berrange(a)redhat.com> - 2:2.11.0-5
- Improve License tag
- Honour CC/LD flags for ksmctl
diff --git a/sources b/sources
index bd6d3bb..07f92da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qemu-2.11.0.tar.xz) = 902cb11bcfde03a139efb8e5af978364d4160c9943142b1b3f92045066bf004aad7733ddb4d033aab40559cb00a79c907e0ffecf546e4a1a3659c19ec463940e
+SHA512 (qemu-2.11.1.tar.xz) = 7fd4a7c6fa8627510431ed34f05bdd6b055ea66207bab29904bbce66dfd5b07546f02dfcb34937f48efb67184200ab3c8501763776adc1cdc1302a924fb2a5ef
https://src.fedoraproject.org/rpms/qemu/c/a7e2480deb1f841f24c7a8573c27fc4...
5Â years
germano pushed to qesteidutil (master). "added macros for cmake 3 on
EPEL7"
by notificationsï¼ fedoraproject.org
From c5641545c13fe6352a6ae0767b4da42ac6dc6a05 Mon Sep 17 00:00:00 2001
From: Germano Massullo <germano.massullo(a)gmail.com>
Date: Feb 28 2018 21:56:38 +0000
Subject: added macros for cmake 3 on EPEL7
---
diff --git a/qesteidutil.spec b/qesteidutil.spec
index ce1149f..5d891c5 100644
--- a/qesteidutil.spec
+++ b/qesteidutil.spec
@@ -4,7 +4,7 @@
Name: qesteidutil
Version: 3.12.10
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Estonian ID card utility
License: LGPLv2+
URL: https://github.com/open-eid/qesteidutil
@@ -17,7 +17,12 @@ Source4: config.qrc
Patch0: sandbox-compilation.patch
-BuildRequires: cmake
+
+%if 0%{?el7}
+BuildRequires: cmake3 >= 3.1
+%else
+BuildRequires: cmake
+%endif
BuildRequires: desktop-file-utils
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(Qt5Designer)
@@ -51,7 +56,11 @@ rm -rf COPING
%build
+%if 0%{?el7}
+%{cmake3} . -DBREAKPAD=FALSE
+%else
%{cmake} . -DBREAKPAD=FALSE
+%endif
%make_build
@@ -84,6 +93,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%{_mandir}/man1/qesteidutil.1*
%changelog
+* Wed Feb 28 2018 Germano Massullo <germano.massullo(a)gmail.com> - 3.12.10-3
+- added macros for cmake 3 on EPEL7
+
* Thu Feb 15 2018 Germano Massullo <germano.massullo(a)gmail.com> - 3.12.10-2
- added missing %%patch0 -p1
https://src.fedoraproject.org/rpms/qesteidutil/c/c5641545c13fe6352a6ae076...
5Â years
germano pushed to libdigidocpp (master). "added cmake 3 macro under
%build section, for EPEL 7"
by notificationsï¼ fedoraproject.org
From 60beb9c33c09a70db8139527ddd37874f06d28e9 Mon Sep 17 00:00:00 2001
From: Germano Massullo <germano.massullo(a)gmail.com>
Date: Feb 28 2018 21:53:27 +0000
Subject: added cmake 3 macro under %build section, for EPEL 7
---
diff --git a/libdigidocpp.spec b/libdigidocpp.spec
index ce7e751..3e4dee8 100644
--- a/libdigidocpp.spec
+++ b/libdigidocpp.spec
@@ -70,9 +70,16 @@ rm -rf src/minizip
rm -rf src/openssl
%build
+
+%if 0%{?el7}
+%{cmake3} . \
+ -DCMAKE_INSTALL_SYSCONFDIR=/etc \
+ -DSWIG_EXECUTABLE=SWIG_EXECUTABLE-NOTFOUND
+%else
%{cmake} . \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-DSWIG_EXECUTABLE=SWIG_EXECUTABLE-NOTFOUND
+%endif
%make_build
https://src.fedoraproject.org/rpms/libdigidocpp/c/60beb9c33c09a70db813952...
5Â years
adrienverge pushed to yamllint (f28). "Update to latest upstream
version"
by notificationsï¼ fedoraproject.org
From d16caf782e7a7cc05a0cf0a5156ba09818f6287a Mon Sep 17 00:00:00 2001
From: Adrien Vergé <adrienverge(a)gmail.com>
Date: Feb 28 2018 21:50:45 +0000
Subject: Update to latest upstream version
---
diff --git a/.gitignore b/.gitignore
index d4fa73f..e37b47e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/yamllint-1.10.0.tar.gz
+/yamllint-1.11.0.tar.gz
diff --git a/sources b/sources
index b1a39a5..60bda9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (yamllint-1.10.0.tar.gz) = 78e53688f62a56fe6db3fac4d1a0dc6160a0b1cef1e3d47d963322a8aea5bb5f3c855e9efa330ad51529460c7869f67f9ed65b53aa228a2afc8c6a27b736f6ed
+SHA512 (yamllint-1.11.0.tar.gz) = 8d6ec7046bde8dcdebc2ea9a7dc010c0210e22fccdf053655a8ef35c93bae79fe8d19958d2b9701ce207a5f0ec1a60a0dd525dc5e66b630829d359a3197f974e
diff --git a/yamllint.spec b/yamllint.spec
index 4ec6b40..8d6e4de 100644
--- a/yamllint.spec
+++ b/yamllint.spec
@@ -2,8 +2,8 @@
%global pypi_name yamllint
Name: %{pypi_name}
-Version: 1.10.0
-Release: 2%{?dist}
+Version: 1.11.0
+Release: 1%{?dist}
Summary: A linter for YAML files
License: GPLv3+
@@ -59,6 +59,9 @@ install -m0644 docs/_build/man/%{pypi_name}.1.gz %{buildroot}%{_mandir}/man1/
%exclude %{python3_sitelib}/tests
%changelog
+* Wed Feb 21 2018 Adrien Vergé <adrienverge(a)gmail.com> - 1.11.0-1
+- Update to latest upstream version
+
* Fri Feb 09 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.10.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
https://src.fedoraproject.org/rpms/yamllint/c/d16caf782e7a7cc05a0cf0a5156...
5Â years
germano pushed to libdigidocpp (master). "added cmake 3 macro for
EPEL 7"
by notificationsï¼ fedoraproject.org
From a2a3fc2ae7238f2556e5ee998f6afcaed76d00fa Mon Sep 17 00:00:00 2001
From: Germano Massullo <germano.massullo(a)gmail.com>
Date: Feb 28 2018 21:27:03 +0000
Subject: added cmake 3 macro for EPEL 7
---
diff --git a/libdigidocpp.spec b/libdigidocpp.spec
index 20a29b8..ce7e751 100644
--- a/libdigidocpp.spec
+++ b/libdigidocpp.spec
@@ -2,14 +2,18 @@
Name: libdigidocpp
Version: 3.13.2
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Library offers creating, signing and verification of digitally signed documents
License: LGPLv2+
URL: https://github.com/open-eid/libdigidocpp
Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz
-BuildRequires: cmake
+%if 0%{?el7}
+BuildRequires: cmake3
+%else
+BuildRequires: cmake
+%endif
BuildRequires: pkgconfig(openssl)
BuildRequires: xml-security-c-devel
BuildRequires: xsd
@@ -103,6 +107,9 @@ rm -rf src/openssl
%changelog
+* Wed Feb 28 2018 Germano Massullo <germano.massullo(a)gmail.com> - 3.13.2-4
+- added macros for cmake 3 in EPEL 7
+
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain(a)fedoraproject.org> - 3.13.2-3
- Escape macros in %%changelog
https://src.fedoraproject.org/rpms/libdigidocpp/c/a2a3fc2ae7238f2556e5ee9...
5Â years
davidcl pushed to scilab (f26). "Update to 6.0.1"
by notificationsï¼ fedoraproject.org
From 37c52f4b7d22b8bf2324526739b958f8ccda78dc Mon Sep 17 00:00:00 2001
From: Clément DAVID <clement.david(a)esi-group.com>
Date: Feb 28 2018 21:19:32 +0000
Subject: Update to 6.0.1
---
diff --git a/scilab.spec b/scilab.spec
index 8d9fe7e..4c51661 100644
--- a/scilab.spec
+++ b/scilab.spec
@@ -1,7 +1,7 @@
# baserelease defines which build revision of this version we're building.
# The magical name baserelease is matched by the rpmdev-bumpspec tool, which
# you should use.
-%global baserelease 6
+%global baserelease 1
# On a released (stable or beta) version set it to 1
%global is_release 1
@@ -31,7 +31,7 @@
%endif
Name: scilab
-Version: 6.0.0
+Version: 6.0.1
Release: %{pkg_release}
Summary: Scientific software package for numerical computations
ExcludeArch: aarch64 s390x armv7hl
@@ -61,10 +61,6 @@ Patch2: %{name}-0002-jogl-2.3.2.patch
Patch3: %{name}-0003-fix-ppc64le-build.patch
# Fix the OCaML build
# Patch4: %{name}-0004-Fix-build-with-ocaml-4.0.4.patch
-# Fix Apache Lucene 6 build
-Patch5: %{name}-0005-fix-build-with-modern-lucene.patch
-# Fix Apache Batik runtime detection
-Patch6: %{name}-0006-update-runtime-batik-detection.patch
# Fix GFortran errors
Patch7: %{name}-0007-fix-gfortran-errors.patch
@@ -243,8 +239,6 @@ This package provide test files for Scilab.
%patch2 -p1 -b .jogl
%patch3 -p1 -b .ppc64le
#%patch4 -p1 -b .ocaml
-%patch5 -p1 -b .lucene
-%patch6 -p1 -b .batik
%patch7 -p1 -b .gfortran
# Fix Class-Path in manifest
@@ -339,6 +333,9 @@ make check-TESTS || true
%{_datadir}/%{name}/modules/*/tests
%changelog
+* Wed Feb 28 2018 Clément David <c.david86(a)gmail.com> - 6.0.1-1
+- Update to 6.0.1
+
* Fri Feb 09 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 6.0.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index 3edba4f..000e067 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (scilab-6.0.0-src.tar.gz) = bae7eb19a7d5526f822a9effef29c1a949a888ddabf12f6c1e4d51dd6f7b7be1fec5ee697b4449e8a316e93bf1244df7fad1e24c771c7d6cbe0775d9d4eb96f3
+SHA512 (scilab-6.0.1-src.tar.gz) = 4af806d4ceb50cf7273c3a223bf00ef4459380d9aed2e76af6f0dc6176c130c824eecd487f0f5d9cad3e1d76cc625f190f18f6005562fa0fa99c6a81e6865e2a
https://src.fedoraproject.org/rpms/scilab/c/37c52f4b7d22b8bf2324526739b95...
5Â years
davidcl pushed to scilab (f27). "Update to 6.0.1"
by notificationsï¼ fedoraproject.org
From 37c52f4b7d22b8bf2324526739b958f8ccda78dc Mon Sep 17 00:00:00 2001
From: Clément DAVID <clement.david(a)esi-group.com>
Date: Feb 28 2018 21:19:32 +0000
Subject: Update to 6.0.1
---
diff --git a/scilab.spec b/scilab.spec
index 8d9fe7e..4c51661 100644
--- a/scilab.spec
+++ b/scilab.spec
@@ -1,7 +1,7 @@
# baserelease defines which build revision of this version we're building.
# The magical name baserelease is matched by the rpmdev-bumpspec tool, which
# you should use.
-%global baserelease 6
+%global baserelease 1
# On a released (stable or beta) version set it to 1
%global is_release 1
@@ -31,7 +31,7 @@
%endif
Name: scilab
-Version: 6.0.0
+Version: 6.0.1
Release: %{pkg_release}
Summary: Scientific software package for numerical computations
ExcludeArch: aarch64 s390x armv7hl
@@ -61,10 +61,6 @@ Patch2: %{name}-0002-jogl-2.3.2.patch
Patch3: %{name}-0003-fix-ppc64le-build.patch
# Fix the OCaML build
# Patch4: %{name}-0004-Fix-build-with-ocaml-4.0.4.patch
-# Fix Apache Lucene 6 build
-Patch5: %{name}-0005-fix-build-with-modern-lucene.patch
-# Fix Apache Batik runtime detection
-Patch6: %{name}-0006-update-runtime-batik-detection.patch
# Fix GFortran errors
Patch7: %{name}-0007-fix-gfortran-errors.patch
@@ -243,8 +239,6 @@ This package provide test files for Scilab.
%patch2 -p1 -b .jogl
%patch3 -p1 -b .ppc64le
#%patch4 -p1 -b .ocaml
-%patch5 -p1 -b .lucene
-%patch6 -p1 -b .batik
%patch7 -p1 -b .gfortran
# Fix Class-Path in manifest
@@ -339,6 +333,9 @@ make check-TESTS || true
%{_datadir}/%{name}/modules/*/tests
%changelog
+* Wed Feb 28 2018 Clément David <c.david86(a)gmail.com> - 6.0.1-1
+- Update to 6.0.1
+
* Fri Feb 09 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 6.0.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index 3edba4f..000e067 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (scilab-6.0.0-src.tar.gz) = bae7eb19a7d5526f822a9effef29c1a949a888ddabf12f6c1e4d51dd6f7b7be1fec5ee697b4449e8a316e93bf1244df7fad1e24c771c7d6cbe0775d9d4eb96f3
+SHA512 (scilab-6.0.1-src.tar.gz) = 4af806d4ceb50cf7273c3a223bf00ef4459380d9aed2e76af6f0dc6176c130c824eecd487f0f5d9cad3e1d76cc625f190f18f6005562fa0fa99c6a81e6865e2a
https://src.fedoraproject.org/rpms/scilab/c/37c52f4b7d22b8bf2324526739b95...
5Â years
davidcl pushed to scilab (f28). "Update to 6.0.1"
by notificationsï¼ fedoraproject.org
From 37c52f4b7d22b8bf2324526739b958f8ccda78dc Mon Sep 17 00:00:00 2001
From: Clément DAVID <clement.david(a)esi-group.com>
Date: Feb 28 2018 21:19:32 +0000
Subject: Update to 6.0.1
---
diff --git a/scilab.spec b/scilab.spec
index 8d9fe7e..4c51661 100644
--- a/scilab.spec
+++ b/scilab.spec
@@ -1,7 +1,7 @@
# baserelease defines which build revision of this version we're building.
# The magical name baserelease is matched by the rpmdev-bumpspec tool, which
# you should use.
-%global baserelease 6
+%global baserelease 1
# On a released (stable or beta) version set it to 1
%global is_release 1
@@ -31,7 +31,7 @@
%endif
Name: scilab
-Version: 6.0.0
+Version: 6.0.1
Release: %{pkg_release}
Summary: Scientific software package for numerical computations
ExcludeArch: aarch64 s390x armv7hl
@@ -61,10 +61,6 @@ Patch2: %{name}-0002-jogl-2.3.2.patch
Patch3: %{name}-0003-fix-ppc64le-build.patch
# Fix the OCaML build
# Patch4: %{name}-0004-Fix-build-with-ocaml-4.0.4.patch
-# Fix Apache Lucene 6 build
-Patch5: %{name}-0005-fix-build-with-modern-lucene.patch
-# Fix Apache Batik runtime detection
-Patch6: %{name}-0006-update-runtime-batik-detection.patch
# Fix GFortran errors
Patch7: %{name}-0007-fix-gfortran-errors.patch
@@ -243,8 +239,6 @@ This package provide test files for Scilab.
%patch2 -p1 -b .jogl
%patch3 -p1 -b .ppc64le
#%patch4 -p1 -b .ocaml
-%patch5 -p1 -b .lucene
-%patch6 -p1 -b .batik
%patch7 -p1 -b .gfortran
# Fix Class-Path in manifest
@@ -339,6 +333,9 @@ make check-TESTS || true
%{_datadir}/%{name}/modules/*/tests
%changelog
+* Wed Feb 28 2018 Clément David <c.david86(a)gmail.com> - 6.0.1-1
+- Update to 6.0.1
+
* Fri Feb 09 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 6.0.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index 3edba4f..000e067 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (scilab-6.0.0-src.tar.gz) = bae7eb19a7d5526f822a9effef29c1a949a888ddabf12f6c1e4d51dd6f7b7be1fec5ee697b4449e8a316e93bf1244df7fad1e24c771c7d6cbe0775d9d4eb96f3
+SHA512 (scilab-6.0.1-src.tar.gz) = 4af806d4ceb50cf7273c3a223bf00ef4459380d9aed2e76af6f0dc6176c130c824eecd487f0f5d9cad3e1d76cc625f190f18f6005562fa0fa99c6a81e6865e2a
https://src.fedoraproject.org/rpms/scilab/c/37c52f4b7d22b8bf2324526739b95...
5Â years
davidcl pushed to scilab (master). "Update to 6.0.1"
by notificationsï¼ fedoraproject.org
From 37c52f4b7d22b8bf2324526739b958f8ccda78dc Mon Sep 17 00:00:00 2001
From: Clément DAVID <clement.david(a)esi-group.com>
Date: Feb 28 2018 21:19:32 +0000
Subject: Update to 6.0.1
---
diff --git a/scilab.spec b/scilab.spec
index 8d9fe7e..4c51661 100644
--- a/scilab.spec
+++ b/scilab.spec
@@ -1,7 +1,7 @@
# baserelease defines which build revision of this version we're building.
# The magical name baserelease is matched by the rpmdev-bumpspec tool, which
# you should use.
-%global baserelease 6
+%global baserelease 1
# On a released (stable or beta) version set it to 1
%global is_release 1
@@ -31,7 +31,7 @@
%endif
Name: scilab
-Version: 6.0.0
+Version: 6.0.1
Release: %{pkg_release}
Summary: Scientific software package for numerical computations
ExcludeArch: aarch64 s390x armv7hl
@@ -61,10 +61,6 @@ Patch2: %{name}-0002-jogl-2.3.2.patch
Patch3: %{name}-0003-fix-ppc64le-build.patch
# Fix the OCaML build
# Patch4: %{name}-0004-Fix-build-with-ocaml-4.0.4.patch
-# Fix Apache Lucene 6 build
-Patch5: %{name}-0005-fix-build-with-modern-lucene.patch
-# Fix Apache Batik runtime detection
-Patch6: %{name}-0006-update-runtime-batik-detection.patch
# Fix GFortran errors
Patch7: %{name}-0007-fix-gfortran-errors.patch
@@ -243,8 +239,6 @@ This package provide test files for Scilab.
%patch2 -p1 -b .jogl
%patch3 -p1 -b .ppc64le
#%patch4 -p1 -b .ocaml
-%patch5 -p1 -b .lucene
-%patch6 -p1 -b .batik
%patch7 -p1 -b .gfortran
# Fix Class-Path in manifest
@@ -339,6 +333,9 @@ make check-TESTS || true
%{_datadir}/%{name}/modules/*/tests
%changelog
+* Wed Feb 28 2018 Clément David <c.david86(a)gmail.com> - 6.0.1-1
+- Update to 6.0.1
+
* Fri Feb 09 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 6.0.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
diff --git a/sources b/sources
index 3edba4f..000e067 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (scilab-6.0.0-src.tar.gz) = bae7eb19a7d5526f822a9effef29c1a949a888ddabf12f6c1e4d51dd6f7b7be1fec5ee697b4449e8a316e93bf1244df7fad1e24c771c7d6cbe0775d9d4eb96f3
+SHA512 (scilab-6.0.1-src.tar.gz) = 4af806d4ceb50cf7273c3a223bf00ef4459380d9aed2e76af6f0dc6176c130c824eecd487f0f5d9cad3e1d76cc625f190f18f6005562fa0fa99c6a81e6865e2a
https://src.fedoraproject.org/rpms/scilab/c/37c52f4b7d22b8bf2324526739b95...
5Â years