rpms/ffmpeg/F-17 .cvsignore, 1.36, 1.37 ffmpeg.spec, 1.65, 1.66 sources, 1.36, 1.37
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/ffmpeg/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30797
Modified Files:
.cvsignore ffmpeg.spec sources
Log Message:
* Wed Oct 31 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.10.6-1
- Updated to 0.10.6
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-17/.cvsignore,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- .cvsignore 4 Oct 2012 17:00:02 -0000 1.36
+++ .cvsignore 31 Oct 2012 20:41:00 -0000 1.37
@@ -1 +1 @@
-ffmpeg-0.10.5.tar.bz2
+ffmpeg-0.10.6.tar.bz2
Index: ffmpeg.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-17/ffmpeg.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ffmpeg.spec 4 Oct 2012 17:00:02 -0000 1.65
+++ ffmpeg.spec 31 Oct 2012 20:41:00 -0000 1.66
@@ -11,7 +11,7 @@
Summary: Digital VCR and streaming server
Name: ffmpeg
-Version: 0.10.5
+Version: 0.10.6
Release: 1%{?date}%{?date:git}%{?rel}%{?dist}
%if 0%{?_with_amr:1}
License: GPLv3+
@@ -280,6 +280,9 @@
%changelog
+* Wed Oct 31 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.10.6-1
+- Updated to 0.10.6
+
* Thu Oct 04 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 0.10.5-1
- Updated to 0.10.5
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpeg/F-17/sources,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- sources 4 Oct 2012 17:00:03 -0000 1.36
+++ sources 31 Oct 2012 20:41:00 -0000 1.37
@@ -1 +1 @@
-f1384d0312f95d6294e017fc38318521 ffmpeg-0.10.5.tar.bz2
+30dec94c65ae9a8cec9b950b158abd1c ffmpeg-0.10.6.tar.bz2
12 years
rpms/sox-plugins-freeworld/devel 01-Don-t-build-libgsm-avoid-no-portability-warnings.patch, NONE, 1.1 07-Dont-configure-libgsm.patch, NONE, 1.1 07-dont-configure-external-components.patch, NONE, 1.1 sox-plugins-freeworld.spec, 1.3, 1.4 01-making-autoreconf-possible.patch, 1.1, NONE 02-reconfigured-using-autoreconf.patch, 1.1, NONE 03-adding-support-for-without-lpc.patch, 1.1, NONE 04-nuking-libgsm-from-build-system.patch, 1.1, NONE 06-fix-compile-error.patch, 1.1, NONE 07-ignore-internal-libgsm.patch, 1.1,
by Richard Shaw
Author: hobbes1069
Update of /cvs/free/rpms/sox-plugins-freeworld/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv13882
Modified Files:
sox-plugins-freeworld.spec
Added Files:
01-Don-t-build-libgsm-avoid-no-portability-warnings.patch
07-Dont-configure-libgsm.patch
07-dont-configure-external-components.patch
Removed Files:
01-making-autoreconf-possible.patch
02-reconfigured-using-autoreconf.patch
03-adding-support-for-without-lpc.patch
04-nuking-libgsm-from-build-system.patch
06-fix-compile-error.patch 07-ignore-internal-libgsm.patch
Log Message:
* Sun Oct 28 2012 Richard Shaw <hobbes1069(a)gmail.com> - 14.4.0-1
- Update to latest upstream release.
01-Don-t-build-libgsm-avoid-no-portability-warnings.patch:
Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- NEW FILE 01-Don-t-build-libgsm-avoid-no-portability-warnings.patch ---
>From eedd4cd96effe6aca62d432c2b2b1e2be27a0a74 Mon Sep 17 00:00:00 2001
From: Alec Leamas <alec(a)tests.notat.diaspora.com>
Date: Tue, 30 Oct 2012 20:33:27 +0100
Subject: [PATCH 1/2] Don't build libgsm, avoid no-portability warnings.
---
Makefile.am | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 089b014..36bcbe9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,9 +1,10 @@
## Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4
+AUTOMAKE_OPTIONS = -Wno-portability
-SUBDIRS = lpc10 libgsm src
-DIST_SUBDIRS = lpc10 libgsm src msvc9 msvc10
+SUBDIRS = lpc10 src
+DIST_SUBDIRS = lpc10 src msvc9 msvc10
RM = rm -f
--
1.7.11.4
07-Dont-configure-libgsm.patch:
configure.ac | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- NEW FILE 07-Dont-configure-libgsm.patch ---
>From 8b418699dacae8cdab1d5b72fdf9b1bcf31f6133 Mon Sep 17 00:00:00 2001
From: Alec Leamas <alec(a)tests.notat.diaspora.com>
Date: Tue, 30 Oct 2012 20:38:19 +0100
Subject: [PATCH] Dont configure libgsm
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 9117695..d141104 100644
--- a/configure.ac
+++ b/configure.ac
@@ -603,7 +603,7 @@ AC_SUBST(PLAYRECLINKS)
AM_CONDITIONAL(STATIC_LIBSOX_ONLY, test "$enable_shared" = "no" -a "$enable_static" = "yes")
dnl Generate output files.
-AC_CONFIG_FILES(Makefile src/Makefile libgsm/Makefile lpc10/Makefile msvc9/Makefile msvc10/Makefile sox.pc)
+AC_CONFIG_FILES(Makefile src/Makefile lpc10/Makefile msvc9/Makefile msvc10/Makefile sox.pc)
AC_OUTPUT
if test "$using_gsm" != "no"; then
--
1.7.11.4
07-dont-configure-external-components.patch:
configure.ac | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
--- NEW FILE 07-dont-configure-external-components.patch ---
>From 9fbca4af083e29edacb620537466d1cd20914c63 Mon Sep 17 00:00:00 2001
From: Alec Leamas <alec(a)tests.notat.diaspora.com>
Date: Tue, 30 Oct 2012 20:38:19 +0100
Subject: [PATCH 3/3] Don't configure out-of-tree components.
Avoid creation of Makefile in components where external ones are
instead (lpc10, libgsm).
---
configure.ac | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 9117695..bfc804f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -602,23 +602,23 @@ AC_SUBST(PLAYRECLINKS)
AM_CONDITIONAL(STATIC_LIBSOX_ONLY, test "$enable_shared" = "no" -a "$enable_static" = "yes")
-dnl Generate output files.
-AC_CONFIG_FILES(Makefile src/Makefile libgsm/Makefile lpc10/Makefile msvc9/Makefile msvc10/Makefile sox.pc)
-AC_OUTPUT
-
if test "$using_gsm" != "no"; then
if test "$found_libgsm" = "yes"; then
gsm_option="(external)"
+ gsm_makefile=""
else
gsm_option="(in-tree)"
+ gsm_makefile="libgsm/Makefile"
fi
fi
if test "$using_lpc10" != "no"; then
if test "$found_liblpc10" = "yes"; then
lpc10_option="(external)"
+ lpc10_makefile=""
else
lpc10_option="(in-tree)"
+ lpc10_makefile="lpc10/Makefile"
fi
fi
@@ -628,6 +628,11 @@ else
pkgconfig_option="$with_pkgconfigdir"
fi
+dnl Generate output files.
+AC_CONFIG_FILES(Makefile src/Makefile $libgsm_makefile $lpc10_makefile msvc9/Makefile msvc10/Makefile sox.pc)
+
+AC_OUTPUT
+
# Report configuration.
echo
echo "BUILD OPTIONS"
--
1.7.11.4
Index: sox-plugins-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/sox-plugins-freeworld/devel/sox-plugins-freeworld.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sox-plugins-freeworld.spec 28 Oct 2012 13:26:08 -0000 1.3
+++ sox-plugins-freeworld.spec 31 Oct 2012 14:27:44 -0000 1.4
@@ -9,14 +9,11 @@
Group: Applications/Multimedia
URL: http://sox.sourceforge.net/
-Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/%{realname}/sox-%{version}.tar.gz
-Patch0: 01-making-autoreconf-possible.patch
-Patch1: 02-reconfigured-using-autoreconf.patch
-Patch2: 03-adding-support-for-without-lpc.patch
-Patch3: 04-nuking-libgsm-from-build-system.patch
-Patch4: 06-fix-compile-error.patch
-Patch5: 07-ignore-internal-libgsm.patch
+Patch0: 01-Don-t-build-libgsm-avoid-no-portability-warnings.patch
+#Patch1: 07-dont-configure-external-components.patch
+Patch1: 07-Dont-configure-libgsm.patch
BuildRequires: libvorbis-devel
BuildRequires: alsa-lib-devel, libtool-ltdl-devel, libsamplerate-devel
@@ -46,19 +43,13 @@
%setup -q -n %{realname}-%{version}
%patch0 -p1
%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-# Only appliy for ffmpeg 0.8 and above
-%if %fedora >= 16
-%patch4 -p1
-%endif
-%patch5 -p1
# Remove bundled libs
rm -rf libgsm
# lpc10 has no upstream so consider it a private lib.
# See http://lists.rpmfusion.org/pipermail/rpmfusion-developers/2012-March/0120...
#rm -rf lpc10
+rm -f m4/libtool.m4
%build
@@ -66,7 +57,6 @@
autoreconf -if
%configure --enable-static=no \
--with-dyn-default \
- --with-lpc10 \
--with-gsm=dyn \
--includedir=%{_includedir}/sox \
--with-distro=Fedora
--- 01-making-autoreconf-possible.patch DELETED ---
--- 02-reconfigured-using-autoreconf.patch DELETED ---
--- 03-adding-support-for-without-lpc.patch DELETED ---
--- 04-nuking-libgsm-from-build-system.patch DELETED ---
--- 06-fix-compile-error.patch DELETED ---
--- 07-ignore-internal-libgsm.patch DELETED ---
12 years
rpms/gnome-shell-extension-weather/F-18 .cvsignore, 1.8, 1.9 gnome-shell-extension-weather.spec, 1.8, 1.9 sources, 1.8, 1.9
by Mattia Meneguzzo
Author: odysseus
Update of /cvs/free/rpms/gnome-shell-extension-weather/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17335
Modified Files:
.cvsignore gnome-shell-extension-weather.spec sources
Log Message:
* Tue Oct 30 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.9.gitf7c4aea
- Update to latest upstream version (now compatible with Gnome 3.6)
- Update requirements (at least version 3.4 of Gnome Shell is required)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/F-18/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 24 Oct 2012 20:05:29 -0000 1.8
+++ .cvsignore 30 Oct 2012 21:00:13 -0000 1.9
@@ -1 +1 @@
-Neroth-gnome-shell-extension-weather-6c1d6ab.tar.gz
+Neroth-gnome-shell-extension-weather-f7c4aea.tar.gz
Index: gnome-shell-extension-weather.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/F-18/gnome-shell-extension-weather.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnome-shell-extension-weather.spec 22 Oct 2012 20:15:53 -0000 1.8
+++ gnome-shell-extension-weather.spec 30 Oct 2012 21:00:13 -0000 1.9
@@ -1,11 +1,11 @@
-%global git 6c1d6ab
+%global git f7c4aea
%global uuid weather(a)gnome-shell-extensions.gnome.org
%global github Neroth-gnome-shell-extension-weather
%global checkout git%{git}
Name: gnome-shell-extension-weather
Version: 0
-Release: 0.8.%{checkout}%{?dist}
+Release: 0.9.%{checkout}%{?dist}
Summary: An extension for displaying weather notifications in GNOME Shell
Group: User Interface/Desktops
@@ -15,7 +15,7 @@
BuildArch: noarch
BuildRequires: autoconf >= 2.53, automake >= 1.9, desktop-file-utils, glib2-devel, gnome-common >= 3.1.0, intltool >= 0.25
-Requires: gnome-shell >= 3.2.0, seed
+Requires: gnome-shell >= 3.4.0, seed
%description
gnome-shell-extension-weather is a simple extension for displaying weather
@@ -51,6 +51,10 @@
%{_datadir}/gnome-shell/extensions/%{uuid}/
%changelog
+* Tue Oct 30 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.9.gitf7c4aea
+- Update to latest upstream version (now compatible with Gnome 3.6)
+- Update requirements (at least version 3.4 of Gnome Shell is required)
+
* Mon Oct 22 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.8.git6c1d6ab
- Update to latest upstream version
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/F-18/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 24 Oct 2012 20:05:29 -0000 1.8
+++ sources 30 Oct 2012 21:00:13 -0000 1.9
@@ -1 +1 @@
-b08f45a913b9b1f6027adfabe2e73f6e Neroth-gnome-shell-extension-weather-6c1d6ab.tar.gz
+a56bf6a08ddca45b636c249c3fae2685 Neroth-gnome-shell-extension-weather-f7c4aea.tar.gz
12 years
rpms/gnome-shell-extension-weather/F-17 .cvsignore, 1.8, 1.9 gnome-shell-extension-weather.spec, 1.8, 1.9 sources, 1.8, 1.9
by Mattia Meneguzzo
Author: odysseus
Update of /cvs/free/rpms/gnome-shell-extension-weather/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv17140
Modified Files:
.cvsignore gnome-shell-extension-weather.spec sources
Log Message:
* Tue Oct 30 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.9.gitf7c4aea
- Update to latest upstream version (now compatible with Gnome 3.6)
- Update requirements (at least version 3.4 of Gnome Shell is required)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/F-17/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 24 Oct 2012 20:03:47 -0000 1.8
+++ .cvsignore 30 Oct 2012 20:58:46 -0000 1.9
@@ -1 +1 @@
-Neroth-gnome-shell-extension-weather-6c1d6ab.tar.gz
+Neroth-gnome-shell-extension-weather-f7c4aea.tar.gz
Index: gnome-shell-extension-weather.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/F-17/gnome-shell-extension-weather.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnome-shell-extension-weather.spec 22 Oct 2012 20:14:35 -0000 1.8
+++ gnome-shell-extension-weather.spec 30 Oct 2012 20:58:46 -0000 1.9
@@ -1,11 +1,11 @@
-%global git 6c1d6ab
+%global git f7c4aea
%global uuid weather(a)gnome-shell-extensions.gnome.org
%global github Neroth-gnome-shell-extension-weather
%global checkout git%{git}
Name: gnome-shell-extension-weather
Version: 0
-Release: 0.8.%{checkout}%{?dist}
+Release: 0.9.%{checkout}%{?dist}
Summary: An extension for displaying weather notifications in GNOME Shell
Group: User Interface/Desktops
@@ -15,7 +15,7 @@
BuildArch: noarch
BuildRequires: autoconf >= 2.53, automake >= 1.9, desktop-file-utils, glib2-devel, gnome-common >= 3.1.0, intltool >= 0.25
-Requires: gnome-shell >= 3.2.0, seed
+Requires: gnome-shell >= 3.4.0, seed
%description
gnome-shell-extension-weather is a simple extension for displaying weather
@@ -51,6 +51,10 @@
%{_datadir}/gnome-shell/extensions/%{uuid}/
%changelog
+* Tue Oct 30 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.9.gitf7c4aea
+- Update to latest upstream version (now compatible with Gnome 3.6)
+- Update requirements (at least version 3.4 of Gnome Shell is required)
+
* Mon Oct 22 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.8.git6c1d6ab
- Update to latest upstream version
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/F-17/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 24 Oct 2012 20:03:48 -0000 1.8
+++ sources 30 Oct 2012 20:58:46 -0000 1.9
@@ -1 +1 @@
-b08f45a913b9b1f6027adfabe2e73f6e Neroth-gnome-shell-extension-weather-6c1d6ab.tar.gz
+a56bf6a08ddca45b636c249c3fae2685 Neroth-gnome-shell-extension-weather-f7c4aea.tar.gz
12 years
rpms/gnome-shell-extension-weather/devel .cvsignore, 1.8, 1.9 gnome-shell-extension-weather.spec, 1.8, 1.9 sources, 1.8, 1.9
by Mattia Meneguzzo
Author: odysseus
Update of /cvs/free/rpms/gnome-shell-extension-weather/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16918
Modified Files:
.cvsignore gnome-shell-extension-weather.spec sources
Log Message:
* Tue Oct 30 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.9.gitf7c4aea
- Update to latest upstream version (now compatible with Gnome 3.6)
- Update requirements (at least version 3.4 of Gnome Shell is required)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 22 Oct 2012 20:22:59 -0000 1.8
+++ .cvsignore 30 Oct 2012 20:57:02 -0000 1.9
@@ -1 +1 @@
-Neroth-gnome-shell-extension-weather-6c1d6ab.tar.gz
+Neroth-gnome-shell-extension-weather-f7c4aea.tar.gz
Index: gnome-shell-extension-weather.spec
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/devel/gnome-shell-extension-weather.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gnome-shell-extension-weather.spec 22 Oct 2012 20:11:40 -0000 1.8
+++ gnome-shell-extension-weather.spec 30 Oct 2012 20:57:02 -0000 1.9
@@ -1,11 +1,11 @@
-%global git 6c1d6ab
+%global git f7c4aea
%global uuid weather(a)gnome-shell-extensions.gnome.org
%global github Neroth-gnome-shell-extension-weather
%global checkout git%{git}
Name: gnome-shell-extension-weather
Version: 0
-Release: 0.8.%{checkout}%{?dist}
+Release: 0.9.%{checkout}%{?dist}
Summary: An extension for displaying weather notifications in GNOME Shell
Group: User Interface/Desktops
@@ -15,7 +15,7 @@
BuildArch: noarch
BuildRequires: autoconf >= 2.53, automake >= 1.9, desktop-file-utils, glib2-devel, gnome-common >= 3.1.0, intltool >= 0.25
-Requires: gnome-shell >= 3.2.0, seed
+Requires: gnome-shell >= 3.4.0, seed
%description
gnome-shell-extension-weather is a simple extension for displaying weather
@@ -51,6 +51,10 @@
%{_datadir}/gnome-shell/extensions/%{uuid}/
%changelog
+* Tue Oct 30 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.9.gitf7c4aea
+- Update to latest upstream version (now compatible with Gnome 3.6)
+- Update requirements (at least version 3.4 of Gnome Shell is required)
+
* Mon Oct 22 2012 Mattia Meneguzzo <odysseus(a)fedoraproject.org> - 0-0.8.git6c1d6ab
- Update to latest upstream version
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gnome-shell-extension-weather/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 22 Oct 2012 20:22:59 -0000 1.8
+++ sources 30 Oct 2012 20:57:02 -0000 1.9
@@ -1 +1 @@
-b08f45a913b9b1f6027adfabe2e73f6e Neroth-gnome-shell-extension-weather-6c1d6ab.tar.gz
+a56bf6a08ddca45b636c249c3fae2685 Neroth-gnome-shell-extension-weather-f7c4aea.tar.gz
12 years
rpms/edgar/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/edgar/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsC16048/rpms/edgar/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module edgar
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: edgar
# $Id: Makefile,v 1.1 2012/10/30 20:42:25 kwizart Exp $
NAME := edgar
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
12 years
rpms/edgar Makefile,NONE,1.1 import.log,NONE,1.1 pkg.acl,NONE,1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/edgar
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsC16048/rpms/edgar
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module edgar
--- NEW FILE Makefile ---
# Top level Makefile for module edgar
all : CVS/Root common-update
@cvs update
common-update : common
@cd common && cvs update
common : CVS/Root
@cvs checkout common
CVS/Root :
@echo "ERROR: This does not look like a CVS checkout" && exit 1
clean :
@find . -type f -name *~ -exec rm -fv {} \;
--- NEW FILE import.log ---
--- NEW FILE pkg.acl ---
12 years
rpms/edgar/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/edgar/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsC16048/rpms/edgar/devel
Log Message:
Directory /cvs/nonfree/rpms/edgar/devel added to the repository
12 years
rpms/edgar - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/edgar
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsC16048/rpms/edgar
Log Message:
Directory /cvs/nonfree/rpms/edgar added to the repository
12 years
rpms/autopano-sift-C/devel autopano-sift-C.spec,1.9,1.10
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/autopano-sift-C/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv14345/devel
Modified Files:
autopano-sift-C.spec
Log Message:
Rebuilt
Index: autopano-sift-C.spec
===================================================================
RCS file: /cvs/free/rpms/autopano-sift-C/devel/autopano-sift-C.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- autopano-sift-C.spec 2 Mar 2012 22:07:05 -0000 1.9
+++ autopano-sift-C.spec 30 Oct 2012 20:05:42 -0000 1.10
@@ -1,7 +1,7 @@
Summary: SIFT feature detection
Name: autopano-sift-C
Version: 2.5.1
-Release: 6%{?dist}
+Release: 7%{?dist}
License: GPLv2
Group: Applications/Multimedia
Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.gz
@@ -47,6 +47,9 @@
%{_mandir}/man7/autopano-sift-c.7.gz
%changelog
+* Tue Oct 30 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.5.1-7
+- Rebuilt
+
* Fri Mar 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 2.5.1-6
- Rebuilt for c++ ABI breakage
12 years