Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package belcard for openSUSE:Factory checked 
in at 2023-01-18 13:09:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/belcard (Old)
 and      /work/SRC/openSUSE:Factory/.belcard.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "belcard"

Wed Jan 18 13:09:11 2023 rev:16 rq:1059001 version:5.2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/belcard/belcard.changes  2022-12-06 
14:25:13.422572324 +0100
+++ /work/SRC/openSUSE:Factory/.belcard.new.32243/belcard.changes       
2023-01-18 13:09:11.700254703 +0100
@@ -1,0 +2,7 @@
+Wed Jan 11 03:04:05 UTC 2023 - Giacomo Comes <gcomes....@gmail.com> - 5.2.9
+
+- Update to version 5.2.9:
+  * Fix syntax error in Github issue template
+  * Added Github yml issue template
+
+-------------------------------------------------------------------

Old:
----
  belcard-5.1.72.tar.bz2

New:
----
  belcard-5.2.9.tar.bz2

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

Other differences:
------------------
++++++ belcard.spec ++++++
--- /var/tmp/diff_new_pack.TFUPL5/_old  2023-01-18 13:09:12.768260837 +0100
+++ /var/tmp/diff_new_pack.TFUPL5/_new  2023-01-18 13:09:12.776260884 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package belcard
 #
-# 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
@@ -19,7 +19,7 @@
 %define soname  libbelcard
 %define sover   1
 Name:           belcard
-Version:        5.1.72
+Version:        5.2.9
 Release:        0
 Summary:        C++ library to manipulate vCard standard format files
 License:        GPL-3.0-or-later

++++++ belcard-5.1.72.tar.bz2 -> belcard-5.2.9.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/belcard-5.1.72/.github/ISSUE_TEMPLATE/bug_report.yml 
new/belcard-5.2.9/.github/ISSUE_TEMPLATE/bug_report.yml
--- old/belcard-5.1.72/.github/ISSUE_TEMPLATE/bug_report.yml    1970-01-01 
01:00:00.000000000 +0100
+++ new/belcard-5.2.9/.github/ISSUE_TEMPLATE/bug_report.yml     2022-01-27 
13:57:20.000000000 +0100
@@ -0,0 +1,131 @@
+---
+name: Bug report
+description: File a bug/issue
+title: "[Bug]: "
+labels: ["bug"]
+
+body:
+- type: markdown
+  attributes:
+    value: '# Reminder'
+- type: markdown
+  attributes:
+    value: |
+            The responses are provided by the **community** and, on a **best 
effort** basis, by some Belledonne Communications SARL engineers working on 
Linphone and its related projects.
+            The community means any people all around the world simply willing 
to participate to the discussions.
+
+            Belledonne Communications SARL **disclaims any WARRANTY** that the 
content posted on github issues or mailing lists is technically correct.
+            Responses from Belledonne Communications SARL engineers shall be 
considered as individual contributions and shall not be seen as Belledonne 
Communications's official point of view or commitment.
+
+            The Github issue tracker must be seen as a place for 
**collaboration**. Issues submitted should be of general interest, in the goal 
of improving the software. Consider that a **well documented** issue (with 
precise reproduction procedure, logs, stack trace if relevant, possibly a 
corrective patch) has a higher chance to receive interest and feedback from 
community members and Belledonne Communications' engineers.
+
+            __Issues poorly documented, with no facts, or asking for debugging 
assistance for a custom app using Linphone's libraries, or for a modified 
version of Linphone are unlikely to receive any kind of response.__
+
+            People using Linphone or its related projects within the scope of 
their company job are invited to contact [Belledonne 
Communications](https://linphone.org/contact#content-bottom3) in order to 
obtain commercial support.
+
+- type: markdown
+  attributes:
+    value: |
+            # Well ordered issues are treated issues
+            **In our apps, the 
[Linphone-SDK](https://github.com/BelledonneCommunications/linphone-sdk) is 
used.**
+            Please report your issue here **ONLY** if you are sure that the 
origin of the error is in this module.
+            Otherwise, open an issue in the repository of the app you are 
using or in the Linphone-SDK, and we will move it to the related module.
+
+- type: markdown
+  attributes:
+    value: |
+            # Useful links
+            [Linphone.org](https://linphone.org)
+            [Linphone commercial 
contact](https://linphone.org/contact#content-bottom3)
+            Linphone Vulnerability/Security contact: 
vulnerabilit...@linphone.org
+            [Contributor agreement (to sign and to return to 
sa...@belledonne-communications.com for a pull 
request)](https://linphone.org/sites/default/files/bc-contributor-agreement_0.pdf)
+
+- type: textarea
+  attributes:
+    label: |
+            Context
+    description: |
+                  - For which purpose do you use the project ?
+                  - With which software/hardware it is integrated ?
+                  - Did you use sip.linphone.org or a different SIP service 
(in this case specify which one and which version) ?
+    value: |
+            I use this project in a custom app running on Linux with the 
sip.linphone.org service for my company. I want to do a simple call between an 
Android phone and a Linux client. There is an error with a method of this 
project and I'm sure that I followed the documentation and double checked 
before posting.
+  validations:
+    required: true
+
+- type: textarea
+  attributes:
+    label: General information
+    description: |
+                  Complete it multiple time if there are multiple devices 
involved.
+                  Please note that the issue has more chances to be read if 
you report a bug seen in the latest version of the module.
+
+                  Ex:
+                  - Device: [e.g. Samsung Note 20 Ultra]
+                  - OS: [e.g. Android 11]
+                  - Version of the App [e.g. 4.3.1]
+                  - Version of the SDK [e.g 4.4.16]
+    value: |
+                  - Device:
+                  - OS:
+                  - Version of the App:
+                  - Version of the SDK:
+  validations:
+    required: true
+
+- type: textarea
+  attributes:
+    label: Expected behaviour
+    description: "A clear and concise description of what you expected to 
happen."
+    value: |
+            I wanted to do a simple call with the Linux client calling the 
Android phone. However, the phone doesn't ring when it is asleep.
+  validations:
+    required: true
+
+- type: textarea
+  attributes:
+    label: To Reproduce
+    description: "Steps to reproduce the behavior:"
+    value: |
+            1. Go to '...'
+            2. Click on '....'
+            3. Scroll down to '....'
+            4. See error
+  validations:
+    required: true
+
+- type: textarea
+  attributes:
+    label: 'Additional context'
+    value: Add any other context about the problem here.
+
+- type: markdown
+  attributes:
+    value: |
+            # Logs
+            ## Module logs
+            Enable debug logs in advanced section of the settings, restart the 
app, reproduce the issue and then go to About page, click on "Send logs" and 
copy/paste the link here.
+            If you doesn't have such an option, just provide the logs in 
attachments.
+
+- type: input
+  attributes:
+    label: 'SDK logs URL'
+
+- type: markdown
+  attributes:
+    value: |
+            ## Module crash logs
+            In case of a crash related to this module, please also provide the 
backtrace of the crash in attachments using adb logcat (Android) or the device 
console (iOS).
+            For desktop versions, you can get the backtrace from a core dump.
+
+- type: markdown
+  attributes:
+    value: |
+            # Screenshots
+            Please add screenshots in attachments to help us to understand 
your problem.
+
+- type: markdown
+  attributes:
+    value: |
+              # Pcap file
+              If this is a network issue, join a pcap file of your attempt in 
attachments (done with Wireshark or TCPDump, for example)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/belcard-5.1.72/CMakeLists.txt 
new/belcard-5.2.9/CMakeLists.txt
--- old/belcard-5.1.72/CMakeLists.txt   2021-10-14 18:33:04.000000000 +0200
+++ new/belcard-5.2.9/CMakeLists.txt    2022-01-27 13:57:20.000000000 +0100
@@ -22,7 +22,7 @@
 ############################################################################
 
 cmake_minimum_required(VERSION 3.1)
-project(BELCARD VERSION 4.5.0 LANGUAGES C CXX)
+project(BELCARD VERSION 5.2.0 LANGUAGES C CXX)
 
 set(BELCARD_SO_VERSION "1")
 

Reply via email to