rpms/pgplot/devel pgplot.spec,1.12,1.13
by Sergio Pascual
Author: sergiopr
Update of /cvs/nonfree/rpms/pgplot/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15448
Modified Files:
pgplot.spec
Log Message:
* Sun Oct 26 2014 Sergio Pascual <sergio.pasra(a)gmail.com> - 5.2.2-38
- Update tcl abi to 8.6
Index: pgplot.spec
===================================================================
RCS file: /cvs/nonfree/rpms/pgplot/devel/pgplot.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pgplot.spec 25 Oct 2014 15:53:29 -0000 1.12
+++ pgplot.spec 26 Oct 2014 18:49:04 -0000 1.13
@@ -3,7 +3,7 @@
Name: pgplot
%define lvmajor 5
Version: 5.2.2
-Release: 37%{?dist}
+Release: 38%{?dist}
Summary: Graphic library for making simple scientific graphs
Group: Development/Libraries
@@ -68,7 +68,7 @@
Summary: Tcl/Tk driver for %{name}
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
-Requires: tcl(abi) = 8.5
+Requires: tcl(abi) = 8.6
Provides: tk-%{name} = %{version}-%{release}
%description -n tcl-%{name}
@@ -219,6 +219,9 @@
%{_bindir}/*
%changelog
+* Sun Oct 26 2014 Sergio Pascual <sergio.pasra(a)gmail.com> - 5.2.2-38
+- Update tcl abi to 8.6
+
* Sat Oct 25 2014 Sérgio Basto <sergio(a)serjux.com> - 5.2.2-37
- Rebuild for new tcl-8.6
10 years
rpms/vdr-skindesigner/F-20 vdr-skindesigner.spec, 1.10, 1.11 vdr-skindesigner-stable.spec, 1.1, NONE
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-skindesigner/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9955/F-20
Added Files:
vdr-skindesigner.spec
Removed Files:
vdr-skindesigner-stable.spec
Log Message:
Index: vdr-skindesigner.spec
===================================================================
RCS file: vdr-skindesigner.spec
diff -N vdr-skindesigner.spec
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ vdr-skindesigner.spec 26 Oct 2014 15:01:45 -0000 1.11
@@ -0,0 +1,113 @@
+Name: vdr-skindesigner
+Version: 0.0.3
+Release: 1%{?dist}
+Summary: A VDR skinning engine that displays XML based Skins
+
+Group: Applications/Multimedia
+License: GPLv2+
+URL: http://projects.vdr-developer.org/projects/plg-skindesigner
+Source0: http://projects.vdr-developer.org/attachments/download/1813/vdr-skindesig...
+# Configuration files for plugin parameters. These are Fedora specific and not in upstream.
+Source1: %{name}.conf
+
+BuildRequires: vdr-devel >= 2.0.0
+BuildRequires: gettext
+BuildRequires: libcurl-devel
+BuildRequires: libxml2-devel
+BuildRequires: freetype-devel
+BuildRequires: fontconfig-devel
+BuildRequires: GraphicsMagick-c++-devel
+Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
+Requires: vdr-softhddevice
+Requires: vdr-epgsearch
+
+%description
+SkinDesigner is a powerfull tool to create VDR Skins based on Skindesigner
+specific XML Code. The following documentation shows the SkinDesigner
+"internals" so that new Skinners get easily an overview how Skindesigner works.
+Hopefully all your open questions are answerd, if not, feel free to ask in
+VDR Portal.
+
+%package data
+Summary: Icons xml files for %{name}
+Group: Applications/Multimedia
+BuildArch: noarch
+Requires: %{name} = %{version}-%{release}
+
+%description data
+This package contains icons and xml files.
+
+%prep
+%setup -q -n skindesigner-%{version}
+
+%build
+make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" IMAGELIB=graphicsmagick %{?_smp_mflags} all
+
+%install
+# make install would install the themes under /etc, let's not use that
+make install-lib install-i18n DESTDIR=%{buildroot} INSTALL="install -p"
+# install the themes to the custom location used in Fedora
+install -dm 755 %{buildroot}%{vdr_vardir}/themes
+install -pm 644 themes/*.theme %{buildroot}%{vdr_vardir}/themes/
+
+install -dm 755 %{buildroot}%{vdr_resdir}/plugins/skindesigner/skins
+cp -pR skins/* %{buildroot}%{vdr_resdir}/plugins/skindesigner/skins
+
+# tvguide.conf
+install -Dpm 644 %{SOURCE1} \
+ %{buildroot}%{_sysconfdir}/sysconfig/vdr-plugins.d/skindesigner.conf
+
+
+%find_lang %{name}
+
+%files -f %{name}.lang
+%doc COPYING HISTORY README
+%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/skindesigner.conf
+%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
+%{vdr_vardir}/themes/nopacity-*.theme
+
+%files data
+%{vdr_resdir}/plugins/skindesigner/
+
+
+%changelog
+* Sun Oct 26 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.3-1
+- Update to 0.0.3
+
+* Sat Oct 25 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-12.20141025gitee39eb8
+- rebuild for new git release
+
+* Sat Oct 25 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-11.20141023git69af1d5
+- rebuild for new git release
+
+* Mon Oct 20 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-10.20141020git1809656
+- rebuild for new git release
+
+* Sun Oct 19 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-9.20141019git49c6ef5
+- rebuild for new git release
+
+* Sun Oct 19 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-8.20141019git4d0e2e7
+- rebuild for new git release
+
+* Sat Oct 18 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-7.20141018git762115b
+- rebuild for new git release
+
+* Wed Oct 15 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-6.20141015git6b16f46
+- rebuild for new git release
+
+* Sat Oct 11 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-5.20141011git71aed6f
+- rebuild for new git release
+
+* Tue Oct 07 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-4.20141007giteebe8ac
+- rebuild for new git release
+
+* Sun Oct 05 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-3.20141004gite14982a
+- make install preserve timestamps
+- added main directory in section %%files data in order to own all its sub-directories and files.
+
+* Sat Oct 04 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-2.20141004gite14982a
+- rebuild for new git release
+
+* Sat Oct 04 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-1.20141004gite688ad96
+- Initial build
+
--- vdr-skindesigner-stable.spec DELETED ---
10 years
rpms/vdr-skindesigner/devel vdr-skindesigner-stable.spec, NONE, 1.1 .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 vdr-skindesigner.spec, 1.9, NONE
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-skindesigner/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9624/devel
Modified Files:
.cvsignore sources
Added Files:
vdr-skindesigner-stable.spec
Removed Files:
vdr-skindesigner.spec
Log Message:
--- NEW FILE vdr-skindesigner-stable.spec ---
Name: vdr-skindesigner
Version: 0.0.3
Release: 1%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
Group: Applications/Multimedia
License: GPLv2+
URL: http://projects.vdr-developer.org/projects/plg-skindesigner
Source0: http://projects.vdr-developer.org/attachments/download/1813/vdr-skindesig...
# Configuration files for plugin parameters. These are Fedora specific and not in upstream.
Source1: %{name}.conf
BuildRequires: vdr-devel >= 2.0.0
BuildRequires: gettext
BuildRequires: libcurl-devel
BuildRequires: libxml2-devel
BuildRequires: freetype-devel
BuildRequires: fontconfig-devel
BuildRequires: GraphicsMagick-c++-devel
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
Requires: vdr-softhddevice
Requires: vdr-epgsearch
%description
SkinDesigner is a powerfull tool to create VDR Skins based on Skindesigner
specific XML Code. The following documentation shows the SkinDesigner
"internals" so that new Skinners get easily an overview how Skindesigner works.
Hopefully all your open questions are answerd, if not, feel free to ask in
VDR Portal.
%package data
Summary: Icons xml files for %{name}
Group: Applications/Multimedia
BuildArch: noarch
Requires: %{name} = %{version}-%{release}
%description data
This package contains icons and xml files.
%prep
%setup -q -n skindesigner-%{version}
%build
make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" IMAGELIB=graphicsmagick %{?_smp_mflags} all
%install
# make install would install the themes under /etc, let's not use that
make install-lib install-i18n DESTDIR=%{buildroot} INSTALL="install -p"
# install the themes to the custom location used in Fedora
install -dm 755 %{buildroot}%{vdr_vardir}/themes
install -pm 644 themes/*.theme %{buildroot}%{vdr_vardir}/themes/
install -dm 755 %{buildroot}%{vdr_resdir}/plugins/skindesigner/skins
cp -pR skins/* %{buildroot}%{vdr_resdir}/plugins/skindesigner/skins
# tvguide.conf
install -Dpm 644 %{SOURCE1} \
%{buildroot}%{_sysconfdir}/sysconfig/vdr-plugins.d/skindesigner.conf
%find_lang %{name}
%files -f %{name}.lang
%doc COPYING HISTORY README
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/skindesigner.conf
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%{vdr_vardir}/themes/nopacity-*.theme
%files data
%{vdr_resdir}/plugins/skindesigner/
%changelog
* Sun Oct 26 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.3-1
- Update to 0.0.3
* Sat Oct 25 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-12.20141025gitee39eb8
- rebuild for new git release
* Sat Oct 25 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-11.20141023git69af1d5
- rebuild for new git release
* Mon Oct 20 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-10.20141020git1809656
- rebuild for new git release
* Sun Oct 19 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-9.20141019git49c6ef5
- rebuild for new git release
* Sun Oct 19 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-8.20141019git4d0e2e7
- rebuild for new git release
* Sat Oct 18 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-7.20141018git762115b
- rebuild for new git release
* Wed Oct 15 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-6.20141015git6b16f46
- rebuild for new git release
* Sat Oct 11 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-5.20141011git71aed6f
- rebuild for new git release
* Tue Oct 07 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-4.20141007giteebe8ac
- rebuild for new git release
* Sun Oct 05 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-3.20141004gite14982a
- make install preserve timestamps
- added main directory in section %%files data in order to own all its sub-directories and files.
* Sat Oct 04 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-2.20141004gite14982a
- rebuild for new git release
* Sat Oct 04 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-1.20141004gite688ad96
- Initial build
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 25 Oct 2014 14:19:02 -0000 1.10
+++ .cvsignore 26 Oct 2014 14:51:35 -0000 1.11
@@ -1 +1 @@
-vdr-plugin-skindesigner-ee39eb8066f977d2adb3be71b6c34a7d6af4a22c.tar.bz2
+vdr-skindesigner-0.0.3.tgz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 25 Oct 2014 14:19:02 -0000 1.10
+++ sources 26 Oct 2014 14:51:35 -0000 1.11
@@ -1 +1 @@
-09c20b499fa4ba33af28c36cd7772fc1 vdr-plugin-skindesigner-ee39eb8066f977d2adb3be71b6c34a7d6af4a22c.tar.bz2
+2c7aa5fc6ed0283944ff36e3c657b912 vdr-skindesigner-0.0.3.tgz
--- vdr-skindesigner.spec DELETED ---
10 years
rpms/vdr-skindesigner/F-20 vdr-skindesigner-stable.spec, NONE, 1.1 .cvsignore, 1.10, 1.11 sources, 1.10, 1.11 vdr-skindesigner.spec, 1.9, NONE
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-skindesigner/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9416/F-20
Modified Files:
.cvsignore sources
Added Files:
vdr-skindesigner-stable.spec
Removed Files:
vdr-skindesigner.spec
Log Message:
--- NEW FILE vdr-skindesigner-stable.spec ---
Name: vdr-skindesigner
Version: 0.0.3
Release: 1%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
Group: Applications/Multimedia
License: GPLv2+
URL: http://projects.vdr-developer.org/projects/plg-skindesigner
Source0: http://projects.vdr-developer.org/attachments/download/1813/vdr-skindesig...
# Configuration files for plugin parameters. These are Fedora specific and not in upstream.
Source1: %{name}.conf
BuildRequires: vdr-devel >= 2.0.0
BuildRequires: gettext
BuildRequires: libcurl-devel
BuildRequires: libxml2-devel
BuildRequires: freetype-devel
BuildRequires: fontconfig-devel
BuildRequires: GraphicsMagick-c++-devel
Requires: vdr(abi)%{?_isa} = %{vdr_apiversion}
Requires: vdr-softhddevice
Requires: vdr-epgsearch
%description
SkinDesigner is a powerfull tool to create VDR Skins based on Skindesigner
specific XML Code. The following documentation shows the SkinDesigner
"internals" so that new Skinners get easily an overview how Skindesigner works.
Hopefully all your open questions are answerd, if not, feel free to ask in
VDR Portal.
%package data
Summary: Icons xml files for %{name}
Group: Applications/Multimedia
BuildArch: noarch
Requires: %{name} = %{version}-%{release}
%description data
This package contains icons and xml files.
%prep
%setup -q -n skindesigner-%{version}
%build
make CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC" IMAGELIB=graphicsmagick %{?_smp_mflags} all
%install
# make install would install the themes under /etc, let's not use that
make install-lib install-i18n DESTDIR=%{buildroot} INSTALL="install -p"
# install the themes to the custom location used in Fedora
install -dm 755 %{buildroot}%{vdr_vardir}/themes
install -pm 644 themes/*.theme %{buildroot}%{vdr_vardir}/themes/
install -dm 755 %{buildroot}%{vdr_resdir}/plugins/skindesigner/skins
cp -pR skins/* %{buildroot}%{vdr_resdir}/plugins/skindesigner/skins
# tvguide.conf
install -Dpm 644 %{SOURCE1} \
%{buildroot}%{_sysconfdir}/sysconfig/vdr-plugins.d/skindesigner.conf
%find_lang %{name}
%files -f %{name}.lang
%doc COPYING HISTORY README
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/skindesigner.conf
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%{vdr_vardir}/themes/nopacity-*.theme
%files data
%{vdr_resdir}/plugins/skindesigner/
%changelog
* Sun Oct 26 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.3-1
- Update to 0.0.3
* Sat Oct 25 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-12.20141025gitee39eb8
- rebuild for new git release
* Sat Oct 25 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-11.20141023git69af1d5
- rebuild for new git release
* Mon Oct 20 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-10.20141020git1809656
- rebuild for new git release
* Sun Oct 19 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-9.20141019git49c6ef5
- rebuild for new git release
* Sun Oct 19 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-8.20141019git4d0e2e7
- rebuild for new git release
* Sat Oct 18 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-7.20141018git762115b
- rebuild for new git release
* Wed Oct 15 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-6.20141015git6b16f46
- rebuild for new git release
* Sat Oct 11 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-5.20141011git71aed6f
- rebuild for new git release
* Tue Oct 07 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-4.20141007giteebe8ac
- rebuild for new git release
* Sun Oct 05 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-3.20141004gite14982a
- make install preserve timestamps
- added main directory in section %%files data in order to own all its sub-directories and files.
* Sat Oct 04 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-2.20141004gite14982a
- rebuild for new git release
* Sat Oct 04 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-1.20141004gite688ad96
- Initial build
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/F-20/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore 25 Oct 2014 14:18:46 -0000 1.10
+++ .cvsignore 26 Oct 2014 14:51:06 -0000 1.11
@@ -1 +1 @@
-vdr-plugin-skindesigner-ee39eb8066f977d2adb3be71b6c34a7d6af4a22c.tar.bz2
+vdr-skindesigner-0.0.3.tgz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/F-20/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources 25 Oct 2014 14:18:46 -0000 1.10
+++ sources 26 Oct 2014 14:51:06 -0000 1.11
@@ -1 +1 @@
-09c20b499fa4ba33af28c36cd7772fc1 vdr-plugin-skindesigner-ee39eb8066f977d2adb3be71b6c34a7d6af4a22c.tar.bz2
+2c7aa5fc6ed0283944ff36e3c657b912 vdr-skindesigner-0.0.3.tgz
--- vdr-skindesigner.spec DELETED ---
10 years
rpms/ProjectX/devel ProjectX.spec,1.7,1.8
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/ProjectX/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24342
Modified Files:
ProjectX.spec
Log Message:
* Sat Oct 25 2014 Sérgio Basto <sergio(a)serjux.com> - 0.91.0-4
- add %{?dist} tag
Index: ProjectX.spec
===================================================================
RCS file: /cvs/free/rpms/ProjectX/devel/ProjectX.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ProjectX.spec 3 Mar 2013 21:46:16 -0000 1.7
+++ ProjectX.spec 25 Oct 2014 23:34:25 -0000 1.8
@@ -1,6 +1,6 @@
Name: ProjectX
Version: 0.91.0
-Release: 3
+Release: 4%{?dist}
Summary: DVB video editing and demultiplexing tool
Summary(sv): Verktyg för redigering och demultiplexning av DVB-video
@@ -69,6 +69,9 @@
%changelog
+* Sat Oct 25 2014 Sérgio Basto <sergio(a)serjux.com> - 0.91.0-4
+- add %{?dist} tag
+
* Sun Mar 03 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.91.0-3
- Mass rebuilt for Fedora 19 Features
10 years
rpms/php-pecl-pdflib/devel php-pecl-pdflib.spec,1.14,1.15
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/nonfree/rpms/php-pecl-pdflib/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18536
Modified Files:
php-pecl-pdflib.spec
Log Message:
* Sat Oct 25 2014 Sérgio Basto <sergio(a)serjux.com> - 2.1.9-4
- Rebuild for php-5.6.x
Index: php-pecl-pdflib.spec
===================================================================
RCS file: /cvs/nonfree/rpms/php-pecl-pdflib/devel/php-pecl-pdflib.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- php-pecl-pdflib.spec 6 Apr 2013 08:31:59 -0000 1.14
+++ php-pecl-pdflib.spec 25 Oct 2014 16:36:05 -0000 1.15
@@ -8,7 +8,7 @@
Summary(fr): Extension pour générer des fichiers PDF
Name: php-pecl-pdflib
Version: 2.1.9
-Release: 3%{?dist}
+Release: 4%{?dist}
License: PHP
Group: Development/Languages
URL: http://pecl.php.net/package/pdflib
@@ -137,6 +137,9 @@
%changelog
+* Sat Oct 25 2014 Sérgio Basto <sergio(a)serjux.com> - 2.1.9-4
+- Rebuild for php-5.6.x
+
* Sat Apr 6 2013 Remi Collet <remmi(a)fedorapoject.org> 2.1.9-3
- rebuild for https://fedoraproject.org/wiki/Features/Php55
- spec cleanup
10 years, 1 month
rpms/pgplot/devel pgplot.spec,1.11,1.12
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/nonfree/rpms/pgplot/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv18068
Modified Files:
pgplot.spec
Log Message:
* Sat Oct 25 2014 Sérgio Basto <sergio(a)serjux.com> - 5.2.2-37
- Rebuild for new tcl-8.6
Index: pgplot.spec
===================================================================
RCS file: /cvs/nonfree/rpms/pgplot/devel/pgplot.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pgplot.spec 1 Sep 2014 21:18:24 -0000 1.11
+++ pgplot.spec 25 Oct 2014 15:53:29 -0000 1.12
@@ -3,7 +3,7 @@
Name: pgplot
%define lvmajor 5
Version: 5.2.2
-Release: 36%{?dist}
+Release: 37%{?dist}
Summary: Graphic library for making simple scientific graphs
Group: Development/Libraries
@@ -219,6 +219,9 @@
%{_bindir}/*
%changelog
+* Sat Oct 25 2014 Sérgio Basto <sergio(a)serjux.com> - 5.2.2-37
+- Rebuild for new tcl-8.6
+
* Mon Sep 01 2014 Sergio Pascual <sergio.pasra(a)gmail.com> - 5.2.2-36
- Fix wrong dates in changelog
- Fix compilation errors
10 years, 1 month
rpms/vdr-skindesigner/devel .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 vdr-skindesigner.spec, 1.8, 1.9
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-skindesigner/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16878/devel
Modified Files:
.cvsignore sources vdr-skindesigner.spec
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 25 Oct 2014 08:04:18 -0000 1.9
+++ .cvsignore 25 Oct 2014 14:19:02 -0000 1.10
@@ -1 +1 @@
-vdr-plugin-skindesigner-69af1d531e8994056862407969ad4f97336bfe07.tar.bz2
+vdr-plugin-skindesigner-ee39eb8066f977d2adb3be71b6c34a7d6af4a22c.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 25 Oct 2014 08:04:18 -0000 1.9
+++ sources 25 Oct 2014 14:19:02 -0000 1.10
@@ -1 +1 @@
-4452fade0abf6348a3eaf299ca69e7e5 vdr-plugin-skindesigner-69af1d531e8994056862407969ad4f97336bfe07.tar.bz2
+09c20b499fa4ba33af28c36cd7772fc1 vdr-plugin-skindesigner-ee39eb8066f977d2adb3be71b6c34a7d6af4a22c.tar.bz2
Index: vdr-skindesigner.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/vdr-skindesigner.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vdr-skindesigner.spec 25 Oct 2014 08:04:18 -0000 1.8
+++ vdr-skindesigner.spec 25 Oct 2014 14:19:02 -0000 1.9
@@ -1,10 +1,10 @@
-%global commit 69af1d531e8994056862407969ad4f97336bfe07
+%global commit ee39eb8066f977d2adb3be71b6c34a7d6af4a22c
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global gitdate 20141023
Name: vdr-skindesigner
Version: 0.0.1
-Release: 11.%{gitdate}git%{shortcommit}%{?dist}
+Release: 12.%{gitdate}git%{shortcommit}%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
Group: Applications/Multimedia
@@ -75,6 +75,9 @@
%changelog
+* Sat Oct 25 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-12.20141025gitee39eb8
+- rebuild for new git release
+
* Sat Oct 25 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-11.20141023git69af1d5
- rebuild for new git release
10 years, 1 month
rpms/vdr-skindesigner/F-20 .cvsignore, 1.9, 1.10 sources, 1.9, 1.10 vdr-skindesigner.spec, 1.8, 1.9
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-skindesigner/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16708/F-20
Modified Files:
.cvsignore sources vdr-skindesigner.spec
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/F-20/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 25 Oct 2014 08:03:31 -0000 1.9
+++ .cvsignore 25 Oct 2014 14:18:46 -0000 1.10
@@ -1 +1 @@
-vdr-plugin-skindesigner-69af1d531e8994056862407969ad4f97336bfe07.tar.bz2
+vdr-plugin-skindesigner-ee39eb8066f977d2adb3be71b6c34a7d6af4a22c.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/F-20/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 25 Oct 2014 08:03:31 -0000 1.9
+++ sources 25 Oct 2014 14:18:46 -0000 1.10
@@ -1 +1 @@
-4452fade0abf6348a3eaf299ca69e7e5 vdr-plugin-skindesigner-69af1d531e8994056862407969ad4f97336bfe07.tar.bz2
+09c20b499fa4ba33af28c36cd7772fc1 vdr-plugin-skindesigner-ee39eb8066f977d2adb3be71b6c34a7d6af4a22c.tar.bz2
Index: vdr-skindesigner.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/F-20/vdr-skindesigner.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vdr-skindesigner.spec 25 Oct 2014 08:03:31 -0000 1.8
+++ vdr-skindesigner.spec 25 Oct 2014 14:18:46 -0000 1.9
@@ -1,10 +1,10 @@
-%global commit 69af1d531e8994056862407969ad4f97336bfe07
+%global commit ee39eb8066f977d2adb3be71b6c34a7d6af4a22c
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global gitdate 20141023
Name: vdr-skindesigner
Version: 0.0.1
-Release: 11.%{gitdate}git%{shortcommit}%{?dist}
+Release: 12.%{gitdate}git%{shortcommit}%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
Group: Applications/Multimedia
@@ -75,6 +75,9 @@
%changelog
+* Sat Oct 25 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-12.20141025gitee39eb8
+- rebuild for new git release
+
* Sat Oct 25 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-11.20141023git69af1d5
- rebuild for new git release
10 years, 1 month
rpms/vdr-skindesigner/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 vdr-skindesigner.spec, 1.7, 1.8
by Martin Gansser
Author: martinkg
Update of /cvs/free/rpms/vdr-skindesigner/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4503/devel
Modified Files:
.cvsignore sources vdr-skindesigner.spec
Log Message:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 20 Oct 2014 18:48:32 -0000 1.8
+++ .cvsignore 25 Oct 2014 08:04:18 -0000 1.9
@@ -1 +1 @@
-vdr-plugin-skindesigner-1809656e5826ebea73ce8f337ef5b6a75ce2714f.tar.bz2
+vdr-plugin-skindesigner-69af1d531e8994056862407969ad4f97336bfe07.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 20 Oct 2014 18:48:32 -0000 1.8
+++ sources 25 Oct 2014 08:04:18 -0000 1.9
@@ -1 +1 @@
-69be844f2b18bd23eb920314c99d7b36 vdr-plugin-skindesigner-1809656e5826ebea73ce8f337ef5b6a75ce2714f.tar.bz2
+4452fade0abf6348a3eaf299ca69e7e5 vdr-plugin-skindesigner-69af1d531e8994056862407969ad4f97336bfe07.tar.bz2
Index: vdr-skindesigner.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-skindesigner/devel/vdr-skindesigner.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vdr-skindesigner.spec 20 Oct 2014 18:48:32 -0000 1.7
+++ vdr-skindesigner.spec 25 Oct 2014 08:04:18 -0000 1.8
@@ -1,10 +1,10 @@
-%global commit 1809656e5826ebea73ce8f337ef5b6a75ce2714f
+%global commit 69af1d531e8994056862407969ad4f97336bfe07
%global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global gitdate 20141020
+%global gitdate 20141023
Name: vdr-skindesigner
Version: 0.0.1
-Release: 10.%{gitdate}git%{shortcommit}%{?dist}
+Release: 11.%{gitdate}git%{shortcommit}%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
Group: Applications/Multimedia
@@ -75,6 +75,9 @@
%changelog
+* Sat Oct 25 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-11.20141023git69af1d5
+- rebuild for new git release
+
* Mon Oct 20 2014 Martin Gansser <martinkg(a)fedoraproject.org> - 0.0.1-10.20141020git1809656
- rebuild for new git release
10 years, 1 month