Hello community,
here is the log from the commit of package libsocialweb-branding-openSUSE for
openSUSE:Factory checked in at 2018-03-08 10:50:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsocialweb-branding-openSUSE (Old)
and /work/SRC/openSUSE:Factory/.libsocialweb-branding-openSUSE.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsocialweb-branding-openSUSE"
Thu Mar 8 10:50:27 2018 rev:19 rq:582904 version:42.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/libsocialweb-branding-openSUSE/libsocialweb-branding-openSUSE.changes
2015-10-30 21:52:16.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.libsocialweb-branding-openSUSE.new/libsocialweb-branding-openSUSE.changes
2018-03-08 10:50:29.320480183 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 16:36:29 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libsocialweb-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.8odv87/_old 2018-03-08 10:50:30.052453831 +0100
+++ /var/tmp/diff_new_pack.8odv87/_new 2018-03-08 10:50:30.056453687 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libsocialweb-branding-openSUSE
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,14 +17,14 @@
%define keydir %{_datadir}/libsocialweb/keys
-
+%define libsocialweb_version %(rpm -q --qf '%%{version}' libsocialweb)
Name: libsocialweb-branding-openSUSE
Version: 42.1
Release: 0
Summary: A personal social data server -- API keys from openSUSE
License: SUSE-Public-Domain
Group: System/Libraries
-Url: http://git.gnome.org/browse/libsocialweb/
+URL: http://git.gnome.org/browse/libsocialweb/
Source0: README-keys.txt
Source1: facebook
Source2: facebook.key
@@ -35,14 +35,12 @@
Source7: smugmug
Source8: plurk
BuildRequires: libsocialweb
-%define libsocialweb_version %(rpm -q --qf '%%{version}' libsocialweb)
Requires: libsocialweb = %{libsocialweb_version}
-Provides: libsocialweb-branding = %{libsocialweb_version}
-Conflicts: otherproviders(libsocialweb-branding)
Supplements: packageand(libsocialweb:branding-openSUSE)
+Conflicts: libsocialweb-branding
+Provides: libsocialweb-branding = %{libsocialweb_version}
# Check keys used by Fedora package:
# http://pkgs.fedoraproject.org/gitweb/?p=libsocialweb.git;a=tree;
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@@ -53,7 +51,7 @@
accessible with libsocialweb.
%prep
-%setup -T -c -q -n %{name}-%{version}
+%setup -q -T -c
%build
@@ -68,11 +66,7 @@
cp %{SOURCE7} %{buildroot}/%{keydir}
cp %{SOURCE8} %{buildroot}/%{keydir}
-%clean
-rm -rf %{buildroot}
-
%files
-%defattr(-,root,root,-)
%{keydir}/*
%changelog