diff --git a/ayatana-ido-0.9.0-libm.patch b/ayatana-ido-0.9.0-libm.patch deleted file mode 100644 index a34e3c3..0000000 --- a/ayatana-ido-0.9.0-libm.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -32,6 +32,7 @@ endif() - set(DEPS glib-2.0>=2.58 gtk+-3.0>=3.24) - - find_package (PkgConfig REQUIRED) -+find_library(M_LIBRARY m) - pkg_check_modules(PROJECT_DEPS REQUIRED ${DEPS}) - - # Set global variables ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -99,6 +99,9 @@ set_source_files_properties(${SOURCES} P - add_library("ayatana-ido3-0.4" SHARED ${SOURCES}) - set_target_properties("ayatana-ido3-0.4" PROPERTIES VERSION 0.0.0 SOVERSION 0) - target_link_libraries("ayatana-ido3-0.4" ${PROJECT_DEPS_LIBRARIES}) -+if(M_LIBRARY) -+ target_link_libraries("ayatana-ido3-0.4" ${M_LIBRARY}) -+endif() - target_include_directories("ayatana-ido3-0.4" PUBLIC ${PROJECT_DEPS_INCLUDE_DIRS}) - target_include_directories("ayatana-ido3-0.4" PUBLIC ${CMAKE_CURRENT_BINARY_DIR}) - target_include_directories("ayatana-ido3-0.4" PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}) diff --git a/ayatana-ido-0.9.0.tar.gz b/ayatana-ido-0.9.0.tar.gz deleted file mode 100644 index b1fa653..0000000 --- a/ayatana-ido-0.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e09b182a67ea65e188a689a2ff792c9a3830740f1aec6679bbd6021235402b4b -size 121065 diff --git a/ayatana-ido-0.9.2.tar.gz b/ayatana-ido-0.9.2.tar.gz new file mode 100644 index 0000000..ca822e3 --- /dev/null +++ b/ayatana-ido-0.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b166e7a160458e4a71f6086d2e4e97e18cf1ac584231a4b9f1f338914203884c +size 122286 diff --git a/ayatana-ido.changes b/ayatana-ido.changes index 5e36559..af710a4 100644 --- a/ayatana-ido.changes +++ b/ayatana-ido.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jun 03 21:50:15 UTC 2022 - Mike Gabriel + +- Update to version 0.9.2: + * src/CMakeLists.txt: link libm for expf, pow and sinf. + * vala: The name of the vapi should match the pkg-config name. +- Drop ayatana-ido-0.9.0-libm.patch. Applied upstream. +- Adjust to .vapi file renaming by upstream (AyatanaIdo3-0.4.vapi -> + libayatana-ido3-0.4.vapi. + ------------------------------------------------------------------- Wed Nov 24 20:55:20 UTC 2021 - Alexei Sorokin diff --git a/ayatana-ido.spec b/ayatana-ido.spec index 8a4923f..19d7f03 100644 --- a/ayatana-ido.spec +++ b/ayatana-ido.spec @@ -21,7 +21,7 @@ %define sover 0 %define typelib typelib-1_0-AyatanaIdo3-0_4 Name: ayatana-ido -Version: 0.9.0 +Version: 0.9.2 Release: 0 Summary: Ayatana Indicator Display Objects License: GPL-3.0-only AND LGPL-3.0-only AND LGPL-2.1-only @@ -29,8 +29,6 @@ Group: System/GUI/Other URL: https://github.com/AyatanaIndicators/ayatana-ido Source: https://github.com/AyatanaIndicators/ayatana-ido/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: baselibs.conf -# PATCH-FIX-UPSTREAM ayatana-ido-0.9.0-libm.patch -- Link with libm to fix build. -Patch0: ayatana-ido-0.9.0-libm.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig @@ -107,6 +105,6 @@ This package contains the development files for Ido. %{_libdir}/pkgconfig/%{soname}.pc %{_datadir}/gir-1.0/AyatanaIdo3-0.4.gir %dir %{_datadir}/vala/vapi/ -%{_datadir}/vala/vapi/AyatanaIdo3-0.4.vapi +%{_datadir}/vala/vapi/libayatana-ido3-0.4.vapi %changelog