[thunar-vcs-plugin] Update to 0.1.4 (for Thunar >= 1.2.0)

Christoph Wickert cwickert at fedoraproject.org
Sun Mar 20 17:30:17 UTC 2011


commit 386b2f66aeb7bd7da5b34c86e22ffc557e3aaf73
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sun Mar 20 18:28:58 2011 +0100

    Update to 0.1.4 (for Thunar >= 1.2.0)

 .gitignore             |    1 +
 sources                |    2 +-
 thunar-vcs-plugin.spec |   11 +++++++----
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e5dd10f..c8c6f8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 thunar-vcs-plugin-0.1.2.tar.bz2
+/thunar-vcs-plugin-0.1.4.tar.bz2
diff --git a/sources b/sources
index 185d680..29eb8e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7928429d8dc719b260d536212568e7b5  thunar-vcs-plugin-0.1.2.tar.bz2
+b2321096c706e42b85987f0114ab73bc  thunar-vcs-plugin-0.1.4.tar.bz2
diff --git a/thunar-vcs-plugin.spec b/thunar-vcs-plugin.spec
index f0d7c83..32641e1 100644
--- a/thunar-vcs-plugin.spec
+++ b/thunar-vcs-plugin.spec
@@ -1,8 +1,8 @@
 # Review: https://bugzilla.redhat.com/show_bug.cgi?id=529465
 
 Name:           thunar-vcs-plugin
-Version:        0.1.2
-Release:        4%{?dist}
+Version:        0.1.4
+Release:        1%{?dist}
 Summary:        Version Contol System plugin for the Thunar filemanager
 
 Group:          User Interface/Desktops
@@ -58,7 +58,7 @@ make %{?_smp_mflags}
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 # remove libtool archive
-rm $RPM_BUILD_ROOT%{_libdir}/thunarx-1/%{name}.la
+rm $RPM_BUILD_ROOT%{_libdir}/thunarx-*/%{name}.la
 %find_lang %{name}
 
 
@@ -84,7 +84,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog NEWS README
-%{_libdir}/thunarx-1/%{name}.so
+%{_libdir}/thunarx-*/%{name}.so
 %{_libexecdir}/tvp-svn-helper
 %{_libexecdir}/tvp-git-helper
 %{_datadir}/icons/hicolor/*/apps/subversion.png
@@ -92,6 +92,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sun Mar 20 2011 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.4-1
+- Update to 0.1.4 (for Thunar >= 1.2.0)
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list