public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/xine-lib] epel9-next: * Wed Apr 18 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.1.6-1
Date: Mon, 20 Jul 2026 20:00:21 GMT [thread overview]
Message-ID: <178457762119.1.9380966291373633386.rpms-xine-lib-11a6980ba9d6@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/xine-lib
Branch : epel9-next
Commit : 11a6980ba9d63b5dba2d445ad796531a35d32104
Author : Ville Skyttä <scop@fedoraproject.org>
Date : 2007-04-18T17:57:19+00:00
Stats : +10/-33 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/xine-lib/c/11a6980ba9d63b5dba2d445ad796531a35d32104?branch=epel9-next
Log:
* Wed Apr 18 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.1.6-1
- 1.1.6.
---
diff --git a/.cvsignore b/.cvsignore
index 41883b2..1a3b46f 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,2 +1,2 @@
-xine-lib-1.1.5-pruned.tar.bz2
-xine-lib-1.1.5-autotools.patch.bz2
+xine-lib-1.1.6-pruned.tar.bz2
+xine-lib-1.1.6-autotools.patch.bz2
diff --git a/sources b/sources
index f2e30be..0470388 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-f903a0426a812ea70200b7a528f67b00 xine-lib-1.1.5-pruned.tar.bz2
-f955ece2fba4dfbbf22fbb2a8376ae60 xine-lib-1.1.5-autotools.patch.bz2
+3869f0045311b3638c5724cd1ac122e9 xine-lib-1.1.6-pruned.tar.bz2
+25742f2347a1d9c4c08476c82f3ec5fc xine-lib-1.1.6-autotools.patch.bz2
diff --git a/xine-lib-1.1.5-pthread-check.patch b/xine-lib-1.1.5-pthread-check.patch
deleted file mode 100644
index 9a6a974..0000000
--- a/xine-lib-1.1.5-pthread-check.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Upstream changeset 8743:defc4f072bde + additional fix in fakethread().
-
-diff -r d1512848e87b -r defc4f072bde m4/pthreads.m4
---- a/m4/pthreads.m4 Tue Apr 10 17:08:22 2007 +0100
-+++ b/m4/pthreads.m4 Wed Apr 11 17:32:13 2007 +0200
-@@ -36,11 +36,15 @@ AC_DEFUN([CC_PTHREAD_FLAGS], [
- [ac_save_CFLAGS="$CFLAGS"
- ac_save_LIBS="$LIBS"
- CFLAGS="$CFLAGS $cc_cv_werror $PTHREAD_CFLAGS"
-+
- LIBS="$LIBS $PTHREAD_LIBS"
-- AC_COMPILE_IFELSE(
-+ AC_LINK_IFELSE(
- [AC_LANG_PROGRAM(
-- [[#include <pthread.h>]],
-- [[pthread_create(NULL, NULL, NULL, NULL);]]
-+ [[#include <pthread.h>
-+ void *fakethread(void *arg) { return NULL; }
-+ pthread_t fakevariable;
-+ ]],
-+ [[pthread_create(&fakevariable, NULL, &fakethread, NULL);]]
- )],
- [cc_cv_pthreads=yes],
- [cc_cv_pthreads=no])
diff --git a/xine-lib-mk-autotools-patch.sh b/xine-lib-mk-autotools-patch.sh
index 4166b06..93590b4 100644
--- a/xine-lib-mk-autotools-patch.sh
+++ b/xine-lib-mk-autotools-patch.sh
@@ -23,7 +23,6 @@ tar jxf xine-lib-$version-pruned.tar.bz2
cp -a xine-lib-$version xine-lib-$version-pruned
cd xine-lib-$version
-patch -p1 < ../xine-lib-$version-pthread-check.patch # XXX hopefully temporary
./autogen.sh noconfig
rm -rf autom4te.cache *~
cd ..
diff --git a/xine-lib.spec b/xine-lib.spec
index 0dcdc74..6c822ce 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -11,7 +11,7 @@
Summary: Xine library
Name: xine-lib
-Version: 1.1.5
+Version: 1.1.6
Release: 1%{?dist}
License: GPL
Group: System Environment/Libraries
@@ -23,10 +23,8 @@ Source0: %{name}-%{version}-pruned.tar.bz2
Source1: %{name}-cleanup-sources.sh
Source2: %{name}-mk-autotools-patch.sh
# autotools patch created with source2
-Patch0: %{name}-1.1.5-autotools.patch.bz2
+Patch0: %{name}-%{version}-autotools.patch.bz2
Patch1: %{name}-1.1.4-optflags.patch
-# Patch2 applied while creating full autotools patch
-Patch2: %{name}-1.1.5-pthread-check.patch
Patch6: %{name}-1.1.1-deepbind-939.patch
Patch7: %{name}-1.1.5-multilib-devel.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -298,6 +296,7 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_caca.so
%if 0%{!?_without_directfb:1}
%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_directfb.so
+%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_xdirectfb.so
%endif
%{_libdir}/xine/plugins/%{version}/xineplug_vo_out_sdl.so
@@ -315,6 +314,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Apr 18 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.1.6-1
+- 1.1.6.
+
* Wed Apr 11 2007 Ville Skyttä <ville.skytta at iki.fi> - 1.1.5-1
- 1.1.5.
- Include GSM 06.10 decoder (#228186).
reply other threads:[~2026-07-20 20:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178457762119.1.9380966291373633386.rpms-xine-lib-11a6980ba9d6@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox