]> git.ipfire.org Git - location/fedora/libloc.git/commitdiff
Enable enabling debuging messages
authorPetr Písař <ppisar@redhat.com>
Wed, 19 Oct 2022 10:37:48 +0000 (12:37 +0200)
committerPetr Písař <ppisar@redhat.com>
Wed, 19 Oct 2022 10:37:48 +0000 (12:37 +0200)
libloc.spec

index 1231dd18ab1fdf30c332a2dd9c40815e07589cc7..3abfa0077806a9b30956756ff70fd1943354d971 100644 (file)
@@ -1,6 +1,6 @@
 Name:       libloc
 Version:    0.9.15
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Library to determine a location of an IP address in the Internet
 # COPYING:                  LGPL-2.1 text
 # man/libloc.txt:           LGPL-2.1-or-later
@@ -187,7 +187,7 @@ autoreconf -fi -I%{_datadir}/gnulib/m4
 %{configure} \
     --disable-analyzer \
     --with-database-path=%{default_database_file} \
-    --disable-debug \
+    --enable-debug \
     --enable-largefile \
     --enable-ld-version-script \
     --enable-man_pages \
@@ -227,6 +227,7 @@ chmod 0644 %{buildroot}/%{python3_sitelib}/%{name}-%{version}.dist-info/METADATA
 %find_lang %{name}
 
 %check
+unset LOC_LOG
 make check %{?_smp_mflags}
 
 %post tools
@@ -271,6 +272,9 @@ make check %{?_smp_mflags}
 %{_unitdir}/*
 
 %changelog
+* Wed Oct 19 2022 Petr Pisar <ppisar@redhat.com> - 0.9.15-2
+- Enable enabling debuging messages
+
 * Tue Oct 04 2022 Petr Pisar <ppisar@redhat.com> - 0.9.15-1
 - 0.9.15 packaged