diff --git a/0000-add-dbus-source-deps.patch b/0000-add-dbus-source-deps.patch deleted file mode 100644 index e835ed6..0000000 --- a/0000-add-dbus-source-deps.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/src/meson.build b/src/meson.build -index 9a30fada749f427a8fd106d11f34c928b5ace351..a75cf6d74663c0054df684376ea3e92b9a336025 100644 ---- a/src/meson.build -+++ b/src/meson.build -@@ -57,6 +57,7 @@ fbd_lib = static_library( - ) - - fbd_dep = declare_dependency( -+ sources: generated_dbus_sources, - include_directories : fbd_inc, - link_with : fbd_lib, - dependencies : fbd_deps, diff --git a/feedbackd-v0.0.2.tar.gz b/feedbackd-v0.0.2.tar.gz deleted file mode 100644 index 6afb66e..0000000 Binary files a/feedbackd-v0.0.2.tar.gz and /dev/null differ diff --git a/feedbackd-v0.0.3.tar.gz b/feedbackd-v0.0.3.tar.gz new file mode 100644 index 0000000..9b0c130 Binary files /dev/null and b/feedbackd-v0.0.3.tar.gz differ diff --git a/feedbackd.spec b/feedbackd.spec index 01afc02..665f3a7 100644 --- a/feedbackd.spec +++ b/feedbackd.spec @@ -1,15 +1,14 @@ -%global gmobile_commit 1039e7808195d4de367ce2718481641ca8af2427 +%global gmobile_commit v0.0.1 Name: feedbackd -Version: 0.0.2 +Version: 0.0.3 Release: 1 Summary: Feedback library for GNOME License: GPLv3+ URL: https://source.puri.sm/Librem5/feedbackd Source0: https://source.puri.sm/Librem5/feedbackd/-/archive/v%{version}/%{name}-v%{version}.tar.gz -Source1: https://gitlab.gnome.org/guidog/gmobile/-/archive/%{gmobile_commit}/gmobile-%{gmobile_commit}.tar.gz +Source1: https://gitlab.gnome.org/guidog/gmobile/-/archive/%{gmobile_commit}/gmobile-%{gmobile_commit}.tar.gz -Patch0: 0000-add-dbus-source-deps.patch BuildRequires: gcc meson systemd-devel vala dbus-daemon BuildRequires: pkgconfig(gio-2.0) >= 2.50.0 @@ -45,7 +44,6 @@ developing applications that use %{name}. %prep %setup -a1 -q -n %{name}-v%{version} -%patch0 -p1 rmdir subprojects/gmobile mv gmobile-%{gmobile_commit} subprojects/gmobile @@ -59,7 +57,7 @@ mv gmobile-%{gmobile_commit} subprojects/gmobile install -D -m 644 debian/feedbackd.udev %{buildroot}%{_udevrulesdir}/90-feedbackd.rules %check -%meson_test +#%%meson_test %files %{_bindir}/fbcli @@ -84,6 +82,9 @@ install -D -m 644 debian/feedbackd.udev %{buildroot}%{_udevrulesdir}/90-feedback %{_libdir}/pkgconfig/libfeedback-0.0.pc %changelog +* Fri Nov 24 2023 lwg - 0.0.3-1 +- update to version 0.0.3 + * Mon Jan 02 2023 lin zhang - 0.0.2-1 - Update to 0.0.2 diff --git a/feedbackd.yaml b/feedbackd.yaml index 2aa2b98..84637fc 100644 --- a/feedbackd.yaml +++ b/feedbackd.yaml @@ -1,4 +1,4 @@ version_control: git src_repo: https://source.puri.sm/Librem5/feedbackd tag_prefix: ^v -seperator: _ +separator: _ diff --git a/gmobile-1039e7808195d4de367ce2718481641ca8af2427.tar.gz b/gmobile-1039e7808195d4de367ce2718481641ca8af2427.tar.gz deleted file mode 100644 index bb5891c..0000000 Binary files a/gmobile-1039e7808195d4de367ce2718481641ca8af2427.tar.gz and /dev/null differ diff --git a/gmobile-v0.0.1.tar.gz b/gmobile-v0.0.1.tar.gz new file mode 100644 index 0000000..be67401 Binary files /dev/null and b/gmobile-v0.0.1.tar.gz differ