- Update to version 4.2.2: * Prepare for 4.2.2 * Use go get on 1.10 * Only use debug.ReadBuildInfo on 1.12+ * Update changelog * Set required Go version to 1.10 * Test back to Go 1.10 * Do not unnecessarily use errors.Is * Add changelog for #76 * Update for GoReleaser nfpm section change * Bump copyright year - Add disable-pandoc.patch OBS-URL: https://build.opensuse.org/request/show/781411 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/geoipupdate?expand=0&rev=20
26 lines
820 B
Diff
26 lines
820 B
Diff
--- a/Makefile.orig 2020-03-04 10:14:17.209181344 +0100
|
|
+++ b/Makefile 2020-03-04 10:14:37.189282590 +0100
|
|
@@ -33,9 +33,7 @@
|
|
data: \
|
|
$(BUILDDIR)/GeoIP.conf \
|
|
$(BUILDDIR)/GeoIP.conf.md \
|
|
- $(BUILDDIR)/geoipupdate.md \
|
|
- $(BUILDDIR)/GeoIP.conf.5 \
|
|
- $(BUILDDIR)/geoipupdate.1
|
|
+ $(BUILDDIR)/geoipupdate.md
|
|
|
|
$(BUILDDIR):
|
|
mkdir -p $(BUILDDIR)
|
|
@@ -53,11 +51,6 @@
|
|
$(BUILDDIR)/geoipupdate.md: $(BUILDDIR) doc/geoipupdate.md
|
|
sed -e 's|CONFFILE|$(CONFFILE)|g' -e 's|DATADIR|$(DATADIR)|g' -e 's|$$|$(MAYBE_CR)|g' doc/geoipupdate.md > $(BUILDDIR)/geoipupdate.md
|
|
|
|
-$(BUILDDIR)/GeoIP.conf.5: $(BUILDDIR)/GeoIP.conf.md $(BUILDDIR)/geoipupdate.md
|
|
- dev-bin/make-man-pages.pl "$(BUILDDIR)"
|
|
-
|
|
-$(BUILDDIR)/geoipupdate.1: $(BUILDDIR)/GeoIP.conf.5
|
|
-
|
|
clean:
|
|
rm -rf $(BUILDDIR)/GeoIP.conf \
|
|
$(BUILDDIR)/GeoIP.conf.md \
|