rpms/vlc/F-18 0001-Fix-build-with-unreleased-FLAC-1.3.x.patch, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1788
Added Files:
0001-Fix-build-with-unreleased-FLAC-1.3.x.patch
Log Message:
Add FLAC patch
0001-Fix-build-with-unreleased-FLAC-1.3.x.patch:
flac.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- NEW FILE 0001-Fix-build-with-unreleased-FLAC-1.3.x.patch ---
diff -up vlc-2.0.5/modules/codec/flac.c.FLAC13 vlc-2.0.5/modules/codec/flac.c
--- vlc-2.0.5/modules/codec/flac.c.FLAC13 2011-12-08 19:00:26.000000000 +0100
+++ vlc-2.0.5/modules/codec/flac.c 2013-01-02 20:48:33.569532663 +0100
@@ -38,8 +38,8 @@
#include <vlc_codec.h>
#include <vlc_aout.h>
-#include <stream_decoder.h>
-#include <stream_encoder.h>
+#include <FLAC/stream_decoder.h>
+#include <FLAC/stream_encoder.h>
#include <vlc_block_helper.h>
#include <vlc_bits.h>
11 years, 10 months
rpms/vlc/devel 0001-Switch-detection-of-smbclient-from-header-to-pkgconf.patch, NONE, 1.1 vlc.spec, 1.172, 1.173
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1294/devel
Modified Files:
vlc.spec
Added Files:
0001-Switch-detection-of-smbclient-from-header-to-pkgconf.patch
Log Message:
Add patch to fix smb detection
0001-Switch-detection-of-smbclient-from-header-to-pkgconf.patch:
configure.ac | 5 +++--
modules/access/Modules.am | 3 +--
2 files changed, 4 insertions(+), 4 deletions(-)
--- NEW FILE 0001-Switch-detection-of-smbclient-from-header-to-pkgconf.patch ---
>From 9cbe32f2d9542a4a8d17a0828c1a7c0046397f57 Mon Sep 17 00:00:00 2001
From: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat, 23 Feb 2013 16:39:23 +0100
Subject: [PATCH] Switch detection of smbclient from header to pkgconfig
---
configure.ac | 5 +++--
modules/access/Modules.am | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 65377ac..6c634f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1874,9 +1874,10 @@ dnl
AC_ARG_ENABLE(smb,
[AS_HELP_STRING([--disable-smb], [disable SMB/CIFS support (default auto)])])
if test "${enable_smb}" != "no"; then
- AC_CHECK_HEADERS(libsmbclient.h,
+ PKG_CHECK_MODULES(SMBCLIENT, smbclient,
[ VLC_ADD_PLUGIN([access_smb])
- VLC_ADD_LIBS([access_smb],[-lsmbclient]) ],
+ VLC_ADD_CFLAGS([access_smb],[$SMBCLIENT_CFLAGS])
+ VLC_ADD_LIBS([access_smb],[$SMBCLIENT_LIBS])],
[ if test -n "${enable_smb}"; then
AC_MSG_ERROR([cannot find libsmbclient headers])
fi ])
diff --git a/modules/access/Modules.am b/modules/access/Modules.am
index ff6047e..c06c89b 100644
--- a/modules/access/Modules.am
+++ b/modules/access/Modules.am
@@ -35,7 +35,7 @@ libsdp_plugin_la_LIBADD = $(AM_LIBADD)
libsdp_plugin_la_DEPENDENCIES =
libaccess_smb_plugin_la_SOURCES = smb.c
-libaccess_smb_plugin_la_CFLAGS = $(AM_CFLAGS)
+libaccess_smb_plugin_la_CFLAGS = $(AM_CFLAGS) $(CFLAGS_access_smb)
libaccess_smb_plugin_la_LIBADD = $(AM_LIBADD) $(LIBS_access_smb)
if HAVE_WIN32
libaccess_smb_plugin_la_LIBADD += -lmpr
--
1.7.11.7
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/devel/vlc.spec,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- vlc.spec 30 Jan 2013 08:04:03 -0000 1.172
+++ vlc.spec 23 Feb 2013 16:25:55 -0000 1.173
@@ -31,13 +31,14 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 2.0.5
-Release: 4%{?dist}
+Release: 5%{?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
@@ -231,6 +232,7 @@
}
%endif
%patch1 -p1 -b .FLAC13
+%patch2 -p1 -b .samba4
%{?_with_bootstrap:
rm aclocal.m4 m4/lib*.m4 m4/lt*.m4 || :
@@ -517,6 +519,9 @@
%changelog
+* Sat Feb 23 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.5-5
+- Fix samba4 detection rfbz#2659
+
* Wed Jan 30 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.5-4
- Add new live555 requires
11 years, 10 months
rpms/vlc/F-18 0001-Switch-detection-of-smbclient-from-header-to-pkgconf.patch, NONE, 1.1 vlc.spec, 1.165, 1.166
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/vlc/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1294/F-18
Modified Files:
vlc.spec
Added Files:
0001-Switch-detection-of-smbclient-from-header-to-pkgconf.patch
Log Message:
Add patch to fix smb detection
0001-Switch-detection-of-smbclient-from-header-to-pkgconf.patch:
configure.ac | 5 +++--
modules/access/Modules.am | 3 +--
2 files changed, 4 insertions(+), 4 deletions(-)
--- NEW FILE 0001-Switch-detection-of-smbclient-from-header-to-pkgconf.patch ---
>From 9cbe32f2d9542a4a8d17a0828c1a7c0046397f57 Mon Sep 17 00:00:00 2001
From: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Sat, 23 Feb 2013 16:39:23 +0100
Subject: [PATCH] Switch detection of smbclient from header to pkgconfig
---
configure.ac | 5 +++--
modules/access/Modules.am | 2 +-
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 65377ac..6c634f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1874,9 +1874,10 @@ dnl
AC_ARG_ENABLE(smb,
[AS_HELP_STRING([--disable-smb], [disable SMB/CIFS support (default auto)])])
if test "${enable_smb}" != "no"; then
- AC_CHECK_HEADERS(libsmbclient.h,
+ PKG_CHECK_MODULES(SMBCLIENT, smbclient,
[ VLC_ADD_PLUGIN([access_smb])
- VLC_ADD_LIBS([access_smb],[-lsmbclient]) ],
+ VLC_ADD_CFLAGS([access_smb],[$SMBCLIENT_CFLAGS])
+ VLC_ADD_LIBS([access_smb],[$SMBCLIENT_LIBS])],
[ if test -n "${enable_smb}"; then
AC_MSG_ERROR([cannot find libsmbclient headers])
fi ])
diff --git a/modules/access/Modules.am b/modules/access/Modules.am
index ff6047e..c06c89b 100644
--- a/modules/access/Modules.am
+++ b/modules/access/Modules.am
@@ -35,7 +35,7 @@ libsdp_plugin_la_LIBADD = $(AM_LIBADD)
libsdp_plugin_la_DEPENDENCIES =
libaccess_smb_plugin_la_SOURCES = smb.c
-libaccess_smb_plugin_la_CFLAGS = $(AM_CFLAGS)
+libaccess_smb_plugin_la_CFLAGS = $(AM_CFLAGS) $(CFLAGS_access_smb)
libaccess_smb_plugin_la_LIBADD = $(AM_LIBADD) $(LIBS_access_smb)
if HAVE_WIN32
libaccess_smb_plugin_la_LIBADD += -lmpr
--
1.7.11.7
Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-18/vlc.spec,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -r1.165 -r1.166
--- vlc.spec 14 Dec 2012 22:46:57 -0000 1.165
+++ vlc.spec 23 Feb 2013 16:25:55 -0000 1.166
@@ -31,12 +31,14 @@
Summary: The cross-platform open-source multimedia framework, player and server
Name: vlc
Version: 2.0.5
-Release: 1%{?dist}
+Release: 5%{?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
@@ -193,7 +195,10 @@
Group: Applications/Multimedia
Provides: vlc-nox = %{version}-%{release}
Obsoletes: vlc-nox < 1.1.5-2
+#Deprecated since F-19, can be dropped by F-21/EL-7
%{?live555date:Requires: live555date%{_isa} = %{live555date}}
+#Introduced in F-19
+%{?live555_version:Requires: live555%{?_isa} = %{live555_version}}
%description core
VLC media player core components
@@ -220,12 +225,14 @@
%setup -q -n %{name}-%{version}%{?vlc_rc}
%if 0%{?rhel}
-%patch0 -p1 -b .xcb_discard
+%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 || :
@@ -512,6 +519,18 @@
%changelog
+* Sat Feb 23 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.5-5
+- Fix samba4 detection rfbz#2659
+
+* Wed Jan 30 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.5-4
+- Add new live555 requires
+
+* Sun Jan 20 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.5-3
+- Rebuilt for ffmpeg/x264
+
+* Wed Jan 02 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.5-2
+- Fix build with FLAC-1.3.x
+
* Fri Dec 14 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.0.5-1
- Update to 2.0.5
@@ -736,7 +755,7 @@
- Update bugfix to 20091025
- Clean dc1394 sub-package
-* Thu Oct 16 2009 kwizart < kwizart at gmail.com > - 1.0.2-2
+* Fri Oct 16 2009 kwizart < kwizart at gmail.com > - 1.0.2-2
- Update to 1.0-bugfix 20091016
- Rebuild for x264/ffmpeg
@@ -1159,7 +1178,7 @@
- Test Updated static live555 to 2007.02.22
- Clean up svn to release changes
-* Tue Mar 22 2007 kwizart < kwizart at gmail.com > - 0.8.6a-4.4
+* Thu Mar 22 2007 kwizart < kwizart at gmail.com > - 0.8.6a-4.4
- WIP changes - ld.conf is unusefull...
* Wed Mar 21 2007 kwizart < kwizart at gmail.com > - 0.8.6a-4.3
11 years, 10 months
rpms/z-push/F-18 .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 z-push.spec, 1.10, 1.11
by Robert Scheck
Author: robert
Update of /cvs/free/rpms/z-push/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31359/F-18
Modified Files:
.cvsignore sources z-push.spec
Log Message:
Upgrade to 2.0.7
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/z-push/F-18/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 6 Dec 2012 22:00:10 -0000 1.10
+++ .cvsignore 23 Feb 2013 15:36:11 -0000 1.11
@@ -1,2 +1,2 @@
-z-push-2.0.6-1616.tar.gz
+z-push-2.0.7-1690.tar.gz
z-push-permission.pdf
Index: sources
===================================================================
RCS file: /cvs/free/rpms/z-push/F-18/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 6 Dec 2012 22:00:10 -0000 1.10
+++ sources 23 Feb 2013 15:36:11 -0000 1.11
@@ -1,2 +1,2 @@
-3473446c5c894402400675234df857c6 z-push-2.0.6-1616.tar.gz
+b0dd7f6da6b6d6bac49266cca28a4140 z-push-2.0.7-1690.tar.gz
0d25be91b27fe7ebab16ed593c9fbf48 z-push-permission.pdf
Index: z-push.spec
===================================================================
RCS file: /cvs/free/rpms/z-push/F-18/z-push.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- z-push.spec 6 Dec 2012 22:00:10 -0000 1.10
+++ z-push.spec 23 Feb 2013 15:36:11 -0000 1.11
@@ -1,8 +1,8 @@
-%global svnrevision 1616
+%global svnrevision 1690
Summary: ActiveSync over-the-air implementation for mobile syncing
Name: z-push
-Version: 2.0.6
+Version: 2.0.7
Release: 1%{?dist}
License: AGPLv3 with exceptions
Group: Applications/Productivity
@@ -200,6 +200,9 @@
%{_datadir}/%{name}/backend/zarafa/
%changelog
+* Sat Feb 23 2013 Robert Scheck <robert(a)fedoraproject.org> 2.0.7-1
+- Upgrade to 2.0.7
+
* Thu Dec 06 2012 Robert Scheck <robert(a)fedoraproject.org> 2.0.6-1
- Upgrade to 2.0.6
11 years, 10 months
rpms/z-push/EL-6 .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 z-push.spec, 1.10, 1.11
by Robert Scheck
Author: robert
Update of /cvs/free/rpms/z-push/EL-6
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31359/EL-6
Modified Files:
.cvsignore sources z-push.spec
Log Message:
Upgrade to 2.0.7
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/z-push/EL-6/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 6 Dec 2012 22:00:10 -0000 1.10
+++ .cvsignore 23 Feb 2013 15:36:10 -0000 1.11
@@ -1,2 +1,2 @@
-z-push-2.0.6-1616.tar.gz
+z-push-2.0.7-1690.tar.gz
z-push-permission.pdf
Index: sources
===================================================================
RCS file: /cvs/free/rpms/z-push/EL-6/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 6 Dec 2012 22:00:10 -0000 1.10
+++ sources 23 Feb 2013 15:36:10 -0000 1.11
@@ -1,2 +1,2 @@
-3473446c5c894402400675234df857c6 z-push-2.0.6-1616.tar.gz
+b0dd7f6da6b6d6bac49266cca28a4140 z-push-2.0.7-1690.tar.gz
0d25be91b27fe7ebab16ed593c9fbf48 z-push-permission.pdf
Index: z-push.spec
===================================================================
RCS file: /cvs/free/rpms/z-push/EL-6/z-push.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- z-push.spec 6 Dec 2012 22:00:10 -0000 1.10
+++ z-push.spec 23 Feb 2013 15:36:10 -0000 1.11
@@ -1,8 +1,8 @@
-%global svnrevision 1616
+%global svnrevision 1690
Summary: ActiveSync over-the-air implementation for mobile syncing
Name: z-push
-Version: 2.0.6
+Version: 2.0.7
Release: 1%{?dist}
License: AGPLv3 with exceptions
Group: Applications/Productivity
@@ -200,6 +200,9 @@
%{_datadir}/%{name}/backend/zarafa/
%changelog
+* Sat Feb 23 2013 Robert Scheck <robert(a)fedoraproject.org> 2.0.7-1
+- Upgrade to 2.0.7
+
* Thu Dec 06 2012 Robert Scheck <robert(a)fedoraproject.org> 2.0.6-1
- Upgrade to 2.0.6
11 years, 10 months
rpms/z-push/F-17 .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 z-push.spec, 1.10, 1.11
by Robert Scheck
Author: robert
Update of /cvs/free/rpms/z-push/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31359/F-17
Modified Files:
.cvsignore sources z-push.spec
Log Message:
Upgrade to 2.0.7
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/z-push/F-17/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 6 Dec 2012 22:00:10 -0000 1.10
+++ .cvsignore 23 Feb 2013 15:36:11 -0000 1.11
@@ -1,2 +1,2 @@
-z-push-2.0.6-1616.tar.gz
+z-push-2.0.7-1690.tar.gz
z-push-permission.pdf
Index: sources
===================================================================
RCS file: /cvs/free/rpms/z-push/F-17/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 6 Dec 2012 22:00:10 -0000 1.10
+++ sources 23 Feb 2013 15:36:11 -0000 1.11
@@ -1,2 +1,2 @@
-3473446c5c894402400675234df857c6 z-push-2.0.6-1616.tar.gz
+b0dd7f6da6b6d6bac49266cca28a4140 z-push-2.0.7-1690.tar.gz
0d25be91b27fe7ebab16ed593c9fbf48 z-push-permission.pdf
Index: z-push.spec
===================================================================
RCS file: /cvs/free/rpms/z-push/F-17/z-push.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- z-push.spec 6 Dec 2012 22:00:10 -0000 1.10
+++ z-push.spec 23 Feb 2013 15:36:11 -0000 1.11
@@ -1,8 +1,8 @@
-%global svnrevision 1616
+%global svnrevision 1690
Summary: ActiveSync over-the-air implementation for mobile syncing
Name: z-push
-Version: 2.0.6
+Version: 2.0.7
Release: 1%{?dist}
License: AGPLv3 with exceptions
Group: Applications/Productivity
@@ -200,6 +200,9 @@
%{_datadir}/%{name}/backend/zarafa/
%changelog
+* Sat Feb 23 2013 Robert Scheck <robert(a)fedoraproject.org> 2.0.7-1
+- Upgrade to 2.0.7
+
* Thu Dec 06 2012 Robert Scheck <robert(a)fedoraproject.org> 2.0.6-1
- Upgrade to 2.0.6
11 years, 10 months
rpms/z-push/EL-5 .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 z-push.spec, 1.11, 1.12
by Robert Scheck
Author: robert
Update of /cvs/free/rpms/z-push/EL-5
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31359/EL-5
Modified Files:
.cvsignore sources z-push.spec
Log Message:
Upgrade to 2.0.7
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/z-push/EL-5/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 6 Dec 2012 22:00:10 -0000 1.10
+++ .cvsignore 23 Feb 2013 15:36:10 -0000 1.11
@@ -1,2 +1,2 @@
-z-push-2.0.6-1616.tar.gz
+z-push-2.0.7-1690.tar.gz
z-push-permission.pdf
Index: sources
===================================================================
RCS file: /cvs/free/rpms/z-push/EL-5/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 6 Dec 2012 22:00:10 -0000 1.10
+++ sources 23 Feb 2013 15:36:10 -0000 1.11
@@ -1,2 +1,2 @@
-3473446c5c894402400675234df857c6 z-push-2.0.6-1616.tar.gz
+b0dd7f6da6b6d6bac49266cca28a4140 z-push-2.0.7-1690.tar.gz
0d25be91b27fe7ebab16ed593c9fbf48 z-push-permission.pdf
Index: z-push.spec
===================================================================
RCS file: /cvs/free/rpms/z-push/EL-5/z-push.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- z-push.spec 6 Dec 2012 22:00:10 -0000 1.11
+++ z-push.spec 23 Feb 2013 15:36:10 -0000 1.12
@@ -1,8 +1,8 @@
-%global svnrevision 1616
+%global svnrevision 1690
Summary: ActiveSync over-the-air implementation for mobile syncing
Name: z-push
-Version: 2.0.6
+Version: 2.0.7
Release: 1%{?dist}
License: AGPLv3 with exceptions
Group: Applications/Productivity
@@ -200,6 +200,9 @@
%{_datadir}/%{name}/backend/zarafa/
%changelog
+* Sat Feb 23 2013 Robert Scheck <robert(a)fedoraproject.org> 2.0.7-1
+- Upgrade to 2.0.7
+
* Thu Dec 06 2012 Robert Scheck <robert(a)fedoraproject.org> 2.0.6-1
- Upgrade to 2.0.6
11 years, 10 months
rpms/z-push/devel .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 z-push.spec, 1.11, 1.12
by Robert Scheck
Author: robert
Update of /cvs/free/rpms/z-push/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv31359/devel
Modified Files:
.cvsignore sources z-push.spec
Log Message:
Upgrade to 2.0.7
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/z-push/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 6 Dec 2012 22:00:11 -0000 1.10
+++ .cvsignore 23 Feb 2013 15:36:11 -0000 1.11
@@ -1,2 +1,2 @@
-z-push-2.0.6-1616.tar.gz
+z-push-2.0.7-1690.tar.gz
z-push-permission.pdf
Index: sources
===================================================================
RCS file: /cvs/free/rpms/z-push/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 6 Dec 2012 22:00:11 -0000 1.10
+++ sources 23 Feb 2013 15:36:11 -0000 1.11
@@ -1,2 +1,2 @@
-3473446c5c894402400675234df857c6 z-push-2.0.6-1616.tar.gz
+b0dd7f6da6b6d6bac49266cca28a4140 z-push-2.0.7-1690.tar.gz
0d25be91b27fe7ebab16ed593c9fbf48 z-push-permission.pdf
Index: z-push.spec
===================================================================
RCS file: /cvs/free/rpms/z-push/devel/z-push.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- z-push.spec 6 Dec 2012 22:00:11 -0000 1.11
+++ z-push.spec 23 Feb 2013 15:36:11 -0000 1.12
@@ -1,8 +1,8 @@
-%global svnrevision 1616
+%global svnrevision 1690
Summary: ActiveSync over-the-air implementation for mobile syncing
Name: z-push
-Version: 2.0.6
+Version: 2.0.7
Release: 1%{?dist}
License: AGPLv3 with exceptions
Group: Applications/Productivity
@@ -200,6 +200,9 @@
%{_datadir}/%{name}/backend/zarafa/
%changelog
+* Sat Feb 23 2013 Robert Scheck <robert(a)fedoraproject.org> 2.0.7-1
+- Upgrade to 2.0.7
+
* Thu Dec 06 2012 Robert Scheck <robert(a)fedoraproject.org> 2.0.6-1
- Upgrade to 2.0.6
11 years, 10 months
rpms/kmodtool/F-18 kmodtool-kmodtool,1.7,1.8 kmodtool.spec,1.9,1.10
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/kmodtool/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30174/F-18
Modified Files:
kmodtool-kmodtool kmodtool.spec
Log Message:
Fix directory ownership for extra directory
Index: kmodtool-kmodtool
===================================================================
RCS file: /cvs/free/rpms/kmodtool/F-18/kmodtool-kmodtool,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kmodtool-kmodtool 26 May 2012 08:58:47 -0000 1.7
+++ kmodtool-kmodtool 23 Feb 2013 15:08:43 -0000 1.8
@@ -27,7 +27,7 @@
shopt -s extglob
myprog="kmodtool-${repo}"
-myver="0.12.0"
+myver="0.12.1"
kmodname=
build_kernels="current"
@@ -188,6 +188,7 @@
kernel ${kernel_uname_r} for the %{_target_cpu} family of processors.
%files -n kmod-${kmodname}-${kernel_uname_r}
%defattr(644,root,root,755)
+%dir /usr/lib/modules/${kernel_uname_r}/extra
/usr/lib/modules/${kernel_uname_r}/extra/${kmodname}/
Index: kmodtool.spec
===================================================================
RCS file: /cvs/free/rpms/kmodtool/F-18/kmodtool.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- kmodtool.spec 6 Sep 2012 22:22:38 -0000 1.9
+++ kmodtool.spec 23 Feb 2013 15:08:43 -0000 1.10
@@ -1,6 +1,6 @@
Name: kmodtool
Version: 1
-Release: 21%{?dist}
+Release: 22%{?dist}
Summary: Tool for building kmod packages
Group: Development/Tools
@@ -51,6 +51,9 @@
%{_datadir}/%{name}/
%changelog
+* Sat Feb 23 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1-22
+- Fix directory ownership rfbz#2684
+
* Mon Sep 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1-21
- Add ARM varriant
11 years, 10 months
rpms/kmodtool/devel kmodtool-kmodtool,1.7,1.8 kmodtool.spec,1.9,1.10
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/kmodtool/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30174/devel
Modified Files:
kmodtool-kmodtool kmodtool.spec
Log Message:
Fix directory ownership for extra directory
Index: kmodtool-kmodtool
===================================================================
RCS file: /cvs/free/rpms/kmodtool/devel/kmodtool-kmodtool,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- kmodtool-kmodtool 26 May 2012 08:58:47 -0000 1.7
+++ kmodtool-kmodtool 23 Feb 2013 15:08:43 -0000 1.8
@@ -27,7 +27,7 @@
shopt -s extglob
myprog="kmodtool-${repo}"
-myver="0.12.0"
+myver="0.12.1"
kmodname=
build_kernels="current"
@@ -188,6 +188,7 @@
kernel ${kernel_uname_r} for the %{_target_cpu} family of processors.
%files -n kmod-${kmodname}-${kernel_uname_r}
%defattr(644,root,root,755)
+%dir /usr/lib/modules/${kernel_uname_r}/extra
/usr/lib/modules/${kernel_uname_r}/extra/${kmodname}/
Index: kmodtool.spec
===================================================================
RCS file: /cvs/free/rpms/kmodtool/devel/kmodtool.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- kmodtool.spec 6 Sep 2012 22:22:38 -0000 1.9
+++ kmodtool.spec 23 Feb 2013 15:08:43 -0000 1.10
@@ -1,6 +1,6 @@
Name: kmodtool
Version: 1
-Release: 21%{?dist}
+Release: 22%{?dist}
Summary: Tool for building kmod packages
Group: Development/Tools
@@ -51,6 +51,9 @@
%{_datadir}/%{name}/
%changelog
+* Sat Feb 23 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1-22
+- Fix directory ownership rfbz#2684
+
* Mon Sep 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1-21
- Add ARM varriant
11 years, 10 months