File libqtappfw-libver.patch of Package qtappfw

diff --git a/applauncher/meson.build b/applauncher/meson.build
index b36184a..52364f9 100644
--- a/applauncher/meson.build
+++ b/applauncher/meson.build
@@ -40,7 +40,7 @@ src = [
 ]
 lib = shared_library('qtappfw-applauncher',
                      sources: src,
-                     version: '1.0.0',
+                     version: '2.0.1',
                      soversion: '0',
                      dependencies: applauncher_dep,
                      install: true)
diff --git a/bluetooth/meson.build b/bluetooth/meson.build
index 008fda1..f3f04dd 100644
--- a/bluetooth/meson.build
+++ b/bluetooth/meson.build
@@ -9,7 +9,7 @@ moc_files = qt5.compile_moc(headers : ['bluetooth.h', 'bluetoothmodel.h'],
 src = ['bluetooth.cpp', 'bluetoothmodel.cpp', 'bluetootheventhandler.cpp', moc_files]
 lib = shared_library('qtappfw-bt',
                      sources: src,
-                     version: '1.0.0',
+                     version: '2.0.1',
                      soversion: '0',
                      dependencies: [qt5_dep, glib_dep, bluez_glib_dep],
                      install: true)
diff --git a/hvac/meson.build b/hvac/meson.build
index ce3679c..3e98e4e 100644
--- a/hvac/meson.build
+++ b/hvac/meson.build
@@ -6,7 +6,7 @@ moc_files = qt5.compile_moc(headers: 'hvac.h',
 src = ['hvac.cpp', moc_files]
 lib = shared_library('qtappfw-hvac',
                      sources: src,
-                     version: '1.0.0',
+                     version: '2.0.1',
                      soversion: '0',
                      dependencies: [qt5_dep, qtappfw_vs_dep],
                      install: true)
diff --git a/map/meson.build b/map/meson.build
index 1f563e6..160de82 100644
--- a/map/meson.build
+++ b/map/meson.build
@@ -6,7 +6,7 @@ moc_files = qt5.compile_moc(headers : 'map.h',
 src = ['map.cpp', moc_files]
 lib = shared_library('qtappfw-bt-map',
                      sources: src,
-                     version: '1.0.0',
+                     version: '2.0.1',
                      soversion: '0',
                      dependencies: [qt5_dep, qtappfw_bt_dep],
                      install: true)
diff --git a/mediaplayer/meson.build b/mediaplayer/meson.build
index ff2db0a..c04cd3d 100644
--- a/mediaplayer/meson.build
+++ b/mediaplayer/meson.build
@@ -20,7 +20,7 @@ src = [ 'MediaplayerBackend.cpp',
 ]
 lib = shared_library('qtappfw-mediaplayer',
                      sources: src,
-                     version: '1.0.0',
+                     version: '2.0.1',
                      soversion: '0',
                      dependencies: [qt5_dep, mpdclient_dep, qtappfw_bt_dep, qtappfw_vs_dep],
                      install: true)
diff --git a/navigation/meson.build b/navigation/meson.build
index 9b8e3ea..d9e3d2a 100644
--- a/navigation/meson.build
+++ b/navigation/meson.build
@@ -6,7 +6,7 @@ moc_files = qt5.compile_moc(headers: 'navigation.h',
 src = ['navigation.cpp', moc_files]
 lib = shared_library('qtappfw-navigation',
                      sources: src,
-                     version: '1.0.0',
+                     version: '2.0.1',
                      soversion: '0',
                      dependencies: [qt5_dep, qtappfw_vs_dep],
                      install: true)
diff --git a/network/meson.build b/network/meson.build
index d60369d..498bc52 100644
--- a/network/meson.build
+++ b/network/meson.build
@@ -27,7 +27,7 @@ src = [ 'network.cpp',
 ]
 lib = shared_library('qtappfw-network',
                      sources: src,
-                     version: '1.0.0',
+                     version: '2.0.1',
                      soversion: '0',
                      dependencies: [qt5_dep, glib_dep, connman_glib_dep],
                      install: true)
diff --git a/pbap/meson.build b/pbap/meson.build
index 7e2d1fb..927658a 100644
--- a/pbap/meson.build
+++ b/pbap/meson.build
@@ -6,7 +6,7 @@ moc_files = qt5.compile_moc(headers : 'pbap.h',
 src = ['pbap.cpp', moc_files]
 lib = shared_library('qtappfw-bt-pbap',
                      sources: src,
-                     version: '1.0.0',
+                     version: '2.0.1',
                      soversion: '0',
                      dependencies: qt5_dep,
                      install: true)
diff --git a/radio/meson.build b/radio/meson.build
index 7ae1bac..35f016c 100644
--- a/radio/meson.build
+++ b/radio/meson.build
@@ -41,7 +41,7 @@ src = [
 
 lib = shared_library('qtappfw-radio',
                      sources: src,
-                     version: '1.0.0',
+                     version: '2.0.1',
                      soversion: '0',
                      dependencies: radio_dep,
                      install: true)
diff --git a/telephony/meson.build b/telephony/meson.build
index 934d70c..06476c6 100644
--- a/telephony/meson.build
+++ b/telephony/meson.build
@@ -6,7 +6,7 @@ moc_files = qt5.compile_moc(headers: 'telephony.h',
 src = ['telephony.cpp', moc_files]
 lib = shared_library('qtappfw-phone',
                      sources: src,
-                     version: '1.0.0',
+                     version: '2.0.1',
                      soversion: '0',
                      dependencies: qt5_dep,
                      install: true)
diff --git a/vehicle-signals/meson.build b/vehicle-signals/meson.build
index e4c6dc0..e6fe766 100644
--- a/vehicle-signals/meson.build
+++ b/vehicle-signals/meson.build
@@ -6,7 +6,7 @@ moc_files = qt5.compile_moc(headers: 'vehiclesignals.h',
 src = ['vehiclesignals.cpp', moc_files]
 lib = shared_library('qtappfw-vehicle-signals',
                      sources: src,
-                     version: '1.0.0',
+                     version: '2.0.1',
                      soversion: '0',
                      dependencies: qt5_dep,
                      install: true)
diff --git a/weather/meson.build b/weather/meson.build
index 116975b..df6ed21 100644
--- a/weather/meson.build
+++ b/weather/meson.build
@@ -6,7 +6,7 @@ moc_files = qt5.compile_moc(headers: 'weather.h',
 src = ['weather.cpp', moc_files]
 lib = shared_library('qtappfw-weather',
                      sources: src,
-                     version: '1.0.0',
+                     version: '2.0.1',
                      soversion: '0',
                      dependencies: qt5_dep,
                      install: true)
openSUSE Build Service is sponsored by