Hello community,

here is the log from the commit of package doh for openSUSE:Factory checked in 
at 2019-09-23 12:39:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/doh (Old)
 and      /work/SRC/openSUSE:Factory/.doh.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "doh"

Mon Sep 23 12:39:14 2019 rev:2 rq:732412 version:0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/doh/doh.changes  2019-09-17 13:39:44.273820581 
+0200
+++ /work/SRC/openSUSE:Factory/.doh.new.7948/doh.changes        2019-09-23 
12:39:47.273586562 +0200
@@ -1,0 +2,12 @@
+Tue Sep 17 21:08:59 UTC 2019 - Martin Hauke <[email protected]>
+
+- Update to initial upstream release 0.1:
+  * doh.1: initial man page
+  * doh: sort the -h options alphabetically
+  * version: add header file, support -V and call it version 0.1 now
+  * README: show the current cloudflare URL in the example output
+  * Update Google Public DNS DoH endpoint in example
+  * doh_encode: fix the comparison for long host names
+  * doh: added -k for insecure mode - skips server cert validation
+
+-------------------------------------------------------------------

Old:
----
  _service
  _servicedata
  doh-0.0.0+git.20190908.tar.xz

New:
----
  doh-0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ doh.spec ++++++
--- /var/tmp/diff_new_pack.Io3RLw/_old  2019-09-23 12:39:47.649586500 +0200
+++ /var/tmp/diff_new_pack.Io3RLw/_new  2019-09-23 12:39:47.649586500 +0200
@@ -1,6 +1,7 @@
 #
 # spec file for package doh
 #
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2019, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,14 +18,14 @@
 
 
 Name:           doh
-Version:        0.0.0+git.20190908
+Version:        0.1
 Release:        0
 Summary:        Simple DoH (DNS-over-HTTPS) client
 License:        MIT
 Group:          Productivity/Networking/DNS/Utilities
 URL:            https://github.com/curl/doh
 #Git-Clone:     https://github.com/curl/doh.git
-Source:         %{name}-%{version}.tar.xz
+Source:         
https://github.com/curl/%{name}/archive/%{name}-%{version}.tar.gz
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libcurl)
 
@@ -34,7 +35,7 @@
 This code uses POST requests unconditionally for this.
 
 %prep
-%setup -q
+%setup -q -n doh-doh-%{version}
 
 %build
 export CFLAGS="%{optflags}"
@@ -42,10 +43,12 @@
 
 %install
 install -Dm 0755 doh %{buildroot}%{_bindir}/doh
+install -Dm 0644 doh.1 %{buildroot}%{_mandir}/man1/%{name}.1
 
 %files
 %license LICENSE
 %doc README.md
 %{_bindir}/doh
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 %changelog


Reply via email to