diff --git a/.gitignore b/.gitignore index 8332056..097da99 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /yagf-0.8.6-Source.tar.gz +/yagf-0.8.7.tar.gz diff --git a/sources b/sources index 792970b..d3ee672 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -16582668d9ae34567c4f159c3208bfca yagf-0.8.6-Source.tar.gz +e77716d1d96a6c120b340539af448195 yagf-0.8.7.tar.gz diff --git a/yagf.spec b/yagf.spec index c9a493b..6dfd09f 100644 --- a/yagf.spec +++ b/yagf.spec @@ -1,12 +1,12 @@ Name: yagf -Version: 0.8.6 -Release: 6%{?dist} +Version: 0.8.7 +Release: 1%{?dist} Summary: Graphical front-end for cuneiform Group: Applications/Multimedia License: GPLv3+ URL: http://symmetrica.net/cuneiform-linux/yagf-en.html -Source0: http://symmetrica.net/cuneiform-linux/%{name}-%{version}-Source.tar.gz +Source0: http://symmetrica.net/cuneiform-linux/%{name}-%{version}.tar.gz # fix .desktop file Patch: yagf-0.8.6-Source-desktop.patch @@ -27,11 +27,10 @@ YAGF also makes it easy to scan and recognize several images sequentially. %prep -%setup -qn %{name}-%{version}-Source +%setup -q %patch -p1 -b .desktop -# fix permisions and line brake for debug package -chmod -x src/mainform.cpp src/mainform.h src/main.cpp +# fix line brake for debug package dos2unix src/mainform.cpp src/mainform.h %build @@ -73,6 +72,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_datadir}/pixmaps/%{name}.png %changelog +* Mon Sep 05 2011 Dmitrij S. Kryzhevich 0.8.7-1 +- Update to 0.8.7. +- Permissions for files including into debug package are OK now. + * Mon Aug 15 2011 Dmitrij S. Kryzhevich 0.8.6-6 - Update patch for desktop file. - Some spelling and readability.