Hello community,

here is the log from the commit of package compton for openSUSE:Factory checked 
in at 2014-11-02 16:45:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/compton (Old)
 and      /work/SRC/openSUSE:Factory/.compton.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "compton"

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

--- /dev/null   2014-10-24 22:03:51.036034256 +0200
+++ /work/SRC/openSUSE:Factory/.compton.new/compton.changes     2014-11-02 
16:45:35.000000000 +0100
@@ -0,0 +1,28 @@
+-------------------------------------------------------------------
+Sun May 11 17:59:59 UTC 2014 - and...@opensuse.org
+
+- major spec file cleanup
+- allow cross distro building with fedora 
+
+-------------------------------------------------------------------
+Tue Aug 13 08:59:00 UTC 2013 - p...@yarpen.cz
+
+- version 0.1.0
+
+-------------------------------------------------------------------
+Mon Jan 28 15:46:00 UTC 2013 - p...@yarpen.cz
+
+- new dependencies: git, dbus-1
+- COMPTON_VERSION set for building
+
+-------------------------------------------------------------------
+Fri Oct 26 16:45:00 UTC 2012 - p...@yarpen.cz
+
+- Version bump to 0.0.1
+
+-------------------------------------------------------------------
+Mon Oct 01 10:35:48 UTC 2012 - p...@scribus.info
+
+- Initial package 0.0.0
+
+

New:
----
  compton-0.1.0-fix_desktop_file.patch
  compton-0.1.0.tar.bz2
  compton.changes
  compton.spec

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

Other differences:
------------------
++++++ compton.spec ++++++
#
# spec file for package compton
#
# Copyright (c) 2014 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:           compton
Version:        0.1.0
Release:        0
Summary:        A compositor for X11
License:        MIT
Group:          System/X11/Utilities
Url:            https://github.com/chjj/compton
Source:         %{name}-%{version}.tar.bz2
Patch0:         %{name}-0.1.0-fix_desktop_file.patch
BuildRequires:  asciidoc
BuildRequires:  gcc-c++
BuildRequires:  git
BuildRequires:  libxslt-tools
BuildRequires:  make
BuildRequires:  pkg-config
BuildRequires:  pkgconfig(dbus-1)
BuildRequires:  pkgconfig(gl)
BuildRequires:  pkgconfig(libconfig)
BuildRequires:  pkgconfig(libdrm)
BuildRequires:  pkgconfig(libpcre)
BuildRequires:  pkgconfig(x11)
BuildRequires:  pkgconfig(xcomposite)
BuildRequires:  pkgconfig(xdamage)
BuildRequires:  pkgconfig(xext)
BuildRequires:  pkgconfig(xfixes)
BuildRequires:  pkgconfig(xrandr)
BuildRequires:  pkgconfig(xrender)
BuildRequires:  update-desktop-files
Requires(pre):  desktop-file-utils
Requires(post): desktop-file-utils
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
Compton was forked from Dana Jansens' fork of xcompmgr and refactored.

%prep
%setup
%patch0 -p1

%build
# Export the COMPTON_VERSION variable (you may also pass it to make directly)
export COMPTON_VERSION=%{version}
export CFLAGS="$RPM_OPT_FLAGS"
%__make
%__make docs

%install
%makeinstall
%suse_update_desktop_file compton Utility DesktopUtility

%post
%desktop_database_post

%postun
%desktop_database_postun

%files
%defattr(-,root,root,-)
%doc README.md LICENSE
%{_bindir}/compton
%{_bindir}/compton-trans
%{_mandir}/man1/compton.1.gz
%{_mandir}/man1/compton-trans.1.gz
%{_datadir}/applications/*.desktop

%changelog
++++++ compton-0.1.0-fix_desktop_file.patch ++++++
diff -rupN compton-0.1.0.old/compton.desktop compton-0.1.0/compton.desktop
--- compton-0.1.0.old/compton.desktop   2014-04-03 21:19:07.582150921 -0700
+++ compton-0.1.0/compton.desktop       2014-04-04 07:23:45.686719620 -0700
@@ -3,8 +3,8 @@ Version=1.0
 Type=Application
 Name=compton
 Comment=A X compositor
+GenericName=A Lightweight X Desktop Compositor
 Categories=Utility;
 TryExec=compton
 Exec=compton
-Icon=xcompmgr
 # Thanks to quequotion for providing this file!
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to