Hello community,

here is the log from the commit of package thunar-plugin-vcs for 
openSUSE:Factory checked in at 2012-04-19 10:40:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/thunar-plugin-vcs (Old)
 and      /work/SRC/openSUSE:Factory/.thunar-plugin-vcs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "thunar-plugin-vcs", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/thunar-plugin-vcs/thunar-plugin-vcs.changes      
2012-03-16 13:26:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.thunar-plugin-vcs.new/thunar-plugin-vcs.changes 
2012-04-19 10:41:02.000000000 +0200
@@ -1,0 +2,12 @@
+Tue Mar 27 14:03:42 UTC 2012 - [email protected]
+
+- added source URL
+
+-------------------------------------------------------------------
+Thu Mar 22 20:21:55 UTC 2012 - [email protected]
+
+- enabled subversion support
+- updated build dependencies
+- corrected URL
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ thunar-plugin-vcs.spec ++++++
--- /var/tmp/diff_new_pack.L8nDlp/_old  2012-04-19 10:41:03.000000000 +0200
+++ /var/tmp/diff_new_pack.L8nDlp/_new  2012-04-19 10:41:03.000000000 +0200
@@ -20,15 +20,22 @@
 %define plugin_name thunar-vcs-plugin
 
 Name:           thunar-plugin-vcs
-Url:            http://thunar.xfce.org/plugins.html#thunar-archive-plugin
+Url:            
http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin
 Version:        0.1.4
 Release:        0
-Source0:        %{plugin_name}-%{version}.tar.bz2
+Source0:        
http://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin/0.1/%{plugin_name}-%{version}.tar.bz2
 Summary:        Thunar Plugin Providing VCS Integration
 License:        GPL-2.0+
 Group:          System/GUI/XFCE
 BuildRequires:  intltool
-BuildRequires:  thunar-devel >= %{thunar_version}
+BuildRequires:  subversion-devel
+BuildRequires:  pkgconfig(apr-1)
+BuildRequires:  pkgconfig(exo-1)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gobject-2.0)
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRequires:  pkgconfig(thunarx-2)
 Requires:       thunar >= %{thunar_version}
 Recommends:     %{name}-lang = %{version}
@@ -40,9 +47,8 @@
 The Thunar VCS Plugin provides integration with Subversion and GIT VCS and
 makes VCS actions available through the context menu.
 
-
-
 %lang_package
+
 %prep
 %setup -q -n %{plugin_name}-%{version}
 modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")"
@@ -52,14 +58,18 @@
     xargs sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
 
 %build
-%configure --disable-static
+%configure \
+            --enable-git \
+            --disable-static
 make %{?_smp_mflags} V=1
 
 %install
 %make_install
-%find_lang %{plugin_name}
+
 rm -f %{buildroot}%{_libdir}/thunarx-2/thunar-vcs-plugin.la
 
+%find_lang %{plugin_name} %{?no_lang_C}
+
 %clean
 rm -rf "%{buildroot}"
 
@@ -72,6 +82,7 @@
 %files
 %defattr(-,root,root)
 %{_libexecdir}/tvp-git-helper
+%{_libexecdir}/tvp-svn-helper
 %{_libdir}/thunarx-2/thunar-vcs-plugin.so
 %{_datadir}/icons/hicolor/*/apps/git.png
 %{_datadir}/icons/hicolor/*/apps/subversion.png

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to