Hello community,
here is the log from the commit of package pidgin-embeddedvideo for
openSUSE:Factory checked in at 2012-10-19 22:56:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pidgin-embeddedvideo (Old)
and /work/SRC/openSUSE:Factory/.pidgin-embeddedvideo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pidgin-embeddedvideo", Maintainer is ""
Changes:
--------
---
/work/SRC/openSUSE:Factory/pidgin-embeddedvideo/pidgin-embeddedvideo.changes
2011-09-23 12:41:04.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.pidgin-embeddedvideo.new/pidgin-embeddedvideo.changes
2012-10-19 22:56:50.000000000 +0200
@@ -1,0 +2,16 @@
+Sat Sep 22 23:03:54 UTC 2012 - [email protected]
+
+- Update to version 1.2:
+ + Added support for Youtube short URLs
+ + Removed support for Google Video (service not available any
+ more) and Yahoo! Video (service inconsistent when generating
+ the embedding code)
+ + Updated regexes and embedding codes for all websites
+ + Solved a few bugs
+ + Updated license from GPLv2 to GPLv3
+- Change License tag to GPL-3.0, following upstream.
+- Define _plugindir based on pidgin.pc and export it as PLUGINDIR
+ for configure.
+- Drop the _version defines: it's not used.
+
+-------------------------------------------------------------------
Old:
----
pidgin-embeddedvideo-1.1-2.tar.bz2
New:
----
pidgin-embeddedvideo-1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pidgin-embeddedvideo.spec ++++++
--- /var/tmp/diff_new_pack.MGEc9n/_old 2012-10-19 22:56:52.000000000 +0200
+++ /var/tmp/diff_new_pack.MGEc9n/_new 2012-10-19 22:56:52.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package pidgin-embeddedvideo (Version 1.1)
+# spec file for package pidgin-embeddedvideo
#
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,16 @@
#
-%define _version 1.1-2
+%define _plugindir %(pkg-config --variable plugindir pidgin)
Name: pidgin-embeddedvideo
-Version: 1.1
-Release: 1
-License: GPL-2.0+
+Version: 1.2
+Release: 0
Summary: Pidgin plugin to watch videos directly into your Pidgin
conversation
-Url: http://code.google.com/p/pidgin-embeddedvideo/
+License: GPL-3.0
Group: Productivity/Networking/Instant Messenger
-Source: %{name}-%{_version}.tar.bz2
+Url: http://code.google.com/p/pidgin-embeddedvideo/
+Source:
http://pidgin-embeddedvideo.googlecode.com/files/%{name}-%{version}.tar.gz
BuildRequires: libcurl-devel
BuildRequires: libwebkit-devel
BuildRequires: pidgin-devel
@@ -39,7 +39,6 @@
attractive and interesting experience.
%package -n pidgin-plugin-embeddedvideo
-License: GPL-2.0+
Summary: Pidgin plugin to watch videos directly into your Pidgin
conversation
Group: Productivity/Networking/Instant Messenger
Requires: pidgin
@@ -57,11 +56,13 @@
%setup -q -n %{name}
%build
+export PLUGINDIR=%{_plugindir}
%configure
-make
+make %{?_smp_mflags}
%install
%makeinstall
+find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
%clean
rm -rf %{buildroot}
@@ -69,6 +70,6 @@
%files -n pidgin-plugin-embeddedvideo
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING README
-%{_libdir}/pidgin/embeddedvideo.so
+%{_plugindir}/embeddedvideo.so
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]