commit peksystray for openSUSE:Factory

2018-04-13 Thread root
Hello community,

here is the log from the commit of package peksystray for openSUSE:Factory 
checked in at 2018-04-13 12:49:27

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


Package is "peksystray"

Fri Apr 13 12:49:27 2018 rev:14 rq:594791 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/peksystray/peksystray.changes2012-04-12 
13:25:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.peksystray.new/peksystray.changes   
2018-04-13 12:49:29.660152049 +0200
@@ -1,0 +2,5 @@
+Mon Mar 12 18:27:30 UTC 2018 - crrodrig...@opensuse.org
+
+- BuildRequire only pkgconfig(x11), not xorg-x11-devel
+
+---



Other differences:
--
++ peksystray.spec ++
--- /var/tmp/diff_new_pack.yD4kbG/_old  2018-04-13 12:49:30.480122342 +0200
+++ /var/tmp/diff_new_pack.yD4kbG/_new  2018-04-13 12:49:30.484122197 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package peksystray
 #
-# Copyright (c) 2012 SUSE LINUX Products 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
@@ -20,14 +20,14 @@
 Version:0.4.0
 Release:0
 Summary:A system tray "notification area" dockapp
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  System/GUI/Other
 Url:http://peksystray.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/project/peksystray/peksystray/%{version}/peksystray-%{version}.tar.bz2
 Patch0: peksystray-0.4.0-xcheck.diff
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(x11)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit peksystray for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package peksystray for openSUSE:Factory 
checked in at 2012-04-12 13:25:15

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


Package is "peksystray", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/peksystray/peksystray.changes2011-12-08 
11:30:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.peksystray.new/peksystray.changes   
2012-04-12 13:25:18.0 +0200
@@ -1,0 +2,7 @@
+Wed Apr 11 15:57:48 UTC 2012 - malcolmle...@opensuse.org
+
+- Add autoconf as buildrequire to avoid implicit dependency.
+- Use spec-cleaner to clean spec file.
+- Update description to avoid rpmlint warnings.
+
+---



Other differences:
--
++ peksystray.spec ++
--- /var/tmp/diff_new_pack.8kFjj3/_old  2012-04-12 13:25:19.0 +0200
+++ /var/tmp/diff_new_pack.8kFjj3/_new  2012-04-12 13:25:19.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package peksystray
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -14,25 +14,32 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-BuildRequires:  automake
-BuildRequires:  xorg-x11-devel
+
 
 Name:   peksystray
-Url:http://peksystray.sourceforge.net/
-Summary:PekSysTray is a system tray "notification area" dockapp
-License:GPL-2.0
-Group:  System/GUI/Other
 Version:0.4.0
 Release:0
+Summary:A system tray "notification area" dockapp
+License:GPL-2.0
+Group:  System/GUI/Other
+Url:http://peksystray.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/project/peksystray/peksystray/%{version}/peksystray-%{version}.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch0: peksystray-0.4.0-xcheck.diff
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  xorg-x11-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description 
-PekSysTray is a system tray "notification area" dockapp similar to the GNOME
-notification area applet. But it's designed for any window manager supporting 
-docking. It created blocks that contains the icons, when a block is full (no 
-more space for other icons) a new block is created.
+A very simple and light implementation of a system tray for any window
+manager supporting docking, conforming to the System Tray Freedesktop
+standard.
+
+Peksystray provides a window where icons will automatically add up
+depending on the requests from the applications. Both the size of the
+window and the size of the icons can be selected by the user. If the
+window is full, it can automatically display another window in order
+to display more icons.
 
 %prep
 %setup -q
@@ -41,13 +48,10 @@
 %build
 autoreconf -f -i
 %configure
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-make DESTDIR="%{buildroot}" install
-
-%clean
-rm -rf ${RPM_BUILD_ROOT}
+%make_install
 
 %files
 %defattr(-,root,root)

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



commit peksystray for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package peksystray for openSUSE:Factory 
checked in at 2011-12-08 11:30:38

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


Package is "peksystray", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/peksystray/peksystray.changes2011-09-23 
12:21:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.peksystray.new/peksystray.changes   
2011-12-08 11:30:40.0 +0100
@@ -1,0 +2,5 @@
+Fri Dec  2 16:48:50 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ peksystray.spec ++
--- /var/tmp/diff_new_pack.fm8CO2/_old  2011-12-08 11:30:43.0 +0100
+++ /var/tmp/diff_new_pack.fm8CO2/_new  2011-12-08 11:30:43.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package peksystray (Version 0.4.0)
+# spec file for package peksystray
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -14,19 +14,17 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-
-# norootforbuild
-
+BuildRequires:  automake
 BuildRequires:  xorg-x11-devel
 
 Name:   peksystray
 Url:http://peksystray.sourceforge.net/
 Summary:PekSysTray is a system tray "notification area" dockapp
-Version:0.4.0
-Release:1
 License:GPL-2.0
 Group:  System/GUI/Other
-Source: 
http://sourceforge.net/projects/peksystray/files/peksystray/peksystray-%version.tar.bz2
+Version:0.4.0
+Release:0
+Source: 
http://downloads.sourceforge.net/project/peksystray/peksystray/%{version}/peksystray-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch0: peksystray-0.4.0-xcheck.diff
 

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



commit peksystray for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package peksystray for openSUSE:Factory 
checked in at 2011-12-06 18:36:58

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


Package is "peksystray", Maintainer is ""

Changes:




Other differences:
--
++ peksystray.spec ++
--- /var/tmp/diff_new_pack.NYdKjT/_old  2011-12-06 19:03:53.0 +0100
+++ /var/tmp/diff_new_pack.NYdKjT/_new  2011-12-06 19:03:53.0 +0100
@@ -24,7 +24,7 @@
 Summary:PekSysTray is a system tray "notification area" dockapp
 Version:0.4.0
 Release:1
-License:GPLv2
+License:GPL-2.0
 Group:  System/GUI/Other
 Source: 
http://sourceforge.net/projects/peksystray/files/peksystray/peksystray-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

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