From b86fca89401e54d1224c625dc5a4f2b11341ba3f Mon Sep 17 00:00:00 2001 From: Timotheus Pokorra Date: May 18 2016 07:57:38 +0000 Subject: update to 4.4.0.142 CYCLE 7 Beta Release Candidate and tidy up Epel builds --- diff --git a/mono.spec b/mono.spec index 5e2e508..b80e2e2 100644 --- a/mono.spec +++ b/mono.spec @@ -3,27 +3,26 @@ %undefine _hardened_build %endif %global bootstrap 0 -%if 0%{?rhel}%{?el6}%{?el7} %if 0%{?el6} -%global mono_arches %ix86 x86_64 %{arm} sparcv9 alpha s390x ppc ppc64 ppc64le -%endif -# see https://lists.fedoraproject.org/pipermail/packaging/2011-May/007762.html -%global _missing_build_ids_terminate_build 0 -%global debug_package %{nil} -# see https://fedorahosted.org/fpc/ticket/395 +# see https://fedorahosted.org/fpc/ticket/395, it was added to el7 +%global mono_arches %{ix86} x86_64 sparc sparcv9 ia64 %{arm} alpha s390x ppc ppc64 ppc64le %global _monodir %{_prefix}/lib/mono %global _monogacdir %{_monodir}/gac %endif +%if 0%{?rhel}%{?el6}%{?el7} +# to resolve: "ERROR: No build ID note found" +%undefine _missing_build_ids_terminate_build +%endif Name: mono Version: 4.4.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Cross-platform, Open Source, .NET development framework Group: Development/Languages License: MIT URL: http://www.mono-project.com -Source0: http://download.mono-project.com/sources/mono/mono-%{version}.122.tar.bz2 +Source0: http://download.mono-project.com/sources/mono/mono-%{version}.142.tar.bz2 # This key was generated by Tom "spot" Callaway on Dec 1, 2009 # by running the following command: # sn -k mono.snk @@ -759,6 +758,10 @@ mkdir -p %{buildroot}%{_datadir}/gdb/auto-load%{_bindir} %{_libdir}/pkgconfig/monodoc.pc %changelog +* Wed May 18 2016 Timotheus Pokorra - 4.4.0-3 +- update to 4.4.0.142 CYCLE 7 Beta Release Candidate +- tidy up the spec file for Epel builds + * Mon Apr 18 2016 Timotheus Pokorra - 4.4.0-2 - update to 4.4.0.122 Cycle 7 Beta diff --git a/sources b/sources index 5dc7f18..8837819 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -434982ec0021fdd302cd1f805b01a869 mono-4.4.0.122.tar.bz2 +4b58dbfa0b559a61ac808f5c0861e54a mono-4.4.0.142.tar.bz2