diff --git a/.gitignore b/.gitignore index c4fb20f..aa96c44 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -SOURCES/cli-1.0.0-preview2-003200.tar.gz -SOURCES/dotnet-dev-rhel-x64.1.0.0-preview2-003200.tar.gz -SOURCES/manpages.1.0.0-preview2-003200.tar.gz +SOURCES/cli-1.0.0-preview2-003221.tar.gz +SOURCES/dotnet-dev-rhel-x64.1.0.0-preview2-003221.tar.gz +SOURCES/manpages.1.0.0-preview2-003221.tar.gz diff --git a/.rh-dotnetcore10-dotnetcore.metadata b/.rh-dotnetcore10-dotnetcore.metadata index e6750c0..0974fd0 100644 --- a/.rh-dotnetcore10-dotnetcore.metadata +++ b/.rh-dotnetcore10-dotnetcore.metadata @@ -1,3 +1,3 @@ -c620f3cf59e1dbb9c36f328fdd0281374bcc05a6 SOURCES/cli-1.0.0-preview2-003200.tar.gz -ceb0f6c1ffebb89b93ca6ca4fda8ab7dc770cffa SOURCES/dotnet-dev-rhel-x64.1.0.0-preview2-003200.tar.gz -c190025482b6d02a3a2a90d0d8b14e3627e4da61 SOURCES/manpages.1.0.0-preview2-003200.tar.gz +51851a50880c9b2d19fa21c359e22d9ef59e7bd4 SOURCES/cli-1.0.0-preview2-003221.tar.gz +fce1c235744960737e1a2e132702d491cbeae616 SOURCES/dotnet-dev-rhel-x64.1.0.0-preview2-003221.tar.gz +5cb3f213d06ffbc831e557a415dfbe74e145f7c5 SOURCES/manpages.1.0.0-preview2-003221.tar.gz diff --git a/SPECS/dotnetcore.spec b/SPECS/dotnetcore.spec index 08a321c..0c18303 100644 --- a/SPECS/dotnetcore.spec +++ b/SPECS/dotnetcore.spec @@ -9,8 +9,8 @@ %undefine _include_minidebuginfo %global _find_debuginfo_dwz_opts %{nil} -%global cli_version 1.0.0-preview2-003200 -%global runtime_version 1.0.7 +%global cli_version 1.0.0-preview2-003221 +%global runtime_version 1.0.8 # Do not provide internal .so as standard libraries %global __provides_exclude_from ^(%{_libdir}/dotnetcore/.*\\.so|%{_libdir}/dotnetcore/sdk/%{cli_version}/.*\\.so|%{_libdir}/dotnetcore/shared/Microsoft.NETCore.App/%{runtime_version}/.*)$ @@ -22,8 +22,8 @@ %global __requires_exclude ^(libmscordaccore.so\\(\\)\\(64bit\\)|libmscordaccore.so\\(V1.0\\)\\(64bit\\))$ Name: %{?scl_prefix}dotnetcore -Version: 1.0.7 -Release: 2%{?dist} +Version: 1.0.8 +Release: 1%{?dist} Summary: .NET Core 1.0 Group: Development/Languages @@ -88,6 +88,9 @@ find -type f -iname 'dotnet*\.1' -exec cp {} $RPM_BUILD_ROOT/%{_mandir}/man1/ \; %{_mandir}/man1/dotnet*.1* %changelog +* Thu Oct 26 2017 Omair Majid - 1.0.8-1 +- Update to .NET Core 1.0.8 + * Tue Sep 26 2017 Omair Majid - 1.0.7-2 - Add source tarball as source0