Hello community,

here is the log from the commit of package tvtime for openSUSE:Factory checked 
in at 2016-02-25 22:07:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tvtime (Old)
 and      /work/SRC/openSUSE:Factory/.tvtime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tvtime"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tvtime/tvtime.changes    2014-11-11 
09:59:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.tvtime.new/tvtime.changes       2016-02-26 
00:46:27.000000000 +0100
@@ -1,0 +2,41 @@
+Mon Feb 15 14:49:40 UTC 2016 - [email protected]
+
+- A Patch tvtime.linux-compiler.patch is being deleted 
+- A Patch tvtime-glibc.patch is being deleted
+- A Patch tvtime-1.0.2-videoinput.patch is being deleted
+- A Patch tvtime-gcc41.patch is being deleted 
+- A Patch tvtime-libpng15.patch is being deleted
+
+-------------------------------------------------------------------
+Thu Nov  5 14:47:21 UTC 2015 - [email protected]
+
+- Update to version 1.0.8
+  * Change translation man pages and messages to use UTF-8
+- Changes from version 1.0.7
+  * Fix warning about Makefiles ignoring the --datarootdir parameter
+  * Remove unused functions
+  * Safely assume C89 semantics and make RETSIGTYPE void
+  * Replace deprecated function XKeycodeToKeysym with XkbKeycodeToKeysym
+  * Add gitignore to plugins directory
+  * Link to libsupc++ instead of bringing in libstdc++.
+  * Actually call function
+  * Set subdir-objects automake option
+  * Revert "Set subdir-objects option for automake"
+  * Set automake flavour to foreign
+  * Set subdir-objects option for automake
+  * Revert accidental replacement of INSTALL file
+  * Turn automake silent by default
+  * Fix bashisms in boostrap
+  * Remove unused safetytime variable
+  * Remove embedded Debian packaging directory
+- Do not longer ship INSTALL file
+
+-------------------------------------------------------------------
+Sun Feb 15 19:24:18 UTC 2015 - [email protected]
+
+-  Update to tvtime 1.0.6.
+- Update URL/Source locations for future updates
+- Remove all patches since none are needed now.
+- tvtime now uses alsa instead of OSS emulation.
+
+-------------------------------------------------------------------

Old:
----
  tvtime-1.0.2-videoinput.patch
  tvtime-1.0.2.tar.bz2
  tvtime-gcc41.patch
  tvtime-glibc.patch
  tvtime-libpng15.patch
  tvtime.linux-compiler.patch

New:
----
  tvtime-1.0.8.tar.gz

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

Other differences:
------------------
++++++ tvtime.spec ++++++
--- /var/tmp/diff_new_pack.FDfddA/_old  2016-02-26 00:46:28.000000000 +0100
+++ /var/tmp/diff_new_pack.FDfddA/_new  2016-02-26 00:46:28.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tvtime
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -17,24 +17,18 @@
 
 
 Name:           tvtime
-Version:        1.0.2
+Version:        1.0.8
 Release:        0
 Summary:        High Quality Television Application
 License:        GPL-2.0+
 Group:          Hardware/TV
-Url:            http://tvtime.net
-Source:         %{name}-%{version}.tar.bz2
-Patch0:         tvtime-gcc41.patch
-Patch1:         tvtime-1.0.2-videoinput.patch
-Patch2:         tvtime.linux-compiler.patch
-Patch3:         tvtime-glibc.patch
-# I haven't sent libpng15.patch upstream, because project from url
-# seems to be dead
-Patch4:         tvtime-libpng15.patch
+Url:            http://www.linuxtv.org/
+Source:         
http://www.linuxtv.org/downloads/tvtime/%{name}-%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
-BuildRequires:  libtool
+#BuildRequires:  libtool
 BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(alsa)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(x11)
@@ -43,8 +37,11 @@
 BuildRequires:  pkgconfig(xtst)
 BuildRequires:  pkgconfig(xv)
 BuildRequires:  pkgconfig(xxf86vm)
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
+%lang_package
+
 %description
 tvtime is a high quality television application for use with video
 capture cards. tvtime processes the input from a capture card and
@@ -73,14 +70,9 @@
 
 %prep
 %setup -q
-%patch0
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
-autoreconf -i -f
+#autoreconf -i -f
 %ifarch %ix86
 RPM_OPT_FLAGS="%{optflags} -mmmx"
 export CXXFLAGS="-mmmx"
@@ -91,20 +83,23 @@
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
-%suse_update_desktop_file -i net-tvtime AudioVideo TV
+%suse_update_desktop_file -i tvtime AudioVideo TV
 %find_lang %{name}
 
-%files -f %{name}.lang
+%files
 %defattr(-, root, root)
-%doc NEWS AUTHORS COPYING INSTALL ChangeLog README docs/html
+%doc NEWS AUTHORS COPYING ChangeLog README docs/html
 %doc data/COPYING*
 %{_bindir}/*
 %dir %{_sysconfdir}/tvtime
 %config(noreplace) %{_sysconfdir}/tvtime/*
 %{_datadir}/tvtime
-%{_datadir}/applications/net-tvtime.desktop
+%{_datadir}/applications/tvtime.desktop
 %{_datadir}/icons/hicolor/
 %{_datadir}/pixmaps/tvtime.*
 %{_mandir}/*/*
 
+%files lang -f %{name}.lang
+%defattr(-, root, root)
+
 %changelog


Reply via email to