Hello community,
here is the log from the commit of package pidgin-embeddedvideo for
openSUSE:Factory checked in at 2015-06-09 08:48:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pidgin-embeddedvideo (Old)
and /work/SRC/openSUSE:Factory/.pidgin-embeddedvideo.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pidgin-embeddedvideo"
Changes:
--------
---
/work/SRC/openSUSE:Factory/pidgin-embeddedvideo/pidgin-embeddedvideo.changes
2012-10-19 22:56:50.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.pidgin-embeddedvideo.new/pidgin-embeddedvideo.changes
2015-06-09 08:48:57.000000000 +0200
@@ -1,0 +2,7 @@
+Sat May 30 13:39:21 UTC 2015 - [email protected]
+
+- Update URL's.
+- Correct license: it's GPLv3+.
+- Require an exact version of Pidgin to ensure ABI compatibility.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pidgin-embeddedvideo.spec ++++++
--- /var/tmp/diff_new_pack.guQrWr/_old 2015-06-09 08:48:58.000000000 +0200
+++ /var/tmp/diff_new_pack.guQrWr/_new 2015-06-09 08:48:58.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package pidgin-embeddedvideo
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,60 +16,57 @@
#
-%define _plugindir %(pkg-config --variable plugindir pidgin)
-
+%define _name embeddedvideo
+%define _pidgin_plugindir %(pkg-config --variable plugindir pidgin)
Name: pidgin-embeddedvideo
Version: 1.2
Release: 0
Summary: Pidgin plugin to watch videos directly into your Pidgin
conversation
-License: GPL-3.0
+License: GPL-3.0+
Group: Productivity/Networking/Instant Messenger
-Url: http://code.google.com/p/pidgin-embeddedvideo/
-Source:
http://pidgin-embeddedvideo.googlecode.com/files/%{name}-%{version}.tar.gz
+Url: https://github.com/stefanistrate/pidgin-embeddedvideo
+Source:
https://github.com/stefanistrate/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: libcurl-devel
BuildRequires: libwebkit-devel
BuildRequires: pidgin-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
-Pidgin Embedded Video is a GTK plugin for the popular instant messaging
-client Pidgin. The purpose of this plugin is to provide a faster way to
-watch videos while chatting with your friends. No more additional
-browser windows! It transforms a simple conversation into a much more
-attractive and interesting experience.
+Pidgin Embedded Video is a GTK+ plugin for the Pidgin instant
+messaging client. The purpose of this plugin is to provide a faster
+way to watch videos while chatting with your friends. No more
+additional browser windows! It transforms a simple conversation
+into a much more attractive and interesting experience.
-%package -n pidgin-plugin-embeddedvideo
+%package -n pidgin-plugin-%{_name}
Summary: Pidgin plugin to watch videos directly into your Pidgin
conversation
Group: Productivity/Networking/Instant Messenger
-Requires: pidgin
-Recommends: pullin-flash-player
+%requires_eq pidgin
+Recommends: flash-player
Provides: %{name} = %{version}
-%description -n pidgin-plugin-embeddedvideo
-Pidgin Embedded Video is a GTK plugin for the popular instant messaging
-client Pidgin. The purpose of this plugin is to provide a faster way to
-watch videos while chatting with your friends. No more additional browser
-windows! It transforms a simple conversation into a much more attractive
-and interesting experience.
+%description -n pidgin-plugin-%{_name}
+Pidgin Embedded Video is a GTK+ plugin for the Pidgin instant
+messaging client. The purpose of this plugin is to provide a faster
+way to watch videos while chatting with your friends. No more
+additional browser windows! It transforms a simple conversation
+into a much more attractive and interesting experience.
%prep
-%setup -q -n %{name}
+%setup -q
%build
-export PLUGINDIR=%{_plugindir}
+export PLUGINDIR=%{_pidgin_plugindir}
%configure
make %{?_smp_mflags}
%install
-%makeinstall
-find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete
-
-%clean
-rm -rf %{buildroot}
+%make_install
+find %{buildroot} -type f -name "*.la" -delete -print
-%files -n pidgin-plugin-embeddedvideo
+%files -n pidgin-plugin-%{_name}
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING README
-%{_plugindir}/embeddedvideo.so
+%{_pidgin_plugindir}/%{_name}.so
%changelog
++++++ pidgin-embeddedvideo-1.2.tar.gz ++++++