Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dtach for openSUSE:Factory checked 
in at 2022-02-03 23:16:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dtach (Old)
 and      /work/SRC/openSUSE:Factory/.dtach.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dtach"

Thu Feb  3 23:16:49 2022 rev:3 rq:950910 version:0.9+2.748020b

Changes:
--------
--- /work/SRC/openSUSE:Factory/dtach/dtach.changes      2021-03-15 
10:54:59.093225550 +0100
+++ /work/SRC/openSUSE:Factory/.dtach.new.1898/dtach.changes    2022-02-03 
23:17:51.308052223 +0100
@@ -1,0 +2,6 @@
+Fri Jan 28 11:56:38 UTC 2022 - Dirk M??ller <[email protected]>
+
+- use versionrewrite to properly set spec file version
+- use https for downloading sources 
+
+-------------------------------------------------------------------

Old:
----
  dtach-v0.9+2.748020b.tar.xz

New:
----
  _servicedata
  dtach-0.9+2.748020b.tar.xz

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

Other differences:
------------------
++++++ dtach.spec ++++++
--- /var/tmp/diff_new_pack.ARxSLS/_old  2022-02-03 23:17:51.712049465 +0100
+++ /var/tmp/diff_new_pack.ARxSLS/_new  2022-02-03 23:17:51.716049438 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dtach
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           dtach
-Version:        v0.9+2.748020b
+Version:        0.9+2.748020b
 Release:        0
 Summary:        Background processes and reattach to them
 License:        GPL-2.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ARxSLS/_old  2022-02-03 23:17:51.748049220 +0100
+++ /var/tmp/diff_new_pack.ARxSLS/_new  2022-02-03 23:17:51.752049192 +0100
@@ -1,10 +1,11 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="filename">dtach</param>
-    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.%h</param>
-    <param name="url">git://github.com/crigler/dtach.git</param>
+    <param name="url">https://github.com/crigler/dtach.git</param>
     <param name="scm">git</param>
     <param name="revision">master</param>
+    <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@.%h</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>
     <param name="changesauthor">[email protected]</param>
   </service>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param name="url">https://github.com/crigler/dtach.git</param>
              <param 
name="changesrevision">748020b2fa79fc41b81c2a8430578b65749196a6</param></service></servicedata>
(No newline at EOF)

++++++ dtach-v0.9+2.748020b.tar.xz -> dtach-0.9+2.748020b.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dtach-v0.9+2.748020b/.gitignore 
new/dtach-0.9+2.748020b/.gitignore
--- old/dtach-v0.9+2.748020b/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/dtach-0.9+2.748020b/.gitignore  2017-03-06 02:08:33.000000000 +0100
@@ -0,0 +1,11 @@
+# Files generated by configure
+
+/Makefile
+/config.h
+/config.log
+/config.status
+/configure.lineno
+
+# Files generated by make
+*.o
+/dtach

Reply via email to