commit a74f2bb04664d683cfe76d9ee6d7eb72c94f4d0e Author: leigh123linux leigh123linux@googlemail.com Date: Thu Oct 31 23:31:25 2013 +0000
update to 2.0.4
.gitignore | 1 + nemo.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) --- diff --git a/.gitignore b/.gitignore index 073b199..f00f63e 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /nemo-2.0.1.tar.gz /nemo-2.0.2.tar.gz /nemo-2.0.3.tar.gz +/nemo-2.0.4.tar.gz diff --git a/nemo.spec b/nemo.spec index c1e411a..fb523d2 100644 --- a/nemo.spec +++ b/nemo.spec @@ -2,7 +2,7 @@
Name: nemo Summary: File manager for Cinnamon -Version: 2.0.3 +Version: 2.0.4 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ Group: User Interface/Desktops @@ -38,6 +38,7 @@ BuildRequires: pkgconfig(tracker-sparql-0.16) # the main binary links against libnemo-extension.so # don't depend on soname, rather on exact version Requires: nemo-extensions%{?_isa} = %{version}-%{release} +Obsoletes: nemo-open-terminal
%description @@ -181,6 +182,10 @@ fi %{_datadir}/gir-1.0/*.gir
%changelog +* Thu Oct 31 2013 Leigh Scott leigh123linux@googlemail.com - 2.0.4-1 +- update to 2.0.4 +- add obsoletes nemo-open-terminal + * Wed Oct 30 2013 Leigh Scott leigh123linux@googlemail.com - 2.0.3-1 - update to 2.0.3
diff --git a/sources b/sources index 5e77c37..5f21e36 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -23b1525bbc7dc6d403798648e847515e nemo-2.0.3.tar.gz +eec59304e8d1574d153ef201336e3443 nemo-2.0.4.tar.gz
scm-commits@lists.fedoraproject.org