commit alevt for openSUSE:Factory

2012-01-09 Thread h_root
Hello community,

here is the log from the commit of package alevt for openSUSE:Factory checked 
in at 2012-01-09 15:16:05

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


Package is "alevt", Maintainer is "j...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/alevt/alevt.changes  2011-09-23 
01:51:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.alevt.new/alevt.changes 2012-01-09 
15:16:06.0 +0100
@@ -1,0 +2,6 @@
+Fri Jan  6 10:56:13 UTC 2012 - pgaj...@suse.com
+
+- build also with libpng15
+  * libpng15.patch
+
+---

New:

  alevt-libpng15.patch



Other differences:
--
++ alevt.spec ++
--- /var/tmp/diff_new_pack.VyAKZP/_old  2012-01-09 15:16:08.0 +0100
+++ /var/tmp/diff_new_pack.VyAKZP/_new  2012-01-09 15:16:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alevt
 #
-# 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
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   alevt
 %{expand:%%global _prefix %(pkg-config --variable prefix x11 || echo 
/usr/X11R6)}
 %if "%_prefix" == "/usr/X11R6"
@@ -24,19 +23,25 @@
 %else
 %define _man_dir share/man
 %endif
-BuildRequires:  libpng-devel pkgconfig update-desktop-files xorg-x11-devel
+BuildRequires:  libpng-devel
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
+BuildRequires:  xorg-x11-devel
 Url:http://www.goron.de/~froese/
+Summary:Teletext and Videotext Decoder for the BTTV Driver
 License:GPL-2.0+
 Group:  Hardware/TV
-Summary:Teletext and Videotext Decoder for the BTTV Driver
 Version:1.6.2
-Release:71
+Release:0
 Source0:alevt-%version.tar.bz2
 Source1:alevt.desktop
 Source2:alevt.png
 Patch2: alevt-1.6.0-dvb-demux.patch
 Patch4: alevt-overflow2.diff
 Patch5: alevt-happy-abuild.diff
+# PATCH-FIX-UPSTREAM pngtoico-libpng15.patch -- pgaj...@suse.com; build with 
libpng15; sent today to fro...@gmx.de
+# build against libpng14 should not be affected, otherwise please let me know
+Patch6: alevt-libpng15.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -50,6 +55,7 @@
 %patch2 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 make OPT="$RPM_OPT_FLAGS" %{?_smp_mflags}

++ alevt-libpng15.patch ++
Index: alevt-1.6.2/exp-gfx.c
===
--- alevt-1.6.2.orig/exp-gfx.c
+++ alevt-1.6.2/exp-gfx.c
@@ -3,6 +3,8 @@
 #include 
 #include 
 #include 
+/* libpng15's png.h doesn't include zlib.h */
+#include 
 
 #include "lang.h"
 #include "export.h"

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



commit alevt for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package alevt for openSUSE:Factory
checked in at Mon Sep 19 15:34:36 CEST 2011.




--- alevt/alevt.changes 2009-11-25 20:19:03.0 +0100
+++ /mounts/work_src_done/STABLE/alevt/alevt.changes2011-09-17 
12:54:15.0 +0200
@@ -1,0 +2,6 @@
+Sat Sep 17 10:54:11 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant tags/sections from specfile
+- Use %_smp_mflags for parallel build
+
+---

calling whatdependson for head-i586




Other differences:
--
++ alevt.spec ++
--- /var/tmp/diff_new_pack.obcNh3/_old  2011-09-19 15:34:31.0 +0200
+++ /var/tmp/diff_new_pack.obcNh3/_new  2011-09-19 15:34:31.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package alevt (Version 1.6.2)
+# spec file for package alevt
 #
-# 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
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   alevt
@@ -29,7 +28,6 @@
 Url:http://www.goron.de/~froese/
 License:GPLv2+
 Group:  Hardware/TV
-AutoReqProv:on
 Summary:Teletext and Videotext Decoder for the BTTV Driver
 Version:1.6.2
 Release:71
@@ -47,12 +45,6 @@
 windows, a page cache, regexp searching, a built-in manual, and more.
 There is also a program to get the time from teletext.
 
-
-
-Authors:
-
-Edgar Toernig 
-
 %prep
 %setup -q
 %patch2 -p1
@@ -60,7 +52,7 @@
 %patch5 -p1
 
 %build
-make OPT="$RPM_OPT_FLAGS"
+make OPT="$RPM_OPT_FLAGS" %{?_smp_mflags}
 
 %install
 echo "Using _prefix=%{_prefix} _man_dir=%{_man_dir}"
@@ -69,9 +61,6 @@
 make rpm-install USR_X11R6=%{_prefix} MAN=%{_man_dir}
 %suse_update_desktop_file -i alevt AudioVideo TV
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(-,root,root)
 %doc CHANGELOG COPYRIGHT README







Remember to have fun...

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



commit alevt for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package alevt for openSUSE:Factory checked 
in at 2011-12-06 17:57:52

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


Package is "alevt", Maintainer is "j...@suse.com"

Changes:




Other differences:
--
++ alevt.spec ++
--- /var/tmp/diff_new_pack.ClWpgn/_old  2011-12-06 17:58:15.0 +0100
+++ /var/tmp/diff_new_pack.ClWpgn/_new  2011-12-06 17:58:15.0 +0100
@@ -26,7 +26,7 @@
 %endif
 BuildRequires:  libpng-devel pkgconfig update-desktop-files xorg-x11-devel
 Url:http://www.goron.de/~froese/
-License:GPLv2+
+License:GPL-2.0+
 Group:  Hardware/TV
 Summary:Teletext and Videotext Decoder for the BTTV Driver
 Version:1.6.2


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



commit alevt for openSUSE:Factory

2018-02-09 Thread root
Hello community,

here is the log from the commit of package alevt for openSUSE:Factory checked 
in at 2018-02-09 15:53:41

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


Package is "alevt"

Fri Feb  9 15:53:41 2018 rev:20 rq:574645 version:1.6.2

Changes:

--- /work/SRC/openSUSE:Factory/alevt/alevt.changes  2012-01-09 
15:16:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.alevt.new/alevt.changes 2018-02-09 
15:53:48.005914220 +0100
@@ -1,0 +2,5 @@
+Fri Feb  9 12:39:22 UTC 2018 - crrodrig...@opensuse.org
+
+- BuildRequire pkgconfig(x11) not xorg-x11-devel 
+
+---



Other differences:
--
++ alevt.spec ++
--- /var/tmp/diff_new_pack.n2G2Nj/_old  2018-02-09 15:53:49.685853876 +0100
+++ /var/tmp/diff_new_pack.n2G2Nj/_new  2018-02-09 15:53:49.689853733 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alevt
 #
-# 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
@@ -26,7 +26,7 @@
 BuildRequires:  libpng-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  xorg-x11-devel
+BuildRequires:  pkgconfig(x11)
 Url:http://www.goron.de/~froese/
 Summary:Teletext and Videotext Decoder for the BTTV Driver
 License:GPL-2.0+





commit alevt for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package alevt for openSUSE:Factory checked 
in at 2019-11-06 13:50:59

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


Package is "alevt"

Wed Nov  6 13:50:59 2019 rev:21 rq:739459 version:1.6.2

Changes:

--- /work/SRC/openSUSE:Factory/alevt/alevt.changes  2018-02-09 
15:53:48.005914220 +0100
+++ /work/SRC/openSUSE:Factory/.alevt.new.2990/alevt.changes2019-11-06 
13:51:06.635831513 +0100
@@ -1,0 +2,5 @@
+Thu Oct 17 13:02:23 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---



Other differences:
--
++ alevt.spec ++
--- /var/tmp/diff_new_pack.NbZHDX/_old  2019-11-06 13:51:09.303834406 +0100
+++ /var/tmp/diff_new_pack.NbZHDX/_new  2019-11-06 13:51:09.307834410 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alevt
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -29,8 +29,7 @@
 BuildRequires:  pkgconfig(x11)
 Url:http://www.goron.de/~froese/
 Summary:Teletext and Videotext Decoder for the BTTV Driver
-License:GPL-2.0+
-Group:  Hardware/TV
+License:GPL-2.0-or-later
 Version:1.6.2
 Release:0
 Source0:alevt-%version.tar.bz2