commit compton for openSUSE:Factory

2018-07-06 Thread root
Hello community,

here is the log from the commit of package compton for openSUSE:Factory checked 
in at 2018-07-06 10:44:24

Comparing /work/SRC/openSUSE:Factory/compton (Old)
 and  /work/SRC/openSUSE:Factory/.compton.new (New)


Package is "compton"

Fri Jul  6 10:44:24 2018 rev:4 rq:620949 version:0.1.0

Changes:

--- /work/SRC/openSUSE:Factory/compton/compton.changes  2016-03-11 
09:38:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.compton.new/compton.changes 2018-07-06 
10:44:29.615076345 +0200
@@ -1,0 +2,8 @@
+Thu May 17 00:38:29 UTC 2018 - avin...@opensuse.org
+
+- Update to revision 316eac0. Changes since d7f95b5:
+  * close config file after using it
+- remove _service in favor of github archive tarball
+- cleanup with spec-cleaner
+
+---

Old:

  _service
  compton-0.1.0.tar.xz

New:

  compton-0.1.0.tar.gz



Other differences:
--
++ compton.spec ++
--- /var/tmp/diff_new_pack.NklfSs/_old  2018-07-06 10:44:29.943075954 +0200
+++ /var/tmp/diff_new_pack.NklfSs/_new  2018-07-06 10:44:29.943075954 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package compton
 #
-# Copyright (c) 2016 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
@@ -16,20 +16,23 @@
 #
 
 
+%define rev 316eac0613bf342ff91cc645a6c3c80e6b9083fb
 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.xz
+URL:https://github.com/chjj/compton
+Source: 
https://github.com/chjj/compton/archive/%{rev}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  asciidoc
 BuildRequires:  gcc-c++
 BuildRequires:  git
+# For the /usr/share/icons/hicolor/** directories.
+BuildRequires:  hicolor-icon-theme
 BuildRequires:  libxslt-tools
 BuildRequires:  make
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(libconfig)
@@ -43,36 +46,30 @@
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xrender)
+Requires:   hicolor-icon-theme
+Requires(post): desktop-file-utils
+Requires(pre):  desktop-file-utils
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
-Requires(pre): desktop-file-utils
-Requires(post):desktop-file-utils
-# For the /usr/share/icons/hicolor/** directories.
-BuildRequires:  hicolor-icon-theme
-Requires:   hicolor-icon-theme
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Compton was forked from Dana Jansens' fork of xcompmgr and refactored.
 
 %prep
-%setup
+%setup -q -n %{name}-%{rev}
 
 %build
 # Export the COMPTON_VERSION variable (you may also pass it to make directly)
 export COMPTON_VERSION=%{version}-%{release}
-export CFLAGS="$RPM_OPT_FLAGS"
-%__make
-%__make docs
+export CFLAGS="%{optflags}"
+make %{?_smp_mflags}
+make %{?_smp_mflags} docs
 
 %install
+%make_install
 %if 0%{?suse_version}
-%makeinstall
-%suse_update_desktop_file compton Utility DesktopUtility
-%endif
-%if 0%{?fedora_version}
-make DESTDIR=$RPM_BUILD_ROOT install
+%suse_update_desktop_file %{name} Utility DesktopUtility
 %endif
 
 %post
@@ -82,13 +79,13 @@
 %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
+%license LICENSE
+%doc README.md
+%{_bindir}/%{name}
+%{_bindir}/%{name}-trans
+%{_mandir}/man1/%{name}.1%{?ext_man}
+%{_mandir}/man1/%{name}-trans.1%{?ext_man}
 %{_datadir}/applications/*.desktop
-%{_datadir}/icons/hicolor/*/apps/compton.*
+%{_datadir}/icons/hicolor/*/apps/%{name}.*
 
 %changelog




commit compton for openSUSE:Factory

2016-03-11 Thread h_root
Hello community,

here is the log from the commit of package compton for openSUSE:Factory checked 
in at 2016-03-11 09:38:15

Comparing /work/SRC/openSUSE:Factory/compton (Old)
 and  /work/SRC/openSUSE:Factory/.compton.new (New)


Package is "compton"

Changes:

--- /work/SRC/openSUSE:Factory/compton/compton.changes  2015-02-01 
12:30:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.compton.new/compton.changes 2016-03-11 
09:38:21.0 +0100
@@ -1,0 +2,9 @@
+Sat Mar  5 14:27:50 UTC 2016 - asa...@suse.com
+
+- added _service: add an automated way to generate the .tar.xz file.
+- update to the latest version of compton (0.1_beta2.82).
+  > Remove the .desktop patch, this has been fixed upstream.
+  > Add the new icons (and hicolor-icon-theme).
+- removed compton-0.1.0-fix_desktop_file.patch
+
+---

Old:

  compton-0.1.0-fix_desktop_file.patch
  compton-0.1.0.tar.bz2

New:

  _service
  compton-0.1.0.tar.xz



Other differences:
--
++ compton.spec ++
--- /var/tmp/diff_new_pack.JOpnBg/_old  2016-03-11 09:38:22.0 +0100
+++ /var/tmp/diff_new_pack.JOpnBg/_new  2016-03-11 09:38:22.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package compton
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -23,11 +23,11 @@
 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
+Source: %{name}-%{version}.tar.xz
 BuildRequires:  asciidoc
 BuildRequires:  gcc-c++
 BuildRequires:  git
+BuildRequires:  libxslt-tools
 BuildRequires:  make
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(dbus-1)
@@ -40,14 +40,17 @@
 BuildRequires:  pkgconfig(xdamage)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xfixes)
+BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xrender)
-BuildRequires:  libxslt-tools
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
 Requires(pre): desktop-file-utils
 Requires(post):desktop-file-utils
+# For the /usr/share/icons/hicolor/** directories.
+BuildRequires:  hicolor-icon-theme
+Requires:   hicolor-icon-theme
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,11 +58,10 @@
 
 %prep
 %setup
-%patch0 -p1
 
 %build
 # Export the COMPTON_VERSION variable (you may also pass it to make directly)
-export COMPTON_VERSION=%{version}
+export COMPTON_VERSION=%{version}-%{release}
 export CFLAGS="$RPM_OPT_FLAGS"
 %__make
 %__make docs
@@ -87,5 +89,6 @@
 %{_mandir}/man1/compton.1.gz
 %{_mandir}/man1/compton-trans.1.gz
 %{_datadir}/applications/*.desktop
+%{_datadir}/icons/hicolor/*/apps/compton.*
 
 %changelog

++ _service ++

  
https://github.com/chjj/compton.git
git
.git
0.1.0
d7f95b56b176
  
  
compton-*.tar
xz
  
  
compton
  




commit compton for openSUSE:Factory

2015-02-01 Thread h_root
Hello community,

here is the log from the commit of package compton for openSUSE:Factory checked 
in at 2015-02-01 12:30:38

Comparing /work/SRC/openSUSE:Factory/compton (Old)
 and  /work/SRC/openSUSE:Factory/.compton.new (New)


Package is compton

Changes:

--- /work/SRC/openSUSE:Factory/compton/compton.changes  2014-11-02 
16:45:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.compton.new/compton.changes 2015-02-01 
12:30:51.0 +0100
@@ -1,0 +2,5 @@
+Sun Jan 25 17:32:09 UTC 2015 - sfal...@opensuse.org
+
+- Added conditionals to support building on Fedora 
+
+---



Other differences:
--
++ compton.spec ++
--- /var/tmp/diff_new_pack.4t5eFJ/_old  2015-02-01 12:30:52.0 +0100
+++ /var/tmp/diff_new_pack.4t5eFJ/_new  2015-02-01 12:30:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package compton
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -28,7 +28,6 @@
 BuildRequires:  asciidoc
 BuildRequires:  gcc-c++
 BuildRequires:  git
-BuildRequires:  libxslt-tools
 BuildRequires:  make
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(dbus-1)
@@ -43,7 +42,10 @@
 BuildRequires:  pkgconfig(xfixes)
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xrender)
+BuildRequires:  libxslt-tools
+%if 0%{?suse_version}
 BuildRequires:  update-desktop-files
+%endif
 Requires(pre): desktop-file-utils
 Requires(post):desktop-file-utils
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -63,8 +65,13 @@
 %__make docs
 
 %install
+%if 0%{?suse_version}
 %makeinstall
 %suse_update_desktop_file compton Utility DesktopUtility
+%endif
+%if 0%{?fedora_version}
+make DESTDIR=$RPM_BUILD_ROOT install
+%endif
 
 %post
 %desktop_database_post

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



commit compton for openSUSE:Factory

2014-11-02 Thread h_root
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.0 +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