From 9fae5460899b89e0887b62f9d28d7790bd534fdd Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 9 Aug 2018 15:48:25 +0200 Subject: [PATCH] Fix dangling symbolic link to README.md --- libgweather.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libgweather.spec b/libgweather.spec index 59ed4ab..c91390d 100644 --- a/libgweather.spec +++ b/libgweather.spec @@ -1,6 +1,6 @@ Name: libgweather Version: 3.28.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library for weather information License: GPLv2+ @@ -43,7 +43,7 @@ developing applications that use %{name}. %find_lang %{name} --all-name %files -f %{name}.lang -%doc HACKING NEWS README +%doc HACKING NEWS README.md %license COPYING %{_libdir}/libgweather-3.so.15* %{_libdir}/girepository-1.0/GWeather-3.0.typelib @@ -70,6 +70,9 @@ developing applications that use %{name}. %{_datadir}/vala/vapi/gweather-3.0.vapi %changelog +* Thu Aug 09 2018 Debarshi Ray - 3.28.2-3 +- Fix dangling symbolic link to README.md + * Fri Jul 13 2018 Fedora Release Engineering - 3.28.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild