[phodav/mcatanzaro/phodav-api] Bump API version to phodav-3.0
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [phodav/mcatanzaro/phodav-api] Bump API version to phodav-3.0
- Date: Thu, 30 Jun 2022 21:45:05 +0000 (UTC)
commit 6c8f5c49571e5021f21f34e5f70027fb52a34cb2
Author: Michael Catanzaro <mcatanzaro redhat com>
Date: Thu Jun 30 16:44:23 2022 -0500
Bump API version to phodav-3.0
phodav-3.0: libsoup 3
phodav-2.0: libsoup 2
data/chezdav.wxs.in | 2 +-
doc/reference/meson.build | 4 ++--
doc/reference/{phodav-2.0-docs.sgml => phodav-3.0-docs.sgml} | 0
.../{phodav-2.0-overrides.txt => phodav-3.0-overrides.txt} | 0
.../{phodav-2.0-sections.txt => phodav-3.0-sections.txt} | 0
libphodav/meson.build | 8 ++++----
meson.build | 2 +-
7 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/data/chezdav.wxs.in b/data/chezdav.wxs.in
index cc6a40c..e99c772 100644
--- a/data/chezdav.wxs.in
+++ b/data/chezdav.wxs.in
@@ -47,7 +47,7 @@
<File Id='chezdav' Name='chezdav.exe' DiskId='1' Source='$(var.DESTDIR)/bin/chezdav.exe'
KeyPath='yes'/>
</Component>
<Component Id="CLibPhoDAV" Guid="*">
- <File Id='libphodav' Name='libphodav-2.0-0.dll' DiskId='1'
Source='$(var.DESTDIR)/bin/libphodav-2.0-0.dll' KeyPath='yes'/>
+ <File Id='libphodav' Name='libphodav-3.0-0.dll' DiskId='1'
Source='$(var.DESTDIR)/bin/libphodav-3.0-0.dll' KeyPath='yes'/>
</Component>
</Directory>
<Component Id="CDepsTxt" Guid="*">
diff --git a/doc/reference/meson.build b/doc/reference/meson.build
index e53dcff..91d8e82 100644
--- a/doc/reference/meson.build
+++ b/doc/reference/meson.build
@@ -25,8 +25,8 @@ private_headers = [
]
gnome.gtkdoc(
- 'phodav-2.0',
- main_sgml : 'phodav-2.0-docs.sgml',
+ 'phodav-3.0',
+ main_sgml : 'phodav-3.0-docs.sgml',
dependencies : declare_dependency(link_with : [libphodav]),
src_dir : join_paths(meson.source_root(), 'libphodav'),
gobject_typesfile: 'libphodav.types',
diff --git a/doc/reference/phodav-2.0-docs.sgml b/doc/reference/phodav-3.0-docs.sgml
similarity index 100%
rename from doc/reference/phodav-2.0-docs.sgml
rename to doc/reference/phodav-3.0-docs.sgml
diff --git a/doc/reference/phodav-2.0-overrides.txt b/doc/reference/phodav-3.0-overrides.txt
similarity index 100%
rename from doc/reference/phodav-2.0-overrides.txt
rename to doc/reference/phodav-3.0-overrides.txt
diff --git a/doc/reference/phodav-2.0-sections.txt b/doc/reference/phodav-3.0-sections.txt
similarity index 100%
rename from doc/reference/phodav-2.0-sections.txt
rename to doc/reference/phodav-3.0-sections.txt
diff --git a/libphodav/meson.build b/libphodav/meson.build
index 1e09eb0..c89665f 100644
--- a/libphodav/meson.build
+++ b/libphodav/meson.build
@@ -4,7 +4,7 @@ headers = [
'phodav-virtual-dir.h',
]
-install_headers(headers, subdir : 'libphodav-2.0/libphodav')
+install_headers(headers, subdir : 'libphodav-3.0/libphodav')
sources = [
'phodav-if.c',
@@ -35,7 +35,7 @@ vflag = compiler.get_supported_link_arguments([
])
libphodav = library(
- 'phodav-2.0',
+ 'phodav-3.0',
sources,
c_args : [ '-DG_LOG_DOMAIN="phodav"' ],
include_directories : incdir,
@@ -49,8 +49,8 @@ libphodav = library(
pkgconfig = import('pkgconfig')
pkgconfig.generate(
libphodav,
- filebase : 'libphodav-2.0',
+ filebase : 'libphodav-3.0',
description : 'A WebDAV library based on libsoup',
- subdirs : 'libphodav-2.0',
+ subdirs : 'libphodav-3.0',
requires : 'libsoup-3.0'
)
diff --git a/meson.build b/meson.build
index 8163c06..ac84b94 100644
--- a/meson.build
+++ b/meson.build
@@ -13,7 +13,7 @@ meson.add_dist_script('sh', '-c', 'echo @0@>"$MESON_DIST_ROOT/.tarball-version"'
proj_version = meson.project_version()
proj_name = meson.project_name()
-proj_gettext = 'phodav-2.0'
+proj_gettext = 'phodav-3.0'
proj_bugurl = 'https://gitlab.gnome.org/GNOME/phodav/issues/new'
gnome = import('gnome')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]