#1 Remove manual updating of config.{guess,sub}
Closed 5 years ago by ppisar. Opened 5 years ago by otaylor.
rpms/ otaylor/SDL no-config-update  into  master

file modified
+5 -3
@@ -10,7 +10,7 @@ 

  

  Name:       SDL

  Version:    1.2.15

- Release:    34%{?dist}

+ Release:    35%{?dist}

  Summary:    A cross-platform multimedia library

  URL:        http://www.libsdl.org/

  # The license of the file src/video/fbcon/riva_mmio.h is bad, but the contents
@@ -125,8 +125,6 @@ 

  # Compilation without ESD

  sed -i -e 's/.*AM_PATH_ESD.*//' configure.in

  %endif

- # Update config.sub to support aarch64, bug #926510

- cp -p %{_datadir}/automake-*/config.{sub,guess} build-scripts

  

  %build

  aclocal
@@ -188,6 +186,10 @@ 

  %{_libdir}/lib*.a

  

  %changelog

+ * Tue Jan  8 2019 fedora-toolbox <otaylor@redhat.com> - 1.2.15-35

+ - Remove manual updating of config.{guess,sub} - this has been part of

+   %%configure since 2013

+ 

  * Tue Aug 28 2018 Petr Pisar <ppisar@redhat.com> - 1.2.15-34

  - Remove useless build-time dependency on audiofile-devel

  

This has been part of %configure since 2013 (shortly after the manual updating was introduced to this spec file)

I merged you commit. I will build it later with a fix for another SDL bug.

Pull-Request has been closed by ppisar

5 years ago
Metadata