Hello community,

here is the log from the commit of package pidgin-embeddedvideo.2528 for 
openSUSE:13.1:Update checked in at 2014-02-28 10:39:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1:Update/pidgin-embeddedvideo.2528 (Old)
 and      /work/SRC/openSUSE:13.1:Update/.pidgin-embeddedvideo.2528.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pidgin-embeddedvideo.2528"

Changes:
--------
New Changes file:

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ 
/work/SRC/openSUSE:13.1:Update/.pidgin-embeddedvideo.2528.new/pidgin-embeddedvideo.changes
  2014-02-28 10:39:33.000000000 +0100
@@ -0,0 +1,31 @@
+-------------------------------------------------------------------
+Sat Sep 22 23:03:54 UTC 2012 - nmo.marq...@gmail.com
+
+- 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.
+
+-------------------------------------------------------------------
+Tue Sep 21 21:03:27 UTC 2010 - badshah...@gmail.com
+
+- Created subpackage pidgin-plugin-embeddedvideo which contains all
+  required files
+- Spec file cleanup
+  + Remove libglib Buildrequires, as it is not required
+  + Corrected license tag to GPLv2+ instead of GPLv2
+  + Included the AUTHORS file from source in the %doc section
+
+-------------------------------------------------------------------
+Tue Sep  7 14:44:55 UTC 2010 - badshah...@gmail.com
+
+- Initial package (version 1.1.2)
+

New:
----
  pidgin-embeddedvideo-1.2.tar.gz
  pidgin-embeddedvideo.changes
  pidgin-embeddedvideo.spec

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

Other differences:
------------------
++++++ pidgin-embeddedvideo.spec ++++++
#
# spec file for package pidgin-embeddedvideo
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


%define _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
Group:          Productivity/Networking/Instant Messenger
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
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.

%package -n pidgin-plugin-embeddedvideo
Summary:        Pidgin plugin to watch videos directly into your Pidgin 
conversation
Group:          Productivity/Networking/Instant Messenger
Requires:       pidgin
Recommends:     pullin-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.

%prep
%setup -q -n %{name}

%build
export PLUGINDIR=%{_plugindir}
%configure
make %{?_smp_mflags}

%install
%makeinstall
find %{buildroot}%{_libdir} -type f -name "*.la" -print -delete

%clean
rm -rf %{buildroot}

%files -n pidgin-plugin-embeddedvideo
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING README
%{_plugindir}/embeddedvideo.so

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to