forked from pool/msgraph
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b3c51e47da | |||
| 0117f550bc |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/msgraph.git</param>
|
||||
<param name="revision">0.2.3</param>
|
||||
<param name="revision">0.3.3</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:86305d9ebb0d8d342c6ce0aeb85d199cac3986a0e47e979f25c830950c210346
|
||||
size 454155
|
||||
BIN
msgraph-0.3.3.obscpio
LFS
Normal file
BIN
msgraph-0.3.3.obscpio
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 27 12:31:08 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.3.3:
|
||||
+ Extended user service (photo, contacts, folders, find)
|
||||
+ Improved mail service
|
||||
+ Add rate limiting support
|
||||
+ Fix pkgconfig file using wrong api version
|
||||
+ Set select scopes during requests
|
||||
+ Add support for business "Add to OneDrive" sharepoints
|
||||
- Add apiver and sover defines and set them to 1, following this,
|
||||
rename all sub-packages accordingly.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 09:17:29 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: msgraph
|
||||
version: 0.2.3
|
||||
mtime: 1718743643
|
||||
commit: e80e63a1ce974e0e7a0fd68086b0e4cb8137b432
|
||||
version: 0.3.3
|
||||
mtime: 1737961799
|
||||
commit: 63d28451d65b3ba3db72baa11b84c26ef6d54d72
|
||||
|
||||
39
msgraph.spec
39
msgraph.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package msgraph
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,8 +16,11 @@
|
||||
#
|
||||
|
||||
|
||||
%define apiver 1
|
||||
%define sover 1
|
||||
|
||||
Name: msgraph
|
||||
Version: 0.2.3
|
||||
Version: 0.3.3
|
||||
Release: 0
|
||||
Summary: Library for accessing online serive APIs using MS Graph protocol
|
||||
License: LGPL-3.0-or-later
|
||||
@@ -38,22 +41,22 @@ BuildRequires: pkgconfig(libxml-2.0)
|
||||
%description
|
||||
libmsgraph is a GLib-based library for accessing online serive APIs using MS Graph protocol.
|
||||
|
||||
%package -n libmsgraph-0-1
|
||||
%package -n libmsgraph%{apiver}-%{sover}
|
||||
Summary: Library for accessing online serive APIs using MS Graph protocol
|
||||
|
||||
%description -n libmsgraph-0-1
|
||||
%description -n libmsgraph%{apiver}-%{sover}
|
||||
libmsgraph is a GLib-based library for accessing online serive APIs using MS Graph protocol.
|
||||
|
||||
%package -n typelib-1_0-Msg-0
|
||||
%package -n typelib-1_0-Msg-%{apiver}
|
||||
Summary: Library for accessing online serive APIs using MS Graph protocol
|
||||
|
||||
%description -n typelib-1_0-Msg-0
|
||||
%description -n typelib-1_0-Msg-%{apiver}
|
||||
libmsgraph is a GLib-based library for accessing online serive APIs using MS Graph protocol.
|
||||
|
||||
%package devel
|
||||
Summary: Library for accessing online serive APIs using MS Graph protocol
|
||||
Requires: libmsgraph-0-1 = %{version}
|
||||
Requires: typelib-1_0-Msg-0 = %{version}
|
||||
Requires: libmsgraph%{apiver}-%{sover} = %{version}
|
||||
Requires: typelib-1_0-Msg-%{apiver} = %{version}
|
||||
|
||||
%description devel
|
||||
libmsgraph is a GLib-based library for accessing online serive APIs using MS Graph protocol.
|
||||
@@ -73,22 +76,22 @@ sed -i '/drive/d' tests/meson.build
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%ldconfig_scriptlets -n libmsgraph-0-1
|
||||
%ldconfig_scriptlets -n libmsgraph%{apiver}-%{sover}
|
||||
|
||||
%files -n libmsgraph-0-1
|
||||
%files -n libmsgraph%{apiver}-%{sover}
|
||||
%license COPYING
|
||||
%doc NEWS
|
||||
%{_libdir}/libmsgraph-0.so.%{version}
|
||||
%{_libdir}/libmsgraph-0.so.1
|
||||
%{_libdir}/libmsgraph-%{apiver}.so.%{version}
|
||||
%{_libdir}/libmsgraph-%{apiver}.so.%{sover}
|
||||
|
||||
%files -n typelib-1_0-Msg-0
|
||||
%{_libdir}/girepository-1.0/Msg-0.typelib
|
||||
%files -n typelib-1_0-Msg-%{apiver}
|
||||
%{_libdir}/girepository-1.0/Msg-%{apiver}.typelib
|
||||
|
||||
%files devel
|
||||
%{_includedir}/msg/
|
||||
%{_datadir}/doc/msgraph-0/
|
||||
%{_libdir}/libmsgraph-0.so
|
||||
%{_libdir}/pkgconfig/msgraph-0.1.pc
|
||||
%{_datadir}/gir-1.0/Msg-0.gir
|
||||
%{_datadir}/doc/msgraph-%{apiver}/
|
||||
%{_libdir}/libmsgraph-%{apiver}.so
|
||||
%{_libdir}/pkgconfig/msgraph-%{apiver}.pc
|
||||
%{_datadir}/gir-1.0/Msg-%{apiver}.gir
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user