Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package onioncat for openSUSE:Factory 
checked in at 2023-01-19 16:44:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/onioncat (Old)
 and      /work/SRC/openSUSE:Factory/.onioncat.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "onioncat"

Thu Jan 19 16:44:31 2023 rev:4 rq:1059582 version:4.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/onioncat/onioncat.changes        2022-02-13 
19:51:42.430318897 +0100
+++ /work/SRC/openSUSE:Factory/.onioncat.new.32243/onioncat.changes     
2023-01-19 16:44:43.941933990 +0100
@@ -1,0 +2,11 @@
+Wed Jan 18 06:22:27 UTC 2023 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 4.10.0:
+  * Major new version, see
+    <https://github.com/rahra/onioncat/blob/v4.10.0/doc/INTRO_TO_ONIONCAT4.txt>
+- Add onioncat-DESTDIR-for-localstatedir.patch: Create
+  localstatedir inside DESTDIR [gh#rahra/onioncat#43].
+- Add BuildRequires: libtool and run autoreconf before configure as
+  above patch touches build files.
+
+-------------------------------------------------------------------

Old:
----
  onioncat-0.3.9.tar.gz
  onioncat-0.3.9.tar.gz.asc

New:
----
  onioncat-4.10.0.tar.gz
  onioncat-4.10.0.tar.gz.asc
  onioncat-DESTDIR-for-localstatedir.patch

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

Other differences:
------------------
++++++ onioncat.spec ++++++
--- /var/tmp/diff_new_pack.KOfKfm/_old  2023-01-19 16:44:44.685937863 +0100
+++ /var/tmp/diff_new_pack.KOfKfm/_new  2023-01-19 16:44:44.689937885 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package onioncat
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,18 @@
 
 
 Name:           onioncat
-Version:        0.3.9
+Version:        4.10.0
 Release:        0
 Summary:        VPN adapter for Tor and I2P
 License:        GPL-3.0-only
 URL:            https://www.onioncat.org/
-Source:         
https://www.cypherpunk.at/ocat/download/Source/current/%{name}-%{version}.tar.gz
-Source2:        
https://www.cypherpunk.at/ocat/download/Source/current/%{name}-%{version}.tar.gz.asc
+Source:         
https://github.com/rahra/onioncat/releases/download/v%{version}/%{name}-%{version}.tar.gz
+Source2:        
https://github.com/rahra/onioncat/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
 # 0x98678E06063007E4A1F0B9C59BD601668E24F29D
 Source3:        %{name}.keyring
+# PATCH-FIX-UPSTREAM onioncat-DESTDIR-for-localstatedir.patch 
gh#rahra/onioncat#43 badshah...@gmail.com -- Create localstatedir inside DESTDIR
+Patch0:         onioncat-DESTDIR-for-localstatedir.patch
+BuildRequires:  libtool
 Requires:       tor
 
 %description
@@ -35,9 +38,10 @@
 hidden services.
 
 %prep
-%autosetup
+%autosetup -p1
 
 %build
+autoreconf -fvi
 %configure --docdir=%{_docdir}/%{name}
 %make_build
 

++++++ onioncat-0.3.9.tar.gz -> onioncat-4.10.0.tar.gz ++++++
++++ 12766 lines of diff (skipped)

++++++ onioncat-DESTDIR-for-localstatedir.patch ++++++
Index: onioncat-4.10.0/src/Makefile.am
===================================================================
--- onioncat-4.10.0.orig/src/Makefile.am
+++ onioncat-4.10.0/src/Makefile.am
@@ -5,5 +5,5 @@ oc_statedir = $(localstatedir)/onioncat
 AM_CFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\" -DSTATEDIR=\"$(oc_statedir)\"
 
 install-data-hook:
-       $(MKDIR_P) $(oc_statedir)
+       $(MKDIR_P) $(DESTDIR)$(oc_statedir)
 

Reply via email to