rpms/vlc/devel vlc.spec,1.176,1.177
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv19764
Modified Files:
vlc.spec
Log Message:
Remove execstack clearing
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -r1.176 -r1.177
--- vlc.spec 19 Jun 2013 06:21:28 -0000 1.176
+++ vlc.spec 19 Jun 2013 11:05:41 -0000 1.177
@@ -38,7 +38,6 @@
BuildRequires: desktop-file-utils
BuildRequires: gettext
-BuildRequires: prelink
Buildrequires: xz
%{?_with_bootstrap:
@@ -313,11 +312,6 @@
ln -sf ../../../fonts/dejavu/DejaVuSans-Bold.ttf \
$RPM_BUILD_ROOT%{_datadir}/vlc/skins2/fonts/FreeSansBold.ttf
-#Clear execstak
-%ifarch %{ix86}
-execstack -c $RPM_BUILD_ROOT%{_libdir}/vlc/plugins/codec/librealvideo_plugin.so
-%endif
-
#Fix unowned directories
rm -rf $RPM_BUILD_ROOT%{_docdir}/vlc
11 years, 5 months
rpms/vlc/devel vlc.spec, 1.175, 1.176 sources, 1.60, 1.61 .cvsignore, 1.51, 1.52
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11862
Modified Files:
vlc.spec sources .cvsignore
Log Message:
Update to 2.1.x pre1
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- vlc.spec 7 May 2013 15:16:54 -0000 1.175
+++ vlc.spec 19 Jun 2013 06:21:28 -0000 1.176
@@ -1,4 +1,4 @@
-#global vlc_rc -rc1
+%global vlc_rc -pre1
%global _with_bootstrap 1
%global _with_workaround_circle_deps 1
%if 0%{?!_without_freeworld:1}
@@ -10,12 +10,10 @@
%global _with_libmad --with-libmad
%global _with_libmpeg2 --with-libmpeg2
%global _with_twolame --with-twolame
-%global _with_vcdimager --with-vcdimager
%global _with_x264 --with-x264
%global _with_xvidcore --with-xvidcore
%global _with_live555 --with-live555
%global _with_vaapi --with-vaapi
-%global _with_xcb 1
%endif
%if 0%{?fedora}
%global _with_fluidsynth 1
@@ -30,15 +28,12 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
-Version: 2.0.6
-Release: 1%{?dist}
+Version: 2.1.0
+Release: 0.pre1%{?dist}
License: GPLv2+
Group: Applications/Multimedia
URL: http://www.videolan.org
Source0: http://download.videolan.org/pub/videolan/vlc/%{version}/vlc-%{version}%{...
-Patch0: vlc-2.0.2-xcb_discard.patch
-Patch1: 0001-Fix-build-with-unreleased-FLAC-1.3.x.patch
-Patch2: 0001-Switch-detection-of-smbclient-from-header-to-pkgconf.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -63,6 +58,7 @@
%{?_with_ffmpeg:BuildRequires: ffmpeg-devel >= 0.4.9-0}
BuildRequires: flac-devel
%{?_with_fluidsynth:BuildRequires: fluidsynth-devel}
+BuildRequires: freerdp-devel
BuildRequires: fribidi-devel
%{?_with_gnomevfs:BuildRequires: gnome-vfs2-devel}
BuildRequires: gnutls-devel >= 1.0.17
@@ -106,6 +102,7 @@
BuildRequires: libupnp-devel
BuildRequires: libv4l-devel
%{?_with_vaapi:BuildRequires: libva-devel}
+BuildRequires: pkgconfig(vdpau)
BuildRequires: libvorbis-devel
BuildRequires: libxml2-devel
BuildRequires: lirc-devel
@@ -125,7 +122,6 @@
Buildrequires: opus-devel
BuildRequires: pcre-devel
BuildRequires: pulseaudio-libs-devel >= 0.9.8
-BuildRequires: portaudio-devel
BuildRequires: qt4-devel >= 4.5.2
%{?_with_schroedinger:BuildRequires: schroedinger-devel >= 1.0.10}
BuildRequires: sqlite-devel
@@ -147,7 +143,7 @@
BuildRequires: libX11-devel
BuildRequires: libXext-devel
BuildRequires: libXpm-devel
-%{?_with_xcb:
+%{!?_without_xcb:
BuildRequires: libxcb-devel
BuildRequires: xcb-util-devel
BuildRequires: pkgconfig(xcb-keysyms)
@@ -224,16 +220,6 @@
%prep
%setup -q -n %{name}-%{version}%{?vlc_rc}
-%if 0%{?rhel}
-%patch0 -p1 -b .xcb_discard
-%{?_with_xcb:
-sed -i -e "s|xcb >= 1.6|xcb >= 1.5|" configure configure.ac
-touch -r config.h.in configure configure.ac
-}
-%endif
-%patch1 -p1 -b .FLAC13
-%patch2 -p1 -b .samba4
-
%{?_with_bootstrap:
rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
./bootstrap
@@ -249,16 +235,11 @@
--with-pic \
--disable-rpath \
--with-binary-version=%{version} \
- --with-tuning=no \
- --disable-notify \
--with-kde-solid=%{_kde4_appsdir}/solid/actions \
-%{?_with_ffmpeg:--enable-switcher} \
--enable-lua \
%{?_with_live555:--enable-live555} \
- --enable-dv \
%{?_with_opencv:--enable-opencv} \
--enable-sftp \
- --enable-pvr \
%{?_with_gnomevfs:--enable-gnomevfs} \
%{?_with_vcdimager:--enable-vcdx} \
%if 0
@@ -266,13 +247,17 @@
%{?_with_freeworld:--enable-shine} \
%endif
--enable-omxil \
+%ifarch armv5tel armv6l armv6hl
+ --enable-omxil-vout \
+ --enable-rpi-omxil \
+%endif
%{!?_with_a52dec:--disable-a52} \
%{!?_with_ffmpeg:--disable-avcodec --disable-avformat \
--disable-swscale --disable-postproc} \
%{?_with_faad2:--enable-faad} \
%{!?_with_libmad:--disable-mad} \
%{?_with_twolame:--enable-twolame} \
-%{?!_without_freeworld:--enable-real --enable-realrtsp} \
+%{?!_without_freeworld: --enable-realrtsp} \
--enable-flac \
--enable-tremor \
--enable-speex \
@@ -280,23 +265,16 @@
--enable-dirac \
--enable-libass \
--enable-shout \
-%{?_with_xcb:--enable-xcb --enable-xvideo} \
-%{!?_with_xcb:--disable-xcb --disable-xvideo} \
+%{!?_without_xcb:--enable-xcb --enable-xvideo} \
+%{?_without_xcb:--disable-xcb --disable-xvideo} \
--enable-svg \
%{!?_without_directfb:--enable-directfb} \
--enable-aa \
--enable-caca \
--enable-jack \
- --enable-portaudio \
--enable-pulse \
--enable-ncurses \
- --enable-fbosd \
- --enable-lirc \
-%if 0
- --enable-loader \
-%else
- --without-contrib \
-%endif
+ --enable-lirc
%if 0
@@ -337,18 +315,12 @@
#Clear execstak
%ifarch %{ix86}
-#execstack -c $RPM_BUILD_ROOT%{_libdir}/vlc/plugins/codec/libdmo_plugin.so
execstack -c $RPM_BUILD_ROOT%{_libdir}/vlc/plugins/codec/librealvideo_plugin.so
%endif
#Fix unowned directories
rm -rf $RPM_BUILD_ROOT%{_docdir}/vlc
-#Workaround config file provided in %%{_datadir}
-#https://bugzilla.rpmfusion.org/show_bug.cgi?id=2726
-mv $RPM_BUILD_ROOT%{_datadir}/vlc/lua/http/.hosts \
- $RPM_BUILD_ROOT%{_datadir}/vlc/lua/http/hosts-sample
-
%find_lang %{name}
@@ -420,7 +392,7 @@
}
%{_libdir}/vlc/plugins/video_output/libaa_plugin.so
%{_libdir}/vlc/plugins/video_output/libcaca_plugin.so
-%{?_with_xcb:
+%{!?_without_xcb:
%{_libdir}/vlc/plugins/access/libxcb_screen_plugin.so
%if 0%{?fedora} < 17
%{_libdir}/vlc/plugins/control/libglobalhotkeys_plugin.so
@@ -460,7 +432,7 @@
%{?_with_fluidsynth:
%exclude %{_libdir}/vlc/plugins/codec/libfluidsynth_plugin.so
}
-%{?_with_xcb:
+%{!?_without_xcb:
%exclude %{_libdir}/vlc/plugins/access/libxcb_screen_plugin.so
%if 0%{?fedora} < 17
%exclude %{_libdir}/vlc/plugins/control/libglobalhotkeys_plugin.so
@@ -485,7 +457,6 @@
%exclude %{_libdir}/vlc/plugins/visualization/libprojectm_plugin.so
}
%exclude %{_libdir}/vlc/plugins/audio_output/libjack_plugin.so
-%exclude %{_libdir}/vlc/plugins/audio_output/libportaudio_plugin.so
%exclude %{_libdir}/vlc/plugins/audio_output/libpulse_plugin.so
%{_libdir}/vlc/
%{_mandir}/man1/vlc*.1*
@@ -493,7 +464,6 @@
%files plugin-jack
%defattr(-,root,root,-)
%{_libdir}/vlc/plugins/access/libaccess_jack_plugin.so
-%{_libdir}/vlc/plugins/audio_output/libportaudio_plugin.so
%{_libdir}/vlc/plugins/audio_output/libjack_plugin.so
%{?_with_fluidsynth:
%{_libdir}/vlc/plugins/codec/libfluidsynth_plugin.so
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/sources,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- sources 7 May 2013 15:16:53 -0000 1.60
+++ sources 19 Jun 2013 06:21:29 -0000 1.61
@@ -1 +1 @@
-b45be633c71dca04ca7d6c3d64dd728b vlc-2.0.6.tar.xz
+e500407f9acbbcaf771e5a98229e618b vlc-2.1.0-pre1.tar.xz
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/.cvsignore,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- .cvsignore 14 Dec 2012 22:46:57 -0000 1.51
+++ .cvsignore 19 Jun 2013 06:21:30 -0000 1.52
@@ -1 +1 @@
-vlc-2.0.5.tar.xz
+vlc-2.1.0-pre1.tar.xz
11 years, 5 months
rpms/ffmpeg/F-19 ffmpeg.spec,1.82,1.83
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11656/F-19
Modified Files:
ffmpeg.spec
Log Message:
Enforce neon on armv7hnl
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-19/ffmpeg.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ffmpeg.spec 25 May 2013 07:40:43 -0000 1.82
+++ ffmpeg.spec 19 Jun 2013 06:19:56 -0000 1.83
@@ -17,7 +17,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 1.2.1
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
%else
@@ -197,6 +197,8 @@
--disable-runtime-cpudetect --arch=arm \
%ifnarch armv7hnl
--disable-neon \
+%else
+ --enable-neon \
%endif
%endif
%endif
@@ -283,11 +285,17 @@
%changelog
-* Sat May 25 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.2.1-1
+* Wed Jun 19 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.1-2
+- Enable neon on armv7hnl
+
+* Tue May 14 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.2.1-1
- Updated to 1.2.1
-* Tue May 14 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1.5-1
-- Updated to 1.1.5
+* Sun May 05 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.2-2
+- Rebuilt for x264-0.130
+
+* Mon Mar 18 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.2-1
+- Updated to 1.2
* Mon Mar 18 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1.4-1
- Updated to 1.1.4
11 years, 5 months
rpms/ffmpeg/devel ffmpeg.spec,1.83,1.84
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/ffmpeg/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11656/devel
Modified Files:
ffmpeg.spec
Log Message:
Enforce neon on armv7hnl
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/devel/ffmpeg.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ffmpeg.spec 14 May 2013 18:07:12 -0000 1.83
+++ ffmpeg.spec 19 Jun 2013 06:19:57 -0000 1.84
@@ -17,7 +17,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
Version: 1.2.1
-Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
+Release: 2%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
%else
@@ -197,6 +197,8 @@
--disable-runtime-cpudetect --arch=arm \
%ifnarch armv7hnl
--disable-neon \
+%else
+ --enable-neon \
%endif
%endif
%endif
@@ -283,6 +285,9 @@
%changelog
+* Wed Jun 19 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.2.1-2
+- Enable neon on armv7hnl
+
* Tue May 14 2013 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.2.1-1
- Updated to 1.2.1
11 years, 5 months
rpms/buildsys-build-rpmfusion/F-19 buildsys-build-rpmfusion-kerneldevpkgs-current, 1.27, 1.28 buildsys-build-rpmfusion.spec, 1.42, 1.43
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/buildsys-build-rpmfusion/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30250
Modified Files:
buildsys-build-rpmfusion-kerneldevpkgs-current
buildsys-build-rpmfusion.spec
Log Message:
* Tue Jun 18 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 10:19-0.5
- rebuild for kernel 3.9.6-301.fc19
Index: buildsys-build-rpmfusion-kerneldevpkgs-current
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/F-19/buildsys-build-rpmfusion-kerneldevpkgs-current,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- buildsys-build-rpmfusion-kerneldevpkgs-current 17 Jun 2013 08:25:05 -0000 1.27
+++ buildsys-build-rpmfusion-kerneldevpkgs-current 18 Jun 2013 16:49:13 -0000 1.28
@@ -1,3 +1,3 @@
-3.9.6-300.fc19
-3.9.6-300.fc19smp
-3.9.6-300.fc19PAE
+3.9.6-301.fc19
+3.9.6-301.fc19smp
+3.9.6-301.fc19PAE
Index: buildsys-build-rpmfusion.spec
===================================================================
RCS file: /cvs/free/rpms/buildsys-build-rpmfusion/F-19/buildsys-build-rpmfusion.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- buildsys-build-rpmfusion.spec 17 Jun 2013 08:25:05 -0000 1.42
+++ buildsys-build-rpmfusion.spec 18 Jun 2013 16:49:13 -0000 1.43
@@ -3,7 +3,7 @@
Name: buildsys-build-%{repo}
Epoch: 10
Version: 19
-Release: 0.3
+Release: 0.5
Summary: Tools and files used by the %{repo} buildsys
Group: Development/Tools
@@ -86,6 +86,9 @@
%changelog
+* Tue Jun 18 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 10:19-0.5
+- rebuild for kernel 3.9.6-301.fc19
+
* Mon Jun 17 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 10:19-0.3
- rebuild for kernel 3.9.6-300.fc19
11 years, 5 months
rpms/xtables-addons/F-19 .cvsignore, 1.11, 1.12 sources, 1.12, 1.13 xtables-addons.spec, 1.18, 1.19
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29366/F-19
Modified Files:
.cvsignore sources xtables-addons.spec
Log Message:
Update to 2.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/F-19/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 18 Apr 2013 13:02:52 -0000 1.11
+++ .cvsignore 18 Jun 2013 16:36:34 -0000 1.12
@@ -1 +1 @@
-xtables-addons-2.2.tar.xz
+xtables-addons-2.3.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/F-19/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 18 Apr 2013 13:02:52 -0000 1.12
+++ sources 18 Jun 2013 16:36:34 -0000 1.13
@@ -1 +1 @@
-bc60abaa3cacc907f646ec6f873054f5 xtables-addons-2.2.tar.xz
+7d942729c365a549513511061f74c3e3 xtables-addons-2.3.tar.xz
Index: xtables-addons.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/F-19/xtables-addons.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xtables-addons.spec 18 Apr 2013 13:02:52 -0000 1.18
+++ xtables-addons.spec 18 Jun 2013 16:36:34 -0000 1.19
@@ -1,6 +1,6 @@
Name: xtables-addons
Summary: Extensions targets and matches for iptables
-Version: 2.2
+Version: 2.3
Release: 1%{?dist}
# The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
License: GPLv2 and LGPLv2
@@ -91,6 +91,9 @@
%{_mandir}/man?/*
%changelog
+* Tue Jun 18 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-1
+- Update to 2.3
+
* Thu Apr 18 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2-1
- Update to 2.2
11 years, 5 months
rpms/xtables-addons-kmod/F-19 .cvsignore, 1.11, 1.12 sources, 1.12, 1.13 xtables-addons-kmod.spec, 1.33, 1.34
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29246/F-19
Modified Files:
.cvsignore sources xtables-addons-kmod.spec
Log Message:
Update to 2.3
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-19/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 18 Apr 2013 13:08:36 -0000 1.11
+++ .cvsignore 18 Jun 2013 16:35:31 -0000 1.12
@@ -1 +1 @@
-xtables-addons-2.2.tar.xz
+xtables-addons-2.3.tar.xz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-19/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 18 Apr 2013 13:08:36 -0000 1.12
+++ sources 18 Jun 2013 16:35:31 -0000 1.13
@@ -1 +1 @@
-bc60abaa3cacc907f646ec6f873054f5 xtables-addons-2.2.tar.xz
+7d942729c365a549513511061f74c3e3 xtables-addons-2.3.tar.xz
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-19/xtables-addons-kmod.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- xtables-addons-kmod.spec 14 Jun 2013 14:36:27 -0000 1.33
+++ xtables-addons-kmod.spec 18 Jun 2013 16:35:31 -0000 1.34
@@ -3,12 +3,12 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%global buildforkernels current
+#global buildforkernels newest
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
-Version: 2.2
-Release: 1%{?dist}.4
+Version: 2.3
+Release: 1%{?dist}
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -66,17 +66,8 @@
rm -rf %{buildroot}
%changelog
-* Fri Jun 14 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2-1.4
-- Rebuilt for current f19 kernel
-
-* Wed Jun 12 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2-1.3
-- Rebuilt for current f19 kernel
-
-* Wed Jun 12 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2-1.2
-- Rebuilt for kernel
-
-* Tue May 14 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2-1.1
-- Rebuilt for kernel
+* Tue Jun 18 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-1
+- Update to 2.3
* Thu Apr 18 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2-1
- Update to 2.2
11 years, 5 months
rpms/xtables-addons/devel sources, 1.12, 1.13 .cvsignore, 1.11, 1.12 xtables-addons.spec, 1.18, 1.19
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21776
Modified Files:
sources .cvsignore xtables-addons.spec
Log Message:
Update to 2.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 18 Apr 2013 13:02:52 -0000 1.12
+++ sources 18 Jun 2013 15:30:58 -0000 1.13
@@ -1 +1 @@
-bc60abaa3cacc907f646ec6f873054f5 xtables-addons-2.2.tar.xz
+7d942729c365a549513511061f74c3e3 xtables-addons-2.3.tar.xz
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 18 Apr 2013 13:02:51 -0000 1.11
+++ .cvsignore 18 Jun 2013 15:30:58 -0000 1.12
@@ -1 +1 @@
-xtables-addons-2.2.tar.xz
+xtables-addons-2.3.tar.xz
Index: xtables-addons.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons/devel/xtables-addons.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- xtables-addons.spec 18 Apr 2013 13:02:52 -0000 1.18
+++ xtables-addons.spec 18 Jun 2013 15:30:58 -0000 1.19
@@ -1,6 +1,6 @@
Name: xtables-addons
Summary: Extensions targets and matches for iptables
-Version: 2.2
+Version: 2.3
Release: 1%{?dist}
# The entire source code is GPLv2 except ACCOUNT/libxt_ACCOUNT_cl.* which is LGPLv2
License: GPLv2 and LGPLv2
@@ -91,6 +91,9 @@
%{_mandir}/man?/*
%changelog
+* Tue Jun 18 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-1
+- Update to 2.3
+
* Thu Apr 18 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2-1
- Update to 2.2
11 years, 5 months
rpms/xtables-addons-kmod/devel xtables-addons-kmod.spec, 1.29, 1.30 sources, 1.12, 1.13 .cvsignore, 1.11, 1.12
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21521
Modified Files:
xtables-addons-kmod.spec sources .cvsignore
Log Message:
Update to 2.3
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/devel/xtables-addons-kmod.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- xtables-addons-kmod.spec 18 Apr 2013 13:08:35 -0000 1.29
+++ xtables-addons-kmod.spec 18 Jun 2013 15:28:54 -0000 1.30
@@ -7,7 +7,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
-Version: 2.2
+Version: 2.3
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Kernel
@@ -66,6 +66,9 @@
rm -rf %{buildroot}
%changelog
+* Tue Jun 18 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.3-1
+- Update to 2.3
+
* Thu Apr 18 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.2-1
- Update to 2.2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/devel/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources 18 Apr 2013 13:08:35 -0000 1.12
+++ sources 18 Jun 2013 15:28:54 -0000 1.13
@@ -1 +1 @@
-bc60abaa3cacc907f646ec6f873054f5 xtables-addons-2.2.tar.xz
+7d942729c365a549513511061f74c3e3 xtables-addons-2.3.tar.xz
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 18 Apr 2013 13:08:35 -0000 1.11
+++ .cvsignore 18 Jun 2013 15:28:54 -0000 1.12
@@ -1 +1 @@
-xtables-addons-2.2.tar.xz
+xtables-addons-2.3.tar.xz
11 years, 5 months