Hello community,

here is the log from the commit of package compiz-emerald for openSUSE:Factory 
checked in at 2015-12-06 07:40:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/compiz-emerald (Old)
 and      /work/SRC/openSUSE:Factory/.compiz-emerald.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "compiz-emerald"

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

--- /dev/null   2015-11-02 12:10:47.524024255 +0100
+++ /work/SRC/openSUSE:Factory/.compiz-emerald.new/compiz-emerald.changes       
2015-12-06 07:40:12.000000000 +0100
@@ -0,0 +1,22 @@
+-------------------------------------------------------------------
+Mon Nov  9 11:48:58 UTC 2015 - [email protected]
+
+- Update to 0.8.9.
+- Split compiz-emerald-lang package.
+- Remove gdk64bitportabilityissue.diff and 30-bit-shadow.patch:
+  fixed upstream.
+- Remove compiz-emerald-rpmlintrc: no use for it.
+- Spec cleanup.
+
+-------------------------------------------------------------------
+Sat May 10 18:00:00 UTC 2014 - [email protected]
+
+- support 30-bit visuals by skipping shadow painting
+- fix License naming
+- add changelog file
+- move devel libs to devel package
+
+-------------------------------------------------------------------
+Thu Apr 28 12:00:00 UTC 2011 - [email protected]
+
+- update to 0.8.8

New:
----
  compiz-emerald.changes
  compiz-emerald.spec
  emerald-0.8.9.tar.gz

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

Other differences:
------------------
++++++ compiz-emerald.spec ++++++
#
# spec file for package compiz-emerald
#
# 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
# 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 _name   emerald
Name:           compiz-emerald
Version:        0.8.9
Release:        0
Summary:        Themeable window decorator for Compiz
License:        GPL-2.0+
Group:          System/GUI/Other
Url:            https://github.com/raveit65/emerald
Source:         
https://github.com/raveit65/%{_name}/archive/v%{version}.tar.gz#/%{_name}-%{version}.tar.gz
BuildRequires:  fdupes
BuildRequires:  gcc-c++
BuildRequires:  hicolor-icon-theme
BuildRequires:  mate-common
BuildRequires:  update-desktop-files
BuildRequires:  pkgconfig(gtk+-2.0) >= 2.8.0
BuildRequires:  pkgconfig(libdecoration) < 0.9
BuildRequires:  pkgconfig(libwnck-1.0)
BuildRequires:  pkgconfig(pangocairo)
BuildRequires:  pkgconfig(xrender) >= 0.8.4
Requires:       compiz < 0.9
Recommends:     %{name}-lang
Recommends:     %{name}-themes
Provides:       compiz-decorator = 0.8

%description
Emerald is a themeable window decorator for Compiz.

%lang_package

%package devel
Summary:        Development files for compiz-emerald
License:        GPL-2.0+
Group:          Development/Languages/C and C++
Requires:       %{name} = %{version}
Requires:       gcc-c++
Requires:       pkgconfig(gtk+-2.0) >= 2.8.0
Requires:       pkgconfig(libdecoration) < 0.9
Requires:       pkgconfig(libwnck-1.0)
Requires:       pkgconfig(pangocairo)
Requires:       pkgconfig(xrender) >= 0.8.4

%description devel
Emerald is a themeable window decorator for Compiz.

This package holds the development files for compiz-emerald.

%prep
%setup -q -n %{_name}-%{version}

%build
NOCONFIGURE=1 mate-autogen
%configure \
  --disable-static      \
  --disable-mime-update
make %{?_smp_mflags}

%install
%make_install
%suse_update_desktop_file %{_name}-theme-manager DesktopSettings
find %{buildroot} -type f -name "*.la" -delete -print
%fdupes %{buildroot}%{_datadir}/
%find_lang %{_name}

%post
%desktop_database_post
%icon_theme_cache_post
%mime_database_post
/sbin/ldconfig

%postun
%desktop_database_postun
%icon_theme_cache_postun
%mime_database_postun
/sbin/ldconfig

%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%{_bindir}/*%{_name}*
%{_libdir}/%{_name}/
%{_libdir}/libemeraldengine.so.*
%{_datadir}/%{_name}/
%{_datadir}/applications/*%{_name}*.desktop
%{_datadir}/icons/hicolor/*/*/*%{_name}*
%{_datadir}/pixmaps/%{_name}*
%{_datadir}/mime/packages/%{_name}.xml
%dir %{_datadir}/mime-info/
%{_datadir}/mime-info/%{_name}.mime
%{_mandir}/man1/%{_name}*.1%{?ext_man}

%files lang -f %{_name}.lang
%defattr(-,root,root)

%files devel
%defattr(-,root,root)
%{_includedir}/%{_name}/
%{_libdir}/libemeraldengine.so
%{_libdir}/pkgconfig/%{_name}*.pc

%changelog

Reply via email to