Hello community,
here is the log from the commit of package vdr-plugin-epgsearch for
openSUSE:Factory checked in at 2014-04-22 11:55:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vdr-plugin-epgsearch (Old)
and /work/SRC/openSUSE:Factory/.vdr-plugin-epgsearch.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vdr-plugin-epgsearch"
Changes:
--------
---
/work/SRC/openSUSE:Factory/vdr-plugin-epgsearch/vdr-plugin-epgsearch.changes
2013-03-08 09:55:29.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.vdr-plugin-epgsearch.new/vdr-plugin-epgsearch.changes
2014-04-22 11:55:45.000000000 +0200
@@ -1,0 +2,12 @@
+Sun Mar 30 11:45:29 UTC 2014 - [email protected]
+
+- avoid putting build time into locale files, causing republishing
+
+-------------------------------------------------------------------
+Sat Mar 29 21:19:47 UTC 2014 - [email protected]
+
+- upate to version 1.0.1.beta5
+ * new Makefile style allows easier build
+ * other changes and bugfixes, see HISTORY file
+
+-------------------------------------------------------------------
Old:
----
vdr-epgsearch-1.0.0.tgz
New:
----
vdr-epgsearch-1.0.1.beta5.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vdr-plugin-epgsearch.spec ++++++
--- /var/tmp/diff_new_pack.qT0i7B/_old 2014-04-22 11:55:45.000000000 +0200
+++ /var/tmp/diff_new_pack.qT0i7B/_new 2014-04-22 11:55:45.000000000 +0200
@@ -1,8 +1,8 @@
#
# spec file for package vdr-plugin-epgsearch
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# Copyright (c) 2012 B1 Systems GmbH, Vohburg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,9 +17,9 @@
#
-%define pluginversion 1.0.0
+%define pluginversion 1.0.1.beta5
%define pluginname epgsearch
-%define pluginurl
http://winni.vdr-developer.org/epgsearch/downloads/vdr-epgsearch-%{pluginversion}.tgz
+%define pluginurl
http://winni.vdr-developer.org/epgsearch/downloads/beta/vdr-epgsearch-%{pluginversion}.tgz
#
%define plugindir %pluginname-%pluginversion
%define plugintarball vdr-%pluginname-%pluginversion.tgz
@@ -54,17 +54,12 @@
rm -f scripts/*~
%build
-%vdr_make
+# use msgmerge wrapper
+export PATH=%{_datadir}/vdr:$PATH
+make %{?_smp_mflags}
%install
-install -d -m 755 %{buildroot}%{_bindir}
-install -m 755 createcats %{buildroot}%{_bindir}
-install -d -m 755 %{buildroot}%{vdr_sysconfdir}/plugins/epgsearch
-install -m 644 conf/* %{buildroot}%{vdr_sysconfdir}/plugins/epgsearch
-#
-%vdr_install_plugin %pluginname conflictcheckonly epgsearchonly quickepgsearch
-%vdr_install_plugin_locale
-#
+make DESTDIR=%{buildroot} install
%find_lang vdr-%pluginname
%clean
@@ -72,13 +67,14 @@
%files -f vdr-%pluginname.lang
%defattr(-,root,root)
-%doc doc conf scripts COPYING HISTORY
+%doc COPYING HISTORY HISTORY.DE MANUAL README README.DE README.Translators
+%doc conf scripts
%{vdr_libdir}/*
+%attr(-,vdr,root) %dir %{vdr_sysconfdir}/plugins
%attr(-,vdr,root) %dir %{vdr_sysconfdir}/plugins/epgsearch
%attr(-,vdr,root) %config(noreplace) %{vdr_sysconfdir}/plugins/epgsearch/*
%{_bindir}/createcats
-# hack, until new enough VDR owns all these
-%dir %vdr_localedir/*
-%dir %vdr_localedir/*/LC_MESSAGES/
+%doc /usr/share/man/de/man*/*
+%doc /usr/share/man/man*/*
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]