diff --git a/.gitignore b/.gitignore index e2e4d42..8de0168 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /abduco-0.1.tar.gz /abduco-0.2.tar.gz /abduco-0.3.tar.gz +/abduco-0.4.tar.gz diff --git a/abduco.spec b/abduco.spec index 53100bf..215bbfb 100644 --- a/abduco.spec +++ b/abduco.spec @@ -1,5 +1,5 @@ Name: abduco -Version: 0.3 +Version: 0.4 Release: 1%{?dist} Summary: Session management in a clean and simple way @@ -28,11 +28,14 @@ make %{?_smp_mflags} %make_install PREFIX=%{_prefix} STRIP=: %files -%doc LICENSE README +%doc LICENSE README.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.* %changelog +* Thu Mar 19 2015 Denis Fateyev - 0.4-1 +- Update to 0.4 release + * Thu Feb 26 2015 Denis Fateyev - 0.3-1 - Update to 0.3 release diff --git a/sources b/sources index 121d07a..3881912 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd9aa433357ded66450a0294fb726bee abduco-0.3.tar.gz +cc1e01b5333e36e01e058476ed3efa96 abduco-0.4.tar.gz