rpms/faac/F-10 faac-libmp4v2.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 faac.spec, 1.6, 1.7 sources, 1.2, 1.3 faac-1.25-enable-libmp4v2.patch, 1.1, NONE
by Dominik Mierzejewski
Author: rathann
Update of /cvs/free/rpms/faac/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv9171
Modified Files:
.cvsignore faac.spec sources
Added Files:
faac-libmp4v2.patch
Removed Files:
faac-1.25-enable-libmp4v2.patch
Log Message:
- sync with devel branch, no ABI changes
faac-libmp4v2.patch:
--- NEW FILE faac-libmp4v2.patch ---
diff -up faac-1.28/configure.in.mp4v2 faac-1.28/configure.in
--- faac-1.28/configure.in.mp4v2 2009-02-05 01:55:38.000000000 +0100
+++ faac-1.28/configure.in 2009-03-12 01:42:20.000000000 +0100
@@ -36,6 +36,8 @@ AC_CHECK_DECLS([MP4Create, MP4MetadataDe
if test x$external_mp4v2 = xyes; then
AC_MSG_NOTICE([*** Building with external mp4v2 ***])
+ MY_DEFINE(HAVE_LIBMP4V2)
+ LIBS="-lmp4v2 $LIBS"
else
if test x$WITHMP4V2 = xyes; then
AC_MSG_NOTICE([*** Building with internal mp4v2 ***])
diff -up faac-1.28/configure.mp4v2 faac-1.28/configure
--- faac-1.28/configure.mp4v2 2009-02-10 09:36:58.000000000 +0100
+++ faac-1.28/configure 2009-03-12 01:42:20.000000000 +0100
@@ -19938,6 +19938,13 @@ fi
if test x$external_mp4v2 = xyes; then
{ echo "$as_me:$LINENO: *** Building with external mp4v2 ***" >&5
echo "$as_me: *** Building with external mp4v2 ***" >&6;}
+
+cat >>confdefs.h <<\_ACEOF
+#define HAVE_LIBMP4V2 1
+_ACEOF
+
+LIBS="-lmp4v2 $LIBS"
+
else
if test x$WITHMP4V2 = xyes; then
{ echo "$as_me:$LINENO: *** Building with internal mp4v2 ***" >&5
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/faac/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 22 Jul 2008 17:58:28 -0000 1.2
+++ .cvsignore 22 Mar 2009 16:25:34 -0000 1.3
@@ -1 +1 @@
-faac-1.25.tar.gz
+faac-1.28.tar.bz2
Index: faac.spec
===================================================================
RCS file: /cvs/free/rpms/faac/F-10/faac.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- faac.spec 27 Nov 2008 05:54:14 -0000 1.6
+++ faac.spec 22 Mar 2009 16:25:34 -0000 1.7
@@ -1,21 +1,17 @@
Name: faac
-Version: 1.25
-Release: 7%{?dist}
+Version: 1.28
+Release: 1%{?dist}
Summary: Encoder and encoding library for MPEG2/4 AAC
Group: Applications/Multimedia
-License: LGPL2+
+License: LGPLv2+
URL: http://www.audiocoding.com/
-Source0: http://download.sourceforge.net/sourceforge/faac/faac-1.25.tar.gz
-Patch0: faac-1.25-enable-libmp4v2.patch
+Source0: http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.t...
+Patch0: %{name}-libmp4v2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libmp4v2-devel
-BuildRequires: libtool
-BuildRequires: autoconf
-BuildRequires: automake
-BuildRequires: dos2unix
%description
@@ -36,14 +32,21 @@
This package contains development files and documentation for libfaac.
%prep
-%setup -q -n %{name}
-find . -type f -print|xargs dos2unix
-%patch0 -p1 -b .patch0
-chmod 0644 COPYING ChangeLog README TODO
+%setup -q
+%patch0 -p1 -b .mp4v2
+touch -r configure.in.mp4v2 configure.in
+#fix permissions
+find . -type f \( -name \*.h -or -name \*.c \) -exec chmod 644 {} \;
+chmod 644 AUTHORS COPYING ChangeLog NEWS README TODO docs/*
+
+#fix encoding
+/usr/bin/iconv -f iso8859-1 -t utf-8 AUTHORS > AUTHORS.conv && touch -r AUTHORS AUTHORS.conv && /bin/mv -f AUTHORS.conv AUTHORS
%build
-sh ./bootstrap
%configure --disable-static
+# remove rpath from libtool
+sed -i.rpath 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i.rpath 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
make %{?_smp_mflags}
@@ -63,9 +66,10 @@
%files
%defattr(-,root,root,-)
-%doc COPYING ChangeLog README TODO
+%doc AUTHORS COPYING ChangeLog NEWS README TODO docs/*
%{_bindir}/*
%{_libdir}/*.so.*
+%{_mandir}/man1/%{name}*
%files devel
%defattr(-,root,root,-)
@@ -74,6 +78,20 @@
%{_includedir}/*.h
%changelog
+* Thu Mar 12 2009 Dominik Mierzejewski <rpm [AT] greysector [DOT] net> - 1.28-1
+- update to 1.28
+- drop redundant BRs
+- fix Source URL and use bz2 tarball
+- fix rpath
+- include manpage
+- ship AUTHORS NEWS docs/*
+- integrated changes from Julian Sikorski <belegdol[at]gmail[dot]com>
+-- Dropped dos2unix BR, not needed anymore
+-- Made Source0 use macros
+-- Fixed License tag
+-- Fixed file permissions
+-- Converted ChangeLog to utf-8
+
* Tue Nov 04 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.25-7
- chmod 644 all docs (fixes #115)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/faac/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 22 Jul 2008 17:58:28 -0000 1.2
+++ sources 22 Mar 2009 16:25:34 -0000 1.3
@@ -1 +1 @@
-75eaffd18ee072eaca52ae2d622bb1db faac-1.25.tar.gz
+c5dde68840cefe46532089c9392d1df0 faac-1.28.tar.bz2
--- faac-1.25-enable-libmp4v2.patch DELETED ---
15 years, 9 months
rpms/amule/devel aMule-2.2.3-gcc44.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 amule.spec, 1.6, 1.7 sources, 1.3, 1.4
by Felix Kaechele
Author: felix
Update of /cvs/free/rpms/amule/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7385
Modified Files:
.cvsignore amule.spec sources
Added Files:
aMule-2.2.3-gcc44.patch
Log Message:
* Sun Mar 22 2009 Felix Kaechele <felix at fetzig dot org> - 2.2.3-1
- updated to 2.2.3
- replaced patch3 with new one for gcc4.4
aMule-2.2.3-gcc44.patch:
--- NEW FILE aMule-2.2.3-gcc44.patch ---
diff -ruN aMule-2.2.3.orig/src/libs/common/Format.cpp aMule-2.2.3/src/libs/common/Format.cpp
--- aMule-2.2.3.orig/src/libs/common/Format.cpp 2008-12-11 00:15:28.000000000 +0100
+++ aMule-2.2.3/src/libs/common/Format.cpp 2009-03-22 16:36:29.501147163 +0100
@@ -23,7 +23,7 @@
//
#include "Format.h"
-
+#include <stdint.h>
//! Known type-modifiers.
enum Modifiers
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/amule/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 8 Nov 2008 09:14:43 -0000 1.3
+++ .cvsignore 22 Mar 2009 15:55:44 -0000 1.4
@@ -1 +1 @@
-aMule-2.2.2.tar.bz2
+aMule-2.2.3.tar.bz2
Index: amule.spec
===================================================================
RCS file: /cvs/free/rpms/amule/devel/amule.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- amule.spec 21 Nov 2008 07:30:10 -0000 1.6
+++ amule.spec 22 Mar 2009 15:55:44 -0000 1.7
@@ -1,13 +1,13 @@
# TODO: setup firefox for ed2k links using triggers and a file in /usr/lib/firefox-3.0.1/defaults/preferences/
Name: amule
-Version: 2.2.2
-Release: 2%{?dist}
+Version: 2.2.3
+Release: 1%{?dist}
Summary: File sharing client compatible with eDonkey
License: GPLv2+
Group: Applications/Internet
Source0: http://dl.sourceforge.net/%{name}/aMule-%{version}.tar.bz2
-Patch3: aMule-2.1.3-gcc43.patch
+Patch3: aMule-2.2.3-gcc44.patch
URL: http://amule.org
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# See http://www.amule.org/wiki/index.php/Requirements
@@ -46,7 +46,7 @@
%prep
%setup -q -n aMule-%{version}
-%patch3 -p1 -b .gcc43
+%patch3 -p1 -b .gcc44
%build
@@ -65,7 +65,8 @@
--enable-geoip \
--enable-ccache \
--enable-amule-gui \
- --enable-optimize
+ --enable-optimize \
+ --with-denoise-level=0
make %{?_smp_mflags}
@@ -159,6 +160,10 @@
%changelog
+* Sun Mar 22 2009 Felix Kaechele <felix at fetzig dot org> - 2.2.3-1
+- updated to 2.2.3
+- replaced patch3 with new one for gcc4.4
+
* Thu Nov 20 2008 Aurelien Bompard <abompard(a)fedoraproject.org> 2.2.2-2
- add remote GUI
Index: sources
===================================================================
RCS file: /cvs/free/rpms/amule/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 8 Nov 2008 09:14:43 -0000 1.3
+++ sources 22 Mar 2009 15:55:44 -0000 1.4
@@ -1 +1 @@
-4bbb5fef3b7acd206c08beddb7fdbb42 aMule-2.2.2.tar.bz2
+64a0d41edbdd7cf36fa892e45a652bfd aMule-2.2.3.tar.bz2
15 years, 9 months
rpms/mythtv/devel mythtv.spec,1.26,1.27 sources,1.9,1.10
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31617
Modified Files:
mythtv.spec sources
Log Message:
* Fri Mar 20 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.1.svn.r20232
- Update to pre-0.22 svn trunk, revision 20232
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- mythtv.spec 12 Mar 2009 19:11:42 -0000 1.26
+++ mythtv.spec 21 Mar 2009 19:38:34 -0000 1.27
@@ -60,7 +60,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r20196
+%define _svnrev r20232
%define branch trunk
#
@@ -1463,6 +1463,9 @@
################################################################################
%changelog
+* Fri Mar 20 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.1.svn.r20232
+- Update to pre-0.22 svn trunk, revision 20232
+
* Thu Mar 12 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.1.svn.r20196
- Update to pre-0.22 svn trunk, revision r20196
- Carries work-around for qt 4.5 "everthing is a prepared statement now"
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 12 Mar 2009 19:11:42 -0000 1.9
+++ sources 21 Mar 2009 19:38:34 -0000 1.10
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-d6b28c064fda18675f7e8ca36acfb135 mythtv-0.22.tar.bz2
-f46613865eb071ebdfe9c31edac85ec6 mythplugins-0.22.tar.bz2
+4048fee5d6f10a74e6904999c8b97af3 mythtv-0.22.tar.bz2
+a0e6001b4fae5e781a8ca5bc66f2d091 mythplugins-0.22.tar.bz2
15 years, 9 months
rpms/rpmfusion-nonfree-release/devel RPM-GPG-KEY-rpmfusion-nonfree-fedora-11-primary, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25651
Modified Files:
RPM-GPG-KEY-rpmfusion-nonfree-fedora-11-primary
Log Message:
import the right key
Index: RPM-GPG-KEY-rpmfusion-nonfree-fedora-11-primary
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel/RPM-GPG-KEY-rpmfusion-nonfree-fedora-11-primary,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- RPM-GPG-KEY-rpmfusion-nonfree-fedora-11-primary 21 Mar 2009 17:35:36 -0000 1.1
+++ RPM-GPG-KEY-rpmfusion-nonfree-fedora-11-primary 21 Mar 2009 17:51:20 -0000 1.2
@@ -1,30 +1,30 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.5 (GNU/Linux)
-mQINBEnFEAYBEADsku+iiUQ3W0ALjsnq18GwtD6Kg/nKDuCI8LSPDaZVtL3oGF39
-5p+o6ZAlREy8Zfj/YYcbKNj5nFUaFV1orGFvEsagSsEX0A8qAYzh8lDh5JUIUxPR
-nTvELggT7mgL3SGMqP7T/Vvo26CixAIGkzFDwbrLal53abXCL6wjlIP1ese1+gSe
-xUk0IFzY/U0/bb+31z5MClq6JzQ+K7oqxW6QkyO6LayeFGZZL61NIvMW+2edcfMu
-5cpCSUQxs09aH+uQtaBqiwyObqT0DXcRQ/BwSjSxXUdr1Kp9VvwoipYPiV2plff+
-vTHiCHHzoSZNKsE8I/BwJRI8Q8anK6zBZ8TjJG/mV1TsYeE3pBaEgXyobET2Mjcw
-Rjhb910ihLpzuRAE16Ii4Bj22xrfpD0eQs0TpL+pXMGmf1YcKHbcaY5k1Q+jappd
-NOhax326gFiniWbnlVz3/tIF8QfaUCYH2DmAyswiIXO/fytlNSwaHDY7OkqboL72
-lC++EJ93Qd59w2opN+YPUNK9q3rn2bDj+3E2DZt9mI6bqlJSxgWV7MKumPmdegot
-MuEH3NRZacbpMC4h1R3e9ZZ4CDskR+GqQsnOodyI33mhJcPhqTxpXyYoAitc9iaM
-xmmnAi4IISTd4/2HXY0iNKmrVkaDG6tBwiRbOg9xHbbYKYjNHxA9ZA5thwARAQAB
-tFNSUE0gRnVzaW9uIGZyZWUgcmVwb3NpdG9yeSBmb3IgRmVkb3JhICgxMSkgPHJw
-bWZ1c2lvbi1idWlsZHN5c0BsaXN0cy5ycG1mdXNpb24ub3JnPokCNgQTAQIAIAUC
-ScUQBgIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEK0nCESPz/Tag9IP/0gI
-LtShHh6bVhJMfFF86apZxjl7p6i+pY0ujO58OnfE4D6an9n2FCAMoJYY19QzerfZ
-e8ofpSkKknES5TY/lZghvOvDTOUstzlpM6mYMpjtj33X/BGL+0lkc6vytPsHoO6S
-lg+PaUJa2VPlR4QQsuRb+HcRJBCvjJXzRXXRFmklKb52uNZ2CcOXmtslTz6FYrRs
-Q6TZmDz6qTQqTLCA8MciTlEos2vnrhh1GuJ1h3bqC5WmIWVLUbqct/LBzuSd+5V9
-o1nnEkouLcBxZLCxf5k7HRSqLNslHmR5oYvwXT5XjC5CVZIHNA6xPQgScrn/e2nx
-ZZ+WHeGvRn8tODLwHMVgynEbhL/bCBJ52Xrm7NoQ2OaZ/ULUOOASyRRnRRNVZsBr
-Z1yqdCuGMAwgf+LgCftbirhRlcoi7iPUgIqzHkXdiZ+fdSVCbDub3U0HN3iXv5Qk
-mfPv+kKZ5fOBgnSdID8sHez39qXcxzvYg8dvR7ahgmBCmHpa/+IWSDjXWlqcsYNe
-sA6N/BWnwuwmUJlkYcr1atgd+XXLXHc5zepouBe9xGLKvme0B/3IxcR+Rgla5S9b
-U9/blnH/G90NSS3vYymN/naasAEs2S6H0QdVv23w9Cabit8XDce4MeJ/GnckIL9l
-RuwD9VHe8TVRZAtyKSc8447E5pbKdPPzF4VHCevl
-=/iY7
+mQINBEnFENYBEADAfS8rlwfS3XRl30FAdOfgRuwAI8W9VA16LZ6nyZG9SE+KcPZz
+huoDeufK2xLpjmczLy0bly4pv2lNFWWnrK2jaNbW1bdvU2XyyAZHUha8An6w2wfI
+Qqx5uCKpao1cBnH5wqe714sLrG0S2FS/XsLXhKNW8LaeyR0pH2b4pzKUPkr/ObDJ
+lWIxj+/p1eYyUJLsHGPiGLDd+FUps4Bd8NyrjNDTPlriMQ9Or2FglJdbgslqN08X
+UfGfLXSllSRE8V8AxuN/Il4pa02LpJjX+6FFQCg6dfwX+K7V5UVe+uXIz0OXUPts
+PYWv+FUZPGMepV6hRHSZatutN/jy56uRt7N9sqrOL3NAHHAelvS+ET8AeabOVlii
+rDVpf7/0P5JYpPQ3zSAPy7tNUs5mbP9mLnO3+LAFSnnoTDL4UU7juiNtzoqkqwHm
+eVIh6ltnuECtbfdQQ6jhS9pvcWu2BIxjT/q9LGAzmXVOVyOZCYgApJGyQAQqMHR4
+uHHs12bnMWgznoB3fqtkvyqsY5CevEaeEYQtwdhJo+DlC3QAak8kShmvprT0tljg
+KVbMjhiNCxBp4erXNl4hZqzNn+WBj16vVkVBzUtnsQfps2VBs1wUlLtMF1gTObG1
+bGLCs1JXTZXps7NtuS1GxqW05kX7o480oqTSadi78OiGICtjQn0ZUzgzeQARAQAB
+tFZSUE0gRnVzaW9uIG5vbmZyZWUgcmVwb3NpdG9yeSBmb3IgRmVkb3JhICgxMSkg
+PHJwbWZ1c2lvbi1idWlsZHN5c0BsaXN0cy5ycG1mdXNpb24ub3JnPokCNgQTAQIA
+IAUCScUQ1gIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEE0qG9yNxDhEAhEP
+/iNuleDwgMXALmqapYPW4a4XW2OmJCXUS65hawAuAy3XixZHrde7dn/dAlzbqceZ
+B4hdTppynsP0rxtSVlXdok9ar6L3mXPzM/sK8IISDOljLvOfINRDsfi+5Mx9C1GT
+/IRWJ0gnc5ixVZe9A0CdEk7SwmHQ+b1uQQCpVmEgtTFaVJmOw3j85y7ZzTlYrIQc
+n+igiqWMlwKEY1Tby4ixY69qRRE/vgOtuEkBtAM1WP9FV0Hcsl6YJZXepkQdW78l
+x8bzeZiA13yCpsBE95tVTtxMWB+BjDFWimheQ3DIC2M7dXkSxTxjN9lhUdVu9b5+
+Xt7W8aKHAoTMUuq9LaJeSJeS7N5zN621vN9WtegsvDq5jDPAUzjHYK6LPfYGdWvt
+8ZHdpAfGiRDCRFaABwlp9LuBCOmq/clGXFQN+qKnXvrZy/1317Z+r0LU970YdgRv
+B2KIC2EuZUJ+if7U2/X0MT4RdomkHPJRy6QJaAychOIszmGyxlATtZzlORzdeFho
+1UOJUXCwEKpOpk2Q5cSsxv9isHezvBKx35JAq86CPmWXb+glQB+r5tWA/7prrfbq
+Z+pbjOqjT+W38TXBXWS9NYmjF3EmwVZISJR3z4/RO0iSY8P0vmK02vjm3Ux11nJ1
+OPxMk799OuxyShHDQ8T/KwOiSJAXJFDqW3GUgie3wTH9
+=q3AX
-----END PGP PUBLIC KEY BLOCK-----
15 years, 9 months
rpms/rpmfusion-free-release/devel rpmfusion-free-release.spec, 1.9, 1.10
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rpmfusion-free-release/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24609
Modified Files:
rpmfusion-free-release.spec
Log Message:
small fixes/remove debug output
Index: rpmfusion-free-release.spec
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-release/devel/rpmfusion-free-release.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- rpmfusion-free-release.spec 21 Mar 2009 17:31:43 -0000 1.9
+++ rpmfusion-free-release.spec 21 Mar 2009 17:36:43 -0000 1.10
@@ -73,15 +73,11 @@
%{__install} -Dp -m644 %{SOURCE0} %{SOURCE10} \
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg
-# Links for the Keys
+# Links for the keys
for i in i386 x86_64 ppc ppc64; do
- ln -s $(basename %{SOURCE10}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-${i}
+ ln -s $(basename %{SOURCE10}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-${i}
done
-ls -l $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/
-sleep 5
-
-
# Yum .repo files
%{__install} -p -m644 %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \
$RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d
15 years, 9 months
rpms/rpmfusion-nonfree-release/devel RPM-GPG-KEY-rpmfusion-nonfree-fedora-11-primary, NONE, 1.1 rpmfusion-nonfree-rawhide.repo, 1.5, 1.6 rpmfusion-nonfree-release.spec, 1.8, 1.9 rpmfusion-nonfree-updates-testing.repo, 1.3, 1.4 rpmfusion-nonfree-updates.repo, 1.5, 1.6 rpmfusion-nonfree.repo, 1.5, 1.6
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24462
Modified Files:
rpmfusion-nonfree-rawhide.repo rpmfusion-nonfree-release.spec
rpmfusion-nonfree-updates-testing.repo
rpmfusion-nonfree-updates.repo rpmfusion-nonfree.repo
Added Files:
RPM-GPG-KEY-rpmfusion-nonfree-fedora-11-primary
Log Message:
* Sat Mar 21 2009 Thorsten Leemhuis <fedora at leemhuis.info> - 10.90-2
- add new key for SHA256 signatures
- use the same structure for keys as fedora does
--- NEW FILE RPM-GPG-KEY-rpmfusion-nonfree-fedora-11-primary ---
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.5 (GNU/Linux)
mQINBEnFEAYBEADsku+iiUQ3W0ALjsnq18GwtD6Kg/nKDuCI8LSPDaZVtL3oGF39
5p+o6ZAlREy8Zfj/YYcbKNj5nFUaFV1orGFvEsagSsEX0A8qAYzh8lDh5JUIUxPR
nTvELggT7mgL3SGMqP7T/Vvo26CixAIGkzFDwbrLal53abXCL6wjlIP1ese1+gSe
xUk0IFzY/U0/bb+31z5MClq6JzQ+K7oqxW6QkyO6LayeFGZZL61NIvMW+2edcfMu
5cpCSUQxs09aH+uQtaBqiwyObqT0DXcRQ/BwSjSxXUdr1Kp9VvwoipYPiV2plff+
vTHiCHHzoSZNKsE8I/BwJRI8Q8anK6zBZ8TjJG/mV1TsYeE3pBaEgXyobET2Mjcw
Rjhb910ihLpzuRAE16Ii4Bj22xrfpD0eQs0TpL+pXMGmf1YcKHbcaY5k1Q+jappd
NOhax326gFiniWbnlVz3/tIF8QfaUCYH2DmAyswiIXO/fytlNSwaHDY7OkqboL72
lC++EJ93Qd59w2opN+YPUNK9q3rn2bDj+3E2DZt9mI6bqlJSxgWV7MKumPmdegot
MuEH3NRZacbpMC4h1R3e9ZZ4CDskR+GqQsnOodyI33mhJcPhqTxpXyYoAitc9iaM
xmmnAi4IISTd4/2HXY0iNKmrVkaDG6tBwiRbOg9xHbbYKYjNHxA9ZA5thwARAQAB
tFNSUE0gRnVzaW9uIGZyZWUgcmVwb3NpdG9yeSBmb3IgRmVkb3JhICgxMSkgPHJw
bWZ1c2lvbi1idWlsZHN5c0BsaXN0cy5ycG1mdXNpb24ub3JnPokCNgQTAQIAIAUC
ScUQBgIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEK0nCESPz/Tag9IP/0gI
LtShHh6bVhJMfFF86apZxjl7p6i+pY0ujO58OnfE4D6an9n2FCAMoJYY19QzerfZ
e8ofpSkKknES5TY/lZghvOvDTOUstzlpM6mYMpjtj33X/BGL+0lkc6vytPsHoO6S
lg+PaUJa2VPlR4QQsuRb+HcRJBCvjJXzRXXRFmklKb52uNZ2CcOXmtslTz6FYrRs
Q6TZmDz6qTQqTLCA8MciTlEos2vnrhh1GuJ1h3bqC5WmIWVLUbqct/LBzuSd+5V9
o1nnEkouLcBxZLCxf5k7HRSqLNslHmR5oYvwXT5XjC5CVZIHNA6xPQgScrn/e2nx
ZZ+WHeGvRn8tODLwHMVgynEbhL/bCBJ52Xrm7NoQ2OaZ/ULUOOASyRRnRRNVZsBr
Z1yqdCuGMAwgf+LgCftbirhRlcoi7iPUgIqzHkXdiZ+fdSVCbDub3U0HN3iXv5Qk
mfPv+kKZ5fOBgnSdID8sHez39qXcxzvYg8dvR7ahgmBCmHpa/+IWSDjXWlqcsYNe
sA6N/BWnwuwmUJlkYcr1atgd+XXLXHc5zepouBe9xGLKvme0B/3IxcR+Rgla5S9b
U9/blnH/G90NSS3vYymN/naasAEs2S6H0QdVv23w9Cabit8XDce4MeJ/GnckIL9l
RuwD9VHe8TVRZAtyKSc8447E5pbKdPPzF4VHCevl
=/iY7
-----END PGP PUBLIC KEY BLOCK-----
Index: rpmfusion-nonfree-rawhide.repo
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel/rpmfusion-nonfree-rawhide.repo,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-nonfree-rawhide.repo 26 Nov 2008 20:14:21 -0000 1.5
+++ rpmfusion-nonfree-rawhide.repo 21 Mar 2009 17:35:36 -0000 1.6
@@ -4,7 +4,7 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-ra...
enabled=1
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$basearch
[rpmfusion-nonfree-rawhide-debuginfo]
name=RPM Fusion for Fedora Rawhide - Nonfree - Debug
@@ -12,7 +12,7 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-ra...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$basearch
[rpmfusion-nonfree-rawhide-source]
name=RPM Fusion for Fedora Rawhide - Nonfree - Source
@@ -20,5 +20,5 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-ra...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$basearch
Index: rpmfusion-nonfree-release.spec
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel/rpmfusion-nonfree-release.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rpmfusion-nonfree-release.spec 26 Nov 2008 20:14:21 -0000 1.8
+++ rpmfusion-nonfree-release.spec 21 Mar 2009 17:35:36 -0000 1.9
@@ -3,7 +3,7 @@
Name: rpmfusion-%{repo}-release
Version: 10.90
-Release: 1
+Release: 2
Summary: RPM Fusion (%{repo}) Repository Configuration
Group: System Environment/Base
@@ -14,6 +14,7 @@
Source2: rpmfusion-%{repo}-updates.repo
Source3: rpmfusion-%{repo}-updates-testing.repo
Source4: rpmfusion-%{repo}-rawhide.repo
+Source10: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-11-primary
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -69,9 +70,14 @@
$RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d
# GPG Key
-%{__install} -Dp -m644 %{SOURCE0} \
+%{__install} -Dp -m644 %{SOURCE0} %{SOURCE10} \
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg
+# Links for the keys
+for i in i386 x86_64 ppc ppc64; do
+ ln -s $(basename %{SOURCE10}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-%{repo}-fedora-${i}
+done
+
# Yum .repo files
%{__install} -p -m644 %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \
$RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d
@@ -85,6 +91,10 @@
%config(noreplace) %{_sysconfdir}/yum.repos.d/*
%changelog
+* Sat Mar 21 2009 Thorsten Leemhuis <fedora at leemhuis.info> - 10.90-2
+- add new key for SHA256 signatures
+- use the same structure for keys as fedora does
+
* Wed Nov 26 2008 Thorsten Leemhuis <fedora at leemhuis.info> - 10.90-1
- Initial build for Fedora 11.
Index: rpmfusion-nonfree-updates-testing.repo
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel/rpmfusion-nonfree-updates-testing.repo,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rpmfusion-nonfree-updates-testing.repo 3 Nov 2008 13:18:49 -0000 1.3
+++ rpmfusion-nonfree-updates-testing.repo 21 Mar 2009 17:35:36 -0000 1.4
@@ -4,7 +4,7 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-up...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$basearch
[rpmfusion-nonfree-updates-testing-debuginfo]
name=RPM Fusion for Fedora $releasever - Nonfree - Test Updates Debug
@@ -12,7 +12,7 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-up...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$basearch
[rpmfusion-nonfree-updates-testing-source]
name=RPM Fusion for Fedora $releasever - Nonfree - Test Updates Source
@@ -20,5 +20,5 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-up...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$basearch
Index: rpmfusion-nonfree-updates.repo
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel/rpmfusion-nonfree-updates.repo,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-nonfree-updates.repo 26 Nov 2008 20:14:21 -0000 1.5
+++ rpmfusion-nonfree-updates.repo 21 Mar 2009 17:35:36 -0000 1.6
@@ -4,7 +4,7 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-up...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$basearch
[rpmfusion-nonfree-updates-debuginfo]
name=RPM Fusion for Fedora $releasever - Nonfree - Updates Debug
@@ -12,7 +12,7 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-up...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$basearch
[rpmfusion-nonfree-updates-source]
name=RPM Fusion for Fedora $releasever - Nonfree - Updates Source
@@ -20,5 +20,5 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-up...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$basearch
Index: rpmfusion-nonfree.repo
===================================================================
RCS file: /cvs/nonfree/rpms/rpmfusion-nonfree-release/devel/rpmfusion-nonfree.repo,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-nonfree.repo 26 Nov 2008 20:14:21 -0000 1.5
+++ rpmfusion-nonfree.repo 21 Mar 2009 17:35:36 -0000 1.6
@@ -4,7 +4,7 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-$r...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$basearch
[rpmfusion-nonfree-debuginfo]
name=RPM Fusion for Fedora $releasever - Nonfree - Debug
@@ -12,7 +12,7 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-de...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$basearch
[rpmfusion-nonfree-source]
name=RPM Fusion for Fedora $releasever - Nonfree - Source
@@ -20,5 +20,5 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-so...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$basearch
15 years, 9 months
rpms/php-pecl-pdflib/F-10 php_pdflib.h, NONE, 1.1 php-pecl-pdflib.spec, 1.3, 1.4
by Remi Collet
Author: remi
Update of /cvs/nonfree/rpms/php-pecl-pdflib/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24320
Modified Files:
php-pecl-pdflib.spec
Added Files:
php_pdflib.h
Log Message:
missing file
***** Error reading new file: [Errno 2] No such file or directory: 'php_pdflib.h'
Index: php-pecl-pdflib.spec
===================================================================
RCS file: /cvs/nonfree/rpms/php-pecl-pdflib/F-10/php-pecl-pdflib.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- php-pecl-pdflib.spec 21 Mar 2009 17:26:26 -0000 1.3
+++ php-pecl-pdflib.spec 21 Mar 2009 17:34:00 -0000 1.4
@@ -8,7 +8,7 @@
Summary(fr): Extension pour générer des fichiers PDF
Name: php-pecl-pdflib
Version: 2.1.6
-Release: 1%{?dist}
+Release: 1%{?dist}.1
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/pdflib
15 years, 9 months
rpms/php-pecl-pdflib/EL-5 php_pdflib.h, NONE, 1.1 php-pecl-pdflib.spec, 1.1, 1.2 sources, 1.2, 1.3
by Remi Collet
Author: remi
Update of /cvs/nonfree/rpms/php-pecl-pdflib/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24271
Modified Files:
php-pecl-pdflib.spec sources
Added Files:
php_pdflib.h
Log Message:
update to 2.1.6
***** Error reading new file: [Errno 2] No such file or directory: 'php_pdflib.h'
Index: php-pecl-pdflib.spec
===================================================================
RCS file: /cvs/nonfree/rpms/php-pecl-pdflib/EL-5/php-pecl-pdflib.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-pecl-pdflib.spec 26 Jul 2008 14:01:44 -0000 1.1
+++ php-pecl-pdflib.spec 21 Mar 2009 17:32:25 -0000 1.2
@@ -7,13 +7,18 @@
Summary: Package for generating PDF files
Summary(fr): Extension pour générer des fichiers PDF
Name: php-pecl-pdflib
-Version: 2.1.5
+Version: 2.1.6
Release: 1%{?dist}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/pdflib
Source: http://pecl.php.net/get/pdflib-%{version}.tgz
+
+# See http://pecl.php.net/bugs/bug.php?id=16066
+# http://cvs.php.net/viewvc.cgi/pecl/pdf/php_pdflib.h?view=co
+Source1: php_pdflib.h
+
Source2: xml2changelog
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -49,7 +54,8 @@
%{_bindir}/php -n %{SOURCE2} package.xml >CHANGELOG
cd pdflib-%{version}
-
+# Missing file
+cp %{SOURCE1} .
%build
cd pdflib-%{version}
@@ -103,6 +109,15 @@
%changelog
+* Thu Mar 19 2009 Remi Collet <RPMS(a)FamilleCollet.com> 2.1.6-1
+- update to 2.1.6
+
+* Sun Sep 28 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.1.5-2
+- rebuild
+
+* Fri Mar 28 2008 Remi Collet <RPMS(a)FamilleCollet.com> 2.1.5-2
+- rebuild against pdflib-lite-7.0.3
+
* Sat Mar 15 2008 Remi Collet <RPMS(a)FamilleCollet.com> 2.1.5-1
- update to 2.1.5
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/php-pecl-pdflib/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 26 Jul 2008 14:01:44 -0000 1.2
+++ sources 21 Mar 2009 17:32:25 -0000 1.3
@@ -1 +1 @@
-20cc71fad0792658e5fc666558dbda47 pdflib-2.1.5.tgz
+278fbed59d1c24b034fdbed2de04081e pdflib-2.1.6.tgz
15 years, 9 months
rpms/rpmfusion-free-release/devel RPM-GPG-KEY-rpmfusion-free-fedora-11-primary, NONE, 1.1 rpmfusion-free-rawhide.repo, 1.5, 1.6 rpmfusion-free-release.spec, 1.8, 1.9 rpmfusion-free-updates-testing.repo, 1.3, 1.4 rpmfusion-free-updates.repo, 1.6, 1.7 rpmfusion-free.repo, 1.5, 1.6
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/rpmfusion-free-release/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23859
Modified Files:
rpmfusion-free-rawhide.repo rpmfusion-free-release.spec
rpmfusion-free-updates-testing.repo
rpmfusion-free-updates.repo rpmfusion-free.repo
Added Files:
RPM-GPG-KEY-rpmfusion-free-fedora-11-primary
Log Message:
* Sat Mar 21 2009 Thorsten Leemhuis <fedora at leemhuis.info> - 10.90-2
- add new key for SHA256 signatures
- use the same structure for keys as fedora does
--- NEW FILE RPM-GPG-KEY-rpmfusion-free-fedora-11-primary ---
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.5 (GNU/Linux)
mQINBEnFEAYBEADsku+iiUQ3W0ALjsnq18GwtD6Kg/nKDuCI8LSPDaZVtL3oGF39
5p+o6ZAlREy8Zfj/YYcbKNj5nFUaFV1orGFvEsagSsEX0A8qAYzh8lDh5JUIUxPR
nTvELggT7mgL3SGMqP7T/Vvo26CixAIGkzFDwbrLal53abXCL6wjlIP1ese1+gSe
xUk0IFzY/U0/bb+31z5MClq6JzQ+K7oqxW6QkyO6LayeFGZZL61NIvMW+2edcfMu
5cpCSUQxs09aH+uQtaBqiwyObqT0DXcRQ/BwSjSxXUdr1Kp9VvwoipYPiV2plff+
vTHiCHHzoSZNKsE8I/BwJRI8Q8anK6zBZ8TjJG/mV1TsYeE3pBaEgXyobET2Mjcw
Rjhb910ihLpzuRAE16Ii4Bj22xrfpD0eQs0TpL+pXMGmf1YcKHbcaY5k1Q+jappd
NOhax326gFiniWbnlVz3/tIF8QfaUCYH2DmAyswiIXO/fytlNSwaHDY7OkqboL72
lC++EJ93Qd59w2opN+YPUNK9q3rn2bDj+3E2DZt9mI6bqlJSxgWV7MKumPmdegot
MuEH3NRZacbpMC4h1R3e9ZZ4CDskR+GqQsnOodyI33mhJcPhqTxpXyYoAitc9iaM
xmmnAi4IISTd4/2HXY0iNKmrVkaDG6tBwiRbOg9xHbbYKYjNHxA9ZA5thwARAQAB
tFNSUE0gRnVzaW9uIGZyZWUgcmVwb3NpdG9yeSBmb3IgRmVkb3JhICgxMSkgPHJw
bWZ1c2lvbi1idWlsZHN5c0BsaXN0cy5ycG1mdXNpb24ub3JnPokCNgQTAQIAIAUC
ScUQBgIbAwYLCQgHAwIEFQIIAwQWAgMBAh4BAheAAAoJEK0nCESPz/Tag9IP/0gI
LtShHh6bVhJMfFF86apZxjl7p6i+pY0ujO58OnfE4D6an9n2FCAMoJYY19QzerfZ
e8ofpSkKknES5TY/lZghvOvDTOUstzlpM6mYMpjtj33X/BGL+0lkc6vytPsHoO6S
lg+PaUJa2VPlR4QQsuRb+HcRJBCvjJXzRXXRFmklKb52uNZ2CcOXmtslTz6FYrRs
Q6TZmDz6qTQqTLCA8MciTlEos2vnrhh1GuJ1h3bqC5WmIWVLUbqct/LBzuSd+5V9
o1nnEkouLcBxZLCxf5k7HRSqLNslHmR5oYvwXT5XjC5CVZIHNA6xPQgScrn/e2nx
ZZ+WHeGvRn8tODLwHMVgynEbhL/bCBJ52Xrm7NoQ2OaZ/ULUOOASyRRnRRNVZsBr
Z1yqdCuGMAwgf+LgCftbirhRlcoi7iPUgIqzHkXdiZ+fdSVCbDub3U0HN3iXv5Qk
mfPv+kKZ5fOBgnSdID8sHez39qXcxzvYg8dvR7ahgmBCmHpa/+IWSDjXWlqcsYNe
sA6N/BWnwuwmUJlkYcr1atgd+XXLXHc5zepouBe9xGLKvme0B/3IxcR+Rgla5S9b
U9/blnH/G90NSS3vYymN/naasAEs2S6H0QdVv23w9Cabit8XDce4MeJ/GnckIL9l
RuwD9VHe8TVRZAtyKSc8447E5pbKdPPzF4VHCevl
=/iY7
-----END PGP PUBLIC KEY BLOCK-----
Index: rpmfusion-free-rawhide.repo
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-release/devel/rpmfusion-free-rawhide.repo,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-free-rawhide.repo 26 Nov 2008 20:12:49 -0000 1.5
+++ rpmfusion-free-rawhide.repo 21 Mar 2009 17:31:43 -0000 1.6
@@ -4,7 +4,7 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-rawhi...
enabled=1
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$basearch
[rpmfusion-free-rawhide-debuginfo]
name=RPM Fusion for Fedora Rawhide - Free - Debug
@@ -12,7 +12,7 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-rawhi...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$basearch
[rpmfusion-free-rawhide-source]
name=RPM Fusion for Fedora Rawhide - Free - Source
@@ -20,5 +20,5 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-rawhi...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$basearch
Index: rpmfusion-free-release.spec
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-release/devel/rpmfusion-free-release.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- rpmfusion-free-release.spec 26 Nov 2008 20:12:49 -0000 1.8
+++ rpmfusion-free-release.spec 21 Mar 2009 17:31:43 -0000 1.9
@@ -3,7 +3,7 @@
Name: rpmfusion-%{repo}-release
Version: 10.90
-Release: 1
+Release: 2
Summary: RPM Fusion (%{repo}) Repository Configuration
Group: System Environment/Base
@@ -14,6 +14,7 @@
Source2: rpmfusion-%{repo}-updates.repo
Source3: rpmfusion-%{repo}-updates-testing.repo
Source4: rpmfusion-%{repo}-rawhide.repo
+Source10: RPM-GPG-KEY-rpmfusion-%{repo}-fedora-11-primary
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
@@ -69,9 +70,18 @@
$RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d
# GPG Key
-%{__install} -Dp -m644 %{SOURCE0} \
+%{__install} -Dp -m644 %{SOURCE0} %{SOURCE10} \
$RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg
+# Links for the Keys
+for i in i386 x86_64 ppc ppc64; do
+ ln -s $(basename %{SOURCE10}) $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-${i}
+done
+
+ls -l $RPM_BUILD_ROOT%{_sysconfdir}/pki/rpm-gpg/
+sleep 5
+
+
# Yum .repo files
%{__install} -p -m644 %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \
$RPM_BUILD_ROOT%{_sysconfdir}/yum.repos.d
@@ -85,6 +95,10 @@
%config(noreplace) %{_sysconfdir}/yum.repos.d/*
%changelog
+* Sat Mar 21 2009 Thorsten Leemhuis <fedora at leemhuis.info> - 10.90-2
+- add new key for SHA256 signatures
+- use the same structure for keys as fedora does
+
* Wed Nov 26 2008 Thorsten Leemhuis <fedora at leemhuis.info> - 10.90-1
- Initial build for Fedora 11.
Index: rpmfusion-free-updates-testing.repo
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-release/devel/rpmfusion-free-updates-testing.repo,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rpmfusion-free-updates-testing.repo 3 Nov 2008 13:15:49 -0000 1.3
+++ rpmfusion-free-updates-testing.repo 21 Mar 2009 17:31:43 -0000 1.4
@@ -4,7 +4,7 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updat...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$basearch
[rpmfusion-free-updates-testing-debuginfo]
name=RPM Fusion for Fedora $releasever - Free - Test Updates Debug
@@ -12,7 +12,7 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updat...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$basearch
[rpmfusion-free-updates-testing-source]
name=RPM Fusion for Fedora $releasever - Free - Test Updates Source
@@ -20,5 +20,5 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updat...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$basearch
Index: rpmfusion-free-updates.repo
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-release/devel/rpmfusion-free-updates.repo,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rpmfusion-free-updates.repo 26 Nov 2008 20:12:49 -0000 1.6
+++ rpmfusion-free-updates.repo 21 Mar 2009 17:31:43 -0000 1.7
@@ -4,7 +4,7 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updat...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$basearch
[rpmfusion-free-updates-debuginfo]
name=RPM Fusion for Fedora $releasever - Free - Updates Debug
@@ -12,7 +12,7 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updat...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$basearch
[rpmfusion-free-updates-source]
name=RPM Fusion for Fedora $releasever - Free - Updates Source
@@ -20,5 +20,5 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updat...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$basearch
Index: rpmfusion-free.repo
===================================================================
RCS file: /cvs/free/rpms/rpmfusion-free-release/devel/rpmfusion-free.repo,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rpmfusion-free.repo 26 Nov 2008 20:12:49 -0000 1.5
+++ rpmfusion-free.repo 21 Mar 2009 17:31:43 -0000 1.6
@@ -4,7 +4,7 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-$rele...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$basearch
[rpmfusion-free-debuginfo]
name=RPM Fusion for Fedora $releasever - Free - Debug
@@ -12,7 +12,7 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-debug...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$basearch
[rpmfusion-free-source]
name=RPM Fusion for Fedora $releasever - Free - Source
@@ -20,5 +20,5 @@
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-sourc...
enabled=0
gpgcheck=1
-gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora
+gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$basearch
15 years, 9 months
rpms/php-pecl-pdflib/F-9 php_pdflib.h, NONE, 1.1 php-pecl-pdflib.spec, 1.2, 1.3 sources, 1.2, 1.3
by Remi Collet
Author: remi
Update of /cvs/nonfree/rpms/php-pecl-pdflib/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23669
Modified Files:
php-pecl-pdflib.spec sources
Added Files:
php_pdflib.h
Log Message:
update to 2.1.6
***** Error reading new file: [Errno 2] No such file or directory: 'php_pdflib.h'
Index: php-pecl-pdflib.spec
===================================================================
RCS file: /cvs/nonfree/rpms/php-pecl-pdflib/F-9/php-pecl-pdflib.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php-pecl-pdflib.spec 28 Sep 2008 06:05:58 -0000 1.2
+++ php-pecl-pdflib.spec 21 Mar 2009 17:29:12 -0000 1.3
@@ -7,13 +7,18 @@
Summary: Package for generating PDF files
Summary(fr): Extension pour générer des fichiers PDF
Name: php-pecl-pdflib
-Version: 2.1.5
-Release: 2%{?dist}
+Version: 2.1.6
+Release: 1%{?dist}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/pdflib
Source: http://pecl.php.net/get/pdflib-%{version}.tgz
+
+# See http://pecl.php.net/bugs/bug.php?id=16066
+# http://cvs.php.net/viewvc.cgi/pecl/pdf/php_pdflib.h?view=co
+Source1: php_pdflib.h
+
Source2: xml2changelog
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -49,7 +54,8 @@
%{_bindir}/php -n %{SOURCE2} package.xml >CHANGELOG
cd pdflib-%{version}
-
+# Missing file
+cp %{SOURCE1} .
%build
cd pdflib-%{version}
@@ -103,9 +109,15 @@
%changelog
+* Thu Mar 19 2009 Remi Collet <RPMS(a)FamilleCollet.com> 2.1.6-1
+- update to 2.1.6
+
* Sun Sep 28 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 2.1.5-2
- rebuild
+* Fri Mar 28 2008 Remi Collet <RPMS(a)FamilleCollet.com> 2.1.5-2
+- rebuild against pdflib-lite-7.0.3
+
* Sat Mar 15 2008 Remi Collet <RPMS(a)FamilleCollet.com> 2.1.5-1
- update to 2.1.5
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/php-pecl-pdflib/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 26 Jul 2008 14:02:28 -0000 1.2
+++ sources 21 Mar 2009 17:29:12 -0000 1.3
@@ -1 +1 @@
-20cc71fad0792658e5fc666558dbda47 pdflib-2.1.5.tgz
+278fbed59d1c24b034fdbed2de04081e pdflib-2.1.6.tgz
15 years, 9 months