diff --git a/.gitignore b/.gitignore index 8ea0a4f..0194bc3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /netatalk-3.1.13.tar.bz2 /netatalk-3.1.14.tar.gz /netatalk-3.1.15.tar.gz +/netatalk-3.1.16.tar.gz diff --git a/netatalk.spec b/netatalk.spec index fde4422..502775b 100644 --- a/netatalk.spec +++ b/netatalk.spec @@ -30,6 +30,7 @@ # rhel need to call ldconfig %if 0%{?rhel} <= 7 %global ldconfig /sbin/ldconfig +%global with_c99 1 %endif # set path to python binary per fedora packaging guidelines @@ -42,8 +43,8 @@ Name: netatalk Epoch: 5 -Version: 3.1.15 -Release: 2%{?dist} +Version: 3.1.16 +Release: 1%{?dist} Summary: Open Source Apple Filing Protocol(AFP) File Server License: GPL+ and GPLv2 and GPLv2+ and LGPLv2+ and BSD and FSFUL and MIT # Project is also mirrored at https://github.com/Netatalk/Netatalk @@ -62,9 +63,6 @@ Patch0: netatalk-3.0.1-basedir.patch Patch1: netatalk-systemd-execstartpre.patch BuildRequires: make -BuildRequires: automake -BuildRequires: autoconf -BuildRequires: libtool BuildRequires: rpm BuildRequires: grep BuildRequires: perl-interpreter @@ -130,9 +128,6 @@ developing applications that use %{name}. %prep %autosetup -p 1 -# must call autoreconf because we patched configure.ac -autoreconf --force --install - # remove bundled libevent %{?with_libevent:rm -frv libevent/} @@ -170,7 +165,8 @@ sed -i 's\-systemctl daemon-reload\\g' distrib/initscripts/Makefile.in %{?with_tracker:--with-dbus-daemon=%{_bindir}/dbus-daemon} \ %{?with_libevent:--without-libevent} \ %{?with_libevent:--with-libevent-header=%{_includedir}} \ - %{?with_libevent:--with-libevent-lib=%{_libdir}} + %{?with_libevent:--with-libevent-lib=%{_libdir}} \ + %{?with_c99:CFLAGS="$CFLAGS -std=gnu99"} %make_build # Build the local docs. @@ -231,6 +227,11 @@ sh test/afpd/test.sh %{_mandir}/man*/netatalk-config.1* %changelog +* Tue Sep 12 2023 Andrew Bauer - 5:3.1.16-1 +- autoconf, automake, and libtool are no longer required +- force gnu99 cflag on el7 builds +- 3.1.16 release + * Thu Jul 20 2023 Fedora Release Engineering - 5:3.1.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild diff --git a/sources b/sources index 7662e1e..8bec328 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (netatalk-3.1.15.tar.gz) = ccba1bb3d7136194d5897e2c560fb81f8182ec1ac19446954c910e303cb43dab5a1cf1c842d75e5040dd43ab1b55c646857b7866ddb362e35afbb4110b296015 +SHA512 (netatalk-3.1.16.tar.gz) = 85025c0cdd8d20ca70786e39afa3f4740e36bafe8aabaaad21c6c9ac082bb885c88d2da10da93e153dd854d6fb7e84e674d650d5ba3ff627b4970bfef2d3c758