Hello community,

here is the log from the commit of package pidgin-branding-openSUSE.2528 for 
openSUSE:13.1:Update checked in at 2014-02-15 11:14:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1:Update/pidgin-branding-openSUSE.2528 (Old)
 and      /work/SRC/openSUSE:13.1:Update/.pidgin-branding-openSUSE.2528.new 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pidgin-branding-openSUSE.2528"

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

--- /dev/null   2014-02-13 01:09:38.344032506 +0100
+++ 
/work/SRC/openSUSE:13.1:Update/.pidgin-branding-openSUSE.2528.new/pidgin-branding-openSUSE.changes
  2014-02-15 11:14:53.000000000 +0100
@@ -0,0 +1,51 @@
+-------------------------------------------------------------------
+Mon Sep  9 23:55:22 UTC 2013 - zai...@opensuse.org
+
+- Bump version to 13.1, to prepare for next version of openSUSE.
+
+-------------------------------------------------------------------
+Wed May 23 07:56:42 UTC 2012 - vu...@opensuse.org
+
+- Bump version to 12.2, to prepare for next version of openSUSE.
+
+-------------------------------------------------------------------
+Thu Oct 13 13:02:36 UTC 2011 - vu...@opensuse.org
+
+- Remove %{release} from the pidgin versioned Requires, to not have
+  to rebuild this package each time pidgin rebuilds to keep it
+  installable.
+
+-------------------------------------------------------------------
+Wed Jul  6 15:02:55 CEST 2011 - vu...@opensuse.org
+
+- Bump version to 12.1.
+- Update summary and description.
+- Create a libpurple-branding-openSUSE subpackage, and do not build
+  a pidgin-branding-openSUSE subpackage:
+  + the configuration file is also important for other clients than
+    pidgin, so we want to brand libpurple.
+  + however, since there is also pidgin-related content in the same
+    file, we also make libpurple-branding-openSUSE act as
+    pidgin-branding-openSUSE (with Provides, Conflicts, Supplements
+    that are usual for a branding package).
+  + also add appropriate Provides/Obsoletes for
+    pidgin-branding-openSUSE, for smooth upgrades.
+- Add Url tag.
+
+-------------------------------------------------------------------
+Wed Feb  2 12:31:33 CET 2011 - vu...@opensuse.org
+
+- Bump version to 11.4.
+- Provide the right version of pidgin-branding; add pidgin
+  BuildRequires for this.
+
+-------------------------------------------------------------------
+Mon Oct  6 16:39:38 CEST 2008 - sbra...@suse.cz
+
+- Conflict with other branding providers (FATE#304881).
+
+-------------------------------------------------------------------
+Thu Aug 27 20:45:20 CEST 2008 - vu...@novell.com
+
+- New package to change pidgin default configuration.
+

New:
----
  pidgin-branding-openSUSE-COPYING
  pidgin-branding-openSUSE-prefs.xml
  pidgin-branding-openSUSE.changes
  pidgin-branding-openSUSE.spec

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

Other differences:
------------------
++++++ pidgin-branding-openSUSE.spec ++++++
#
# spec file for package pidgin-branding-openSUSE
#
# 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/
#


Name:           pidgin-branding-openSUSE
Version:        13.1
Release:        0
Summary:        Multiprotocol Instant Messaging Client -- openSUSE Default 
Configuration
License:        BSD-3-Clause
Group:          Productivity/Networking/Instant Messenger
Url:            http://www.pidgin.im/
Source:         %{name}-COPYING
Source1:        %{name}-prefs.xml
BuildRequires:  libpurple
%define libpurple_version %(rpm -q --qf '%%{version}' libpurple)
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Pidgin is a chat program which lets you log in to accounts on multiple
chat networks simultaneously.

Pidgin is compatible with the following chat networks out of the box:
AIM, ICQ, Google Talk, Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour,
Gadu-Gadu, IRC, Novell GroupWise Messenger, QQ, Lotus Sametime, SILC,
SIMPLE, MXit, MySpaceIM, and Zephyr. It can support many more with
plugins.

This package provides the openSUSE default configuration for Pidgin.

%package -n libpurple-branding-openSUSE
Summary:        GLib-based Instant Messenger Library -- openSUSE Default 
Configuration
Group:          System/Libraries
Requires:       libpurple = %{libpurple_version}
Provides:       libpurple-branding = %{libpurple_version}
Conflicts:      otherproviders(libpurple-branding)
Supplements:    packageand(libpurple:branding-openSUSE)
# It also provides pidgin branding (that used to exist before as a package)
Provides:       pidgin-branding-openSUSE = %{version}
Obsoletes:      pidgin-branding-openSUSE < %{version}
Provides:       pidgin-branding = %{version}
Conflicts:      otherproviders(pidgin-branding)
Supplements:    packageand(pidgin:branding-upstream)

%description -n libpurple-branding-openSUSE
libpurple is a library intended to be used by programmers seeking
to write an IM client that connects to many IM networks.

libpurple is compatible with the following chat networks out of the box:
AIM, ICQ, Google Talk, Jabber/XMPP, MSN Messenger, Yahoo!, Bonjour,
Gadu-Gadu, IRC, Novell GroupWise Messenger, QQ, Lotus Sametime, SILC,
SIMPLE, MXit, MySpaceIM, and Zephyr. It can support many more with
plugins.

This package provides the openSUSE default configuration for libpurple.

%prep
%setup -q -T -c %{name}-%{version}
cp -a %{S:0} COPYING
cp -a %{S:1} prefs.xml

%build

%install
install -d %{buildroot}%{_sysconfdir}/purple
install -m0644 prefs.xml %{buildroot}%{_sysconfdir}/purple/

%clean
rm -rf %{buildroot}

%files -n libpurple-branding-openSUSE
%defattr (-, root, root)
%doc COPYING
%config %{_sysconfdir}/purple/prefs.xml

%changelog
++++++ pidgin-branding-openSUSE-COPYING ++++++
Copyright (c) 2008, Novell, Inc.
All rights reserved.

This package (other than those portions that are trademarks, logos, and trade
dress of Novell, Inc), is made available under the following terms:

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of the Novell nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
THE POSSIBILITY OF SUCH DAMAGE.
++++++ pidgin-branding-openSUSE-prefs.xml ++++++
<?xml version='1.0' encoding='UTF-8' ?>

<pref version='1' name='/'>
        <pref name='purple'>
                <pref name='logging'>
                        <pref name='log_ims' type='bool' value='1'/>
                        <pref name='log_chats' type='bool' value='1'/>
                        <pref name='log_system' type='bool' value='0'/>
                        <pref name='format' type='string' value='html'/>
                </pref>
        </pref>
        <pref name='pidgin'>
                <pref name='conversations'>
                        <pref name='im'>
                                <pref name='hide_new' type='string' 
value='always'/>
                        </pref>
                </pref>
                <pref name='sound'>
                        <pref name='mute' type='bool' value='1'/>
                </pref>
                <pref name='docklet'>
                        <pref name='show' type='string' value='always'/>
                </pref>
        </pref>
</pref>
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to