rpms/gxine/F-20 sources, 1.2, 1.3 .cvsignore, 1.2, 1.3 gxine.spec, 1.2, 1.3 gxine-0.5.907-glib.patch, 1.1, NONE gxine-0.5.907-linkage.patch, 1.1, NONE
by Xavier Bachelot
Author: xavierb
Update of /cvs/free/rpms/gxine/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv29707
Modified Files:
sources .cvsignore gxine.spec
Removed Files:
gxine-0.5.907-glib.patch gxine-0.5.907-linkage.patch
Log Message:
gxine 0.5.908
Index: sources
===================================================================
RCS file: /cvs/free/rpms/gxine/F-20/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 23 Oct 2013 21:03:43 -0000 1.2
+++ sources 10 Jul 2014 20:25:48 -0000 1.3
@@ -1 +1 @@
-da83ba0e0e8794465b60419009029d2c gxine-0.5.907.tar.xz
+a49618d8d1fdad9e7d15aee4cc5fd15f gxine-0.5.908.tar.xz
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/gxine/F-20/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 23 Oct 2013 21:03:41 -0000 1.2
+++ .cvsignore 10 Jul 2014 20:25:48 -0000 1.3
@@ -1 +1 @@
-gxine-0.5.907.tar.xz
+gxine-0.5.908.tar.xz
Index: gxine.spec
===================================================================
RCS file: /cvs/free/rpms/gxine/F-20/gxine.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gxine.spec 23 Oct 2013 21:07:06 -0000 1.2
+++ gxine.spec 10 Jul 2014 20:25:48 -0000 1.3
@@ -1,6 +1,6 @@
Name: gxine
-Version: 0.5.907
-Release: 11%{?dist}
+Version: 0.5.908
+Release: 1%{?dist}
Summary: GTK frontend for the xine multimedia library
License: GPLv2+
@@ -10,10 +10,6 @@
Patch1: gxine-0.5.902-non-separate-toolbar.patch
# some multilib issues
Patch3: gxine-0.5.907-lirc.patch
-# fix linkage (hg 2275)
-Patch4: gxine-0.5.907-linkage.patch
-# including individual glib headers no longer supported (hg 2276)
-Patch5: gxine-0.5.907-glib.patch
BuildRequires: js-devel
BuildRequires: desktop-file-utils
@@ -57,8 +53,6 @@
%patch1 -p1 -b .non-separate-toolbar
%patch3 -p1 -b .lirc
-%patch4 -p1 -b .linkage
-%patch5 -p1 -b .glib
%{__sed} -i 's/Name=gxine/Name=GXine/' gxine.desktop.in
autoreconf -if
@@ -74,7 +68,6 @@
%install
-rm -rf $RPM_BUILD_ROOT
%make_install
# Remove .las
@@ -125,6 +118,9 @@
%{_libdir}/mozilla/plugins/gxineplugin.so
%changelog
+* Mon Jul 07 2014 Xavier Bachelot <xavier(a)bachelot.org> - 0.5.908-1
+- Update to 0.5.908.
+
* Wed Oct 23 2013 Xavier Bachelot <xavier(a)bachelot.org> - 0.5.907-11
- Rebuild for xine-lib 1.2.
--- gxine-0.5.907-glib.patch DELETED ---
--- gxine-0.5.907-linkage.patch DELETED ---
10 years, 4 months
rpms/netfabb-basic/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/netfabb-basic/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsl29504/rpms/netfabb-basic/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module netfabb-basic
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: netfabb-basic
# $Id: Makefile,v 1.1 2014/07/10 20:24:04 kwizart Exp $
NAME := netfabb-basic
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 ---
10 years, 4 months
rpms/netfabb-basic - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/netfabb-basic
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsl29504/rpms/netfabb-basic
Log Message:
Directory /cvs/nonfree/rpms/netfabb-basic added to the repository
10 years, 4 months
rpms/netfabb-basic Makefile, NONE, 1.1 import.log, NONE, 1.1 pkg.acl, NONE, 1.1
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/netfabb-basic
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsl29504/rpms/netfabb-basic
Added Files:
Makefile import.log pkg.acl
Log Message:
Setup of module netfabb-basic
--- NEW FILE Makefile ---
# Top level Makefile for module netfabb-basic
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 ---
10 years, 4 months
rpms/netfabb-basic/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/netfabb-basic/devel
In directory old02.ovh.rpmfusion.lan:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsl29504/rpms/netfabb-basic/devel
Log Message:
Directory /cvs/nonfree/rpms/netfabb-basic/devel added to the repository
10 years, 4 months
rpms/lpf-flash-plugin/F-19 flash-plugin.spec.in, 1.8, 1.9 lpf-flash-plugin.spec, 1.9, 1.10
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/lpf-flash-plugin/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10126
Modified Files:
flash-plugin.spec.in lpf-flash-plugin.spec
Log Message:
* Wed Jul 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.394-1
- Update to 11.2.202.394.
Index: flash-plugin.spec.in
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-flash-plugin/F-19/flash-plugin.spec.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- flash-plugin.spec.in 16 Jun 2014 21:25:17 -0000 1.8
+++ flash-plugin.spec.in 9 Jul 2014 12:38:16 -0000 1.9
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 11.2.202.378
+Version: 11.2.202.394
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
@@ -77,6 +77,9 @@
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Wed Jul 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.394-1
+- Update to 11.2.202.394.
+
* Mon Jun 16 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.378-1
- Update to 11.2.202.378.
Index: lpf-flash-plugin.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-flash-plugin/F-19/lpf-flash-plugin.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- lpf-flash-plugin.spec 16 Jun 2014 21:25:17 -0000 1.9
+++ lpf-flash-plugin.spec 9 Jul 2014 12:38:17 -0000 1.10
@@ -5,7 +5,7 @@
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-flash-plugin
-Version: 11.2.202.378
+Version: 11.2.202.394
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@
%changelog
+* Wed Jul 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.394-1
+- Update to 11.2.202.394.
+
* Mon Jun 16 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.378-1
- Update to 11.2.202.378.
10 years, 4 months
rpms/lpf-flash-plugin/F-20 flash-plugin.spec.in, 1.8, 1.9 lpf-flash-plugin.spec, 1.9, 1.10
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/lpf-flash-plugin/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10022
Modified Files:
flash-plugin.spec.in lpf-flash-plugin.spec
Log Message:
* Wed Jul 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.394-1
- Update to 11.2.202.394.
Index: flash-plugin.spec.in
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-flash-plugin/F-20/flash-plugin.spec.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- flash-plugin.spec.in 16 Jun 2014 21:25:04 -0000 1.8
+++ flash-plugin.spec.in 9 Jul 2014 12:37:43 -0000 1.9
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 11.2.202.378
+Version: 11.2.202.394
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
@@ -77,6 +77,9 @@
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Wed Jul 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.394-1
+- Update to 11.2.202.394.
+
* Mon Jun 16 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.378-1
- Update to 11.2.202.378.
Index: lpf-flash-plugin.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-flash-plugin/F-20/lpf-flash-plugin.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- lpf-flash-plugin.spec 16 Jun 2014 21:25:04 -0000 1.9
+++ lpf-flash-plugin.spec 9 Jul 2014 12:37:43 -0000 1.10
@@ -5,7 +5,7 @@
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-flash-plugin
-Version: 11.2.202.378
+Version: 11.2.202.394
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@
%changelog
+* Wed Jul 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.394-1
+- Update to 11.2.202.394.
+
* Mon Jun 16 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.378-1
- Update to 11.2.202.378.
10 years, 4 months
rpms/lpf-flash-plugin/devel flash-plugin.spec.in, 1.9, 1.10 lpf-flash-plugin.spec, 1.12, 1.13
by Simone Caronni
Author: slaanesh
Update of /cvs/nonfree/rpms/lpf-flash-plugin/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9916
Modified Files:
flash-plugin.spec.in lpf-flash-plugin.spec
Log Message:
* Wed Jul 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.394-1
- Update to 11.2.202.394.
Index: flash-plugin.spec.in
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-flash-plugin/devel/flash-plugin.spec.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- flash-plugin.spec.in 16 Jun 2014 21:24:42 -0000 1.9
+++ flash-plugin.spec.in 9 Jul 2014 12:37:13 -0000 1.10
@@ -2,7 +2,7 @@
%global __strip /bin/true
Name: flash-plugin
-Version: 11.2.202.378
+Version: 11.2.202.394
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player
@@ -77,6 +77,9 @@
%{_datadir}/icons/hicolor/*/apps/flash-player-properties.png
%changelog
+* Wed Jul 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.394-1
+- Update to 11.2.202.394.
+
* Mon Jun 16 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.378-1
- Update to 11.2.202.378.
Index: lpf-flash-plugin.spec
===================================================================
RCS file: /cvs/nonfree/rpms/lpf-flash-plugin/devel/lpf-flash-plugin.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- lpf-flash-plugin.spec 16 Jun 2014 21:24:42 -0000 1.12
+++ lpf-flash-plugin.spec 9 Jul 2014 12:37:13 -0000 1.13
@@ -5,7 +5,7 @@
%define target_pkg %(t=%{name}; echo ${t#lpf-})
Name: lpf-flash-plugin
-Version: 11.2.202.378
+Version: 11.2.202.394
Release: 1%{?dist}
Epoch: 1
Summary: Adobe Flash Player package bootstrap
@@ -67,6 +67,9 @@
%changelog
+* Wed Jul 09 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.394-1
+- Update to 11.2.202.394.
+
* Mon Jun 16 2014 Simone Caronni <negativo17(a)gmail.com> - 1:11.2.202.378-1
- Update to 11.2.202.378.
10 years, 4 months
rpms/mate-applet-streamer/F-19 mate-applet-streamer.spec,1.3,1.4
by Wolfgang Ulbrich
Author: raveit65
Update of /cvs/free/rpms/mate-applet-streamer/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8253
Modified Files:
mate-applet-streamer.spec
Log Message:
* Wed Jul 09 2014 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 0.1.0-1
- update to 0.1.0
Index: mate-applet-streamer.spec
===================================================================
RCS file: /cvs/free/rpms/mate-applet-streamer/F-19/mate-applet-streamer.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mate-applet-streamer.spec 28 Dec 2013 14:35:15 -0000 1.3
+++ mate-applet-streamer.spec 9 Jul 2014 10:18:45 -0000 1.4
@@ -1,11 +1,11 @@
Name: mate-applet-streamer
-Version: 0.0.5
+Version: 0.1.0
Release: 1%{?dist}
Summary: MATE online radio streamer applet
Group: Applications/System
License: GPLv2+
URL: http://www.zavedil.com/online-radio-applet
-Source: http://www.zavedil.com/wp-content/uploads/2013/11/%{name}-%{version}.tar.gz
+Source: http://www.zavedil.com/wp-content/uploads/2014/04/%{name}-%{version}.tar.gz
BuildRequires: libnotify-devel
BuildRequires: gstreamer1-devel
@@ -67,6 +67,9 @@
%changelog
+* Wed Jul 09 2014 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 0.1.0-1
+- update to 0.1.0
+
* Sat Dec 28 2013 Wolfgang Ulbrich <chat-to-me(a)raveit.de> - 0.0.5-1
- update to 0.0.5
10 years, 4 months
rpms/mate-applet-streamer/F-19 .cvsignore,1.4,1.5 sources,1.4,1.5
by Wolfgang Ulbrich
Author: raveit65
Update of /cvs/free/rpms/mate-applet-streamer/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv8182
Modified Files:
.cvsignore sources
Log Message:
upload 0.1.0 source
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mate-applet-streamer/F-19/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 28 Dec 2013 14:32:16 -0000 1.4
+++ .cvsignore 9 Jul 2014 10:17:05 -0000 1.5
@@ -1 +1 @@
-mate-applet-streamer-0.0.5.tar.gz
+mate-applet-streamer-0.1.0.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mate-applet-streamer/F-19/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 28 Dec 2013 14:32:16 -0000 1.4
+++ sources 9 Jul 2014 10:17:05 -0000 1.5
@@ -1 +1 @@
-c974612d6ef8138c472511dbc6587013 mate-applet-streamer-0.0.5.tar.gz
+e107ed33c8563585f50335f9905330d2 mate-applet-streamer-0.1.0.tar.gz
10 years, 4 months