commit xosd for openSUSE:Factory

2017-08-06 Thread root
Hello community,

here is the log from the commit of package xosd for openSUSE:Factory checked in 
at 2017-08-06 11:22:30

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


Package is "xosd"

Sun Aug  6 11:22:30 2017 rev:24 rq:513794 version:2.2.14

Changes:

--- /work/SRC/openSUSE:Factory/xosd/xosd.changes2015-06-23 
11:58:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.xosd.new/xosd.changes   2017-08-06 
11:22:32.667014776 +0200
@@ -1,0 +2,7 @@
+Fri Jul 28 10:13:38 UTC 2017 - tchva...@suse.com
+
+- Cleanup with spec-cleaner
+- Use configure switches from Fedora and Debian
+- Split out library to specific subpackage
+
+---



Other differences:
--
++ xosd.spec ++
--- /var/tmp/diff_new_pack.GZwiuZ/_old  2017-08-06 11:22:33.850848001 +0200
+++ /var/tmp/diff_new_pack.GZwiuZ/_new  2017-08-06 11:22:33.874844621 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xosd
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,6 +16,7 @@
 #
 
 
+%define libname libxosd2
 Name:   xosd
 Version:2.2.14
 Release:0
@@ -28,14 +29,21 @@
 Patch1: xosd-2.2.14-config.patch
 BuildRequires:  automake
 BuildRequires:  gcc-c++
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xinerama)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-A library for displaying a TV-like on-screen display in X.
+A tool for displaying a TV-like on-screen display in X
+
+%package -n %{libname}
+Summary:Library for X On-Screen Display
+Group:  System/Libraries
+Conflicts:  xosd < %{version}-%{release}
+
+%description -n %{libname}
+A library for displaying a TV-like on-screen display in X
 
 %package devel
 Summary:X On-Screen Display library development files
@@ -43,7 +51,7 @@
 Requires:   xosd = %{version}
 
 %description devel
-development headers and static libraries for xosd
+Development headers and libraries for xosd package
 
 %prep
 %setup -q
@@ -52,30 +60,33 @@
 
 %build
 %configure \
+  --disable-silent-rules \
+  --disable-gtktest \
+  --disable-gdk_pixbuftest \
+  --disable-beep_media_player_plugin \
   --disable-static \
-  --with-pic \
   --disable-new-plugin \
-  --disable-old-plugin
+  --disable-old-plugin \
+  --enable-xinerama
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
 %files
-%defattr(-, root, root, 755)
 %{_mandir}/man1/osd_cat.1*
 %doc AUTHORS ChangeLog COPYING README
 %{_datadir}/%{name}
-%{_libdir}/libxosd.so.*
 %{_bindir}/osd_cat
 
+%files -n %{libname}
+%{_libdir}/libxosd.so.*
+
 %files devel
-%defattr(-, root, root)
 %{_mandir}/man3/xosd*3*
 %{_libdir}/libxosd.so
 %{_includedir}/xosd.h




commit xosd for openSUSE:Factory

2015-06-23 Thread h_root
Hello community,

here is the log from the commit of package xosd for openSUSE:Factory checked in 
at 2015-06-23 11:58:32

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


Package is xosd

Changes:

--- /work/SRC/openSUSE:Factory/xosd/xosd.changes2014-11-05 
16:26:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.xosd.new/xosd.changes   2015-06-23 
11:58:34.0 +0200
@@ -1,0 +2,8 @@
+Fri Jun 19 18:49:25 UTC 2015 - mplus...@suse.com
+
+- Update project url
+- Use url for source
+- Cleanup spec file with spec-cleaner
+- Clenaup dependencies
+
+---

Old:

  xosd-2.2.14.tar.bz2

New:

  xosd-2.2.14.tar.gz



Other differences:
--
++ xosd.spec ++
--- /var/tmp/diff_new_pack.iKdwtp/_old  2015-06-23 11:58:35.0 +0200
+++ /var/tmp/diff_new_pack.iKdwtp/_new  2015-06-23 11:58:35.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xosd
 #
-# 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
@@ -17,36 +17,26 @@
 
 
 Name:   xosd
-BuildRequires:  automake
-BuildRequires:  gcc-c++
-BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(x11)
-BuildRequires:  pkgconfig(xext)
-BuildRequires:  pkgconfig(xinerama)
-#%define plugindir %(xmms-config --general-plugin-dir)
-%defineaclocaldir  %(aclocal --print-ac-dir)
 Version:2.2.14
 Release:0
 Summary:X On-Screen Display library
 License:GPL-2.0+
 Group:  System/X11/Utilities
-Source: %{name}-%{version}.tar.bz2
-Patch:  xosd.patch
+Url:http://sourceforge.net/projects/libxosd
+Source: 
http://sourceforge.net/projects/libxosd/files/libxosd/xosd-%{version}/%{name}-%{version}.tar.gz
+Patch0: xosd.patch
 Patch1: xosd-2.2.14-config.patch
-Url:http://sourceforge.net/project/showfiles.php?group_id=124390
+BuildRequires:  automake
+BuildRequires:  gcc-c++
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xinerama)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 A library for displaying a TV-like on-screen display in X.
 
-
-
-Authors:
-
-Andre Renaud an...@ignavus.net
-
-%description -l de
-
 %package devel
 Summary:X On-Screen Display library development files
 Group:  Development/Libraries/X11
@@ -55,34 +45,22 @@
 %description devel
 development headers and static libraries for xosd
 
-
-
-Authors:
-
-Andre Renaud an...@ignavus.net
-
 %prep
 %setup -q
-%patch -p1 
+%patch0 -p1
 %patch1
 
 %build
-%if %(pkg-config --variable=prefix xft) == /usr
-%configure --disable-static --with-pic \
-   --x-includes=/usr/include \
+%configure \
+  --disable-static \
+  --with-pic \
--disable-new-plugin \
--disable-old-plugin
-%else
-export CFLAGS=$RPM_OPT_FLAGS 
-%configure --disable-static --with-pic \
---disable-new-plugin \
---disable-old-plugin
-%endif
-make %{?jobs:-j%jobs}
+make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name *.la -delete -print
 
 %post -p /sbin/ldconfig
 
@@ -90,7 +68,7 @@
 
 %files
 %defattr(-, root, root, 755)
-%doc %{_mandir}/man1/osd_cat.1*
+%{_mandir}/man1/osd_cat.1*
 %doc AUTHORS ChangeLog COPYING README
 %{_datadir}/%{name}
 %{_libdir}/libxosd.so.*
@@ -98,14 +76,11 @@
 
 %files devel
 %defattr(-, root, root)
-%doc %{_mandir}/man3/xosd*3*
+%{_mandir}/man3/xosd*3*
 %{_libdir}/libxosd.so
 %{_includedir}/xosd.h
 %{_bindir}/xosd-config
-%{aclocaldir}/libxosd.m4
-%doc %{_mandir}/man1/xosd-config.1*
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+%{_datadir}/aclocal/libxosd.m4
+%{_mandir}/man1/xosd-config.1*
 
 %changelog




commit xosd for openSUSE:Factory

2014-11-05 Thread h_root
Hello community,

here is the log from the commit of package xosd for openSUSE:Factory checked in 
at 2014-11-05 16:26:46

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


Package is xosd

Changes:

--- /work/SRC/openSUSE:Factory/xosd/xosd.changes2011-12-05 
12:46:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.xosd.new/xosd.changes   2014-11-05 
16:26:48.0 +0100
@@ -1,0 +2,6 @@
+Sat Nov  1 04:24:39 UTC 2014 - crrodrig...@opensuse.org
+
+- Switch to individual pkgconfig() build requires 
+  instead of using metapackage xorg-x11-devel
+
+---



Other differences:
--
++ xosd.spec ++
--- /var/tmp/diff_new_pack.ivZ08O/_old  2014-11-05 16:26:49.0 +0100
+++ /var/tmp/diff_new_pack.ivZ08O/_new  2014-11-05 16:26:49.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xosd
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,23 +15,26 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   xosd
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xinerama)
 #%define plugindir %(xmms-config --general-plugin-dir)
 %defineaclocaldir  %(aclocal --print-ac-dir)
 Version:2.2.14
 Release:0
-License:GPL-2.0+
 Summary:X On-Screen Display library
+License:GPL-2.0+
+Group:  System/X11/Utilities
 Source: %{name}-%{version}.tar.bz2
 Patch:  xosd.patch
 Patch1: xosd-2.2.14-config.patch
 Url:http://sourceforge.net/project/showfiles.php?group_id=124390
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Group:  System/X11/Utilities
 
 %description
 A library for displaying a TV-like on-screen display in X.

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