rpms/lout/devel .cvsignore, 1.3, 1.4 lout.spec, 1.6, 1.7 sources, 1.3, 1.4
by Tom Callaway
Author: spot
Update of /cvs/extras/rpms/lout/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17430
Modified Files:
.cvsignore lout.spec sources
Log Message:
update to 3.37
Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/lout/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 19 Feb 2008 21:37:35 -0000 1.3
+++ .cvsignore 1 Oct 2008 15:37:14 -0000 1.4
@@ -1 +1 @@
-lout-3.36.tar.gz
+lout-3.37.tar.gz
Index: lout.spec
===================================================================
RCS file: /cvs/extras/rpms/lout/devel/lout.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- lout.spec 20 Feb 2008 01:21:24 -0000 1.6
+++ lout.spec 1 Oct 2008 15:37:14 -0000 1.7
@@ -1,7 +1,7 @@
Name: lout
Summary: A document formatting system
-Version: 3.36
-Release: 2%{?dist}
+Version: 3.37
+Release: 1%{?dist}
License: GPLv2+
Group: Applications/Publishing
URL: ftp://ftp.cs.usyd.edu.au/jeff/lout/
@@ -90,6 +90,9 @@
%changelog
+* Wed Oct 1 2008 Tom "spot" Callaway <tcallawa(a)redhat.com> - 3.37-1
+- update to 3.37
+
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng(a)fedoraproject.org> - 3.36-2
- Autorebuild for GCC 4.3
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/lout/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 19 Feb 2008 21:37:35 -0000 1.3
+++ sources 1 Oct 2008 15:37:14 -0000 1.4
@@ -1 +1 @@
-9fb418e5db4cb242f7ab1c6e8c59a1c2 lout-3.36.tar.gz
+cd2eafc180e87d704f0b8882dbfe0c1b lout-3.37.tar.gz
13Â years, 8Â months
rpms/hal-info/devel hal-info.spec,1.30,1.31
by Richard Hughes
Author: rhughes
Update of /cvs/pkgs/rpms/hal-info/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17381
Modified Files:
hal-info.spec
Log Message:
* Wed Oct 01 2008 Richard Hughes <rhughes(a)redhat.com> - 20081001-2
- Bump for rebuild
Index: hal-info.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hal-info/devel/hal-info.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- hal-info.spec 1 Oct 2008 15:35:03 -0000 1.30
+++ hal-info.spec 1 Oct 2008 15:37:12 -0000 1.31
@@ -1,7 +1,7 @@
Summary: Device information files for HAL
Name: hal-info
Version: 20081001
-Release: 1%{?dist}
+Release: 2%{?dist}
License: AFL or GPLv2
Group: System Environment/Libraries
URL: http://www.freedesktop.org/Software/hal
@@ -35,6 +35,9 @@
%{_datadir}/hal/fdi/preprobe/10osvendor/*.fdi
%changelog
+* Wed Oct 01 2008 Richard Hughes <rhughes(a)redhat.com> - 20081001-2
+- Bump for rebuild
+
* Wed Oct 01 2008 Richard Hughes <rhughes(a)redhat.com> - 20081001-1
- Update to latest upstream release
13Â years, 8Â months
rpms/perl/devel perl.spec,1.191,1.192
by Štěpán Kasal
Author: kasal
Update of /cvs/extras/rpms/perl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17258
Modified Files:
perl.spec
Log Message:
- also preserve the timestamp of AUTHORS; move the fix to the recode
function, which is where the stamps go wrong
Index: perl.spec
===================================================================
RCS file: /cvs/extras/rpms/perl/devel/perl.spec,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -r1.191 -r1.192
--- perl.spec 1 Oct 2008 15:07:44 -0000 1.191
+++ perl.spec 1 Oct 2008 15:36:25 -0000 1.192
@@ -7,7 +7,7 @@
Name: perl
Version: %{perl_version}
-Release: 45%{?dist}
+Release: 46%{?dist}
Epoch: %{perl_epoch}
Summary: The Perl programming language
Group: Development/Languages
@@ -828,6 +828,7 @@
recode()
{
iconv -f "$2" -t utf-8 < "$1" > "${1}_"
+ touch -r "$1" "${1}_"
mv -f "${1}_" "$1"
}
recode README.cn euc-cn
@@ -1016,9 +1017,6 @@
# Compress Changes* to save space
%{__gzip} Changes*
-# Give them all the same time/date stamp to avoid multilib conflict
-touch -r Artistic Changes*.gz
-
# Local patch tracking
cd $RPM_BUILD_ROOT%{_libdir}/perl5/%{perl_version}/%{perl_archname}/CORE/
perl -x patchlevel.h 'Fedora Patch1: Permit suidperl to install as nonroot'
@@ -1655,6 +1653,10 @@
# Old changelog entries are preserved in CVS.
%changelog
+* Wed Oct 1 2008 Stepan Kasal <skasal(a)redhat.com> - 4:5.10.0-46
+- also preserve the timestamp of AUTHORS; move the fix to the recode
+ function, which is where the stamps go wrong
+
* Wed Oct 1 2008 Tom "spot" Callaway <tcallawa(a)redhat.com> 4:5.10.0-45
- give Changes*.gz the same datetime to avoid multilib conflict
13Â years, 8Â months
rpms/arora/devel .cvsignore, 1.2, 1.3 arora.spec, 1.2, 1.3 sources, 1.2, 1.3 arora-0.3-double-click-selects-all.patch, 1.1, NONE
by Jaroslav Reznik
Author: jreznik
Update of /cvs/pkgs/rpms/arora/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17164
Modified Files:
.cvsignore arora.spec sources
Removed Files:
arora-0.3-double-click-selects-all.patch
Log Message:
* Wed Oct 01 2008 Jaroslav Reznik <jreznik(a)redhat.com> - 0.4-1
- Updated to version 0.4
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/arora/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 17 Sep 2008 07:04:30 -0000 1.2
+++ .cvsignore 1 Oct 2008 15:36:08 -0000 1.3
@@ -1 +1 @@
-arora-0.3.tar.gz
+arora-0.4.tar.gz
Index: arora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/arora/devel/arora.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- arora.spec 25 Sep 2008 10:32:43 -0000 1.2
+++ arora.spec 1 Oct 2008 15:36:08 -0000 1.3
@@ -1,13 +1,12 @@
Name: arora
-Version: 0.3
-Release: 2%{?dist}
+Version: 0.4
+Release: 1%{?dist}
Summary: A cross platform web browser
Group: Applications/Internet
License: GPLv2+
URL: http://code.google.com/p/arora/
Source0: http://arora.googlecode.com/files/%{name}-%{version}.tar.gz
-Patch0: arora-0.3-double-click-selects-all.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -26,7 +25,6 @@
%prep
%setup -q
-%patch0 -p1 -b .double-click-selects-all
%build
qmake-qt4 PREFIX=%{_prefix}
@@ -60,6 +58,8 @@
%{_datadir}/man/man1/arora.1.gz
%changelog
+* Wed Oct 01 2008 Jaroslav Reznik <jreznik(a)redhat.com> - 0.4-1
+- Updated to version 0.4
* Thu Sep 25 2008 Jaroslav Reznik <jreznik(a)redhat.com> - 0.3-2
- Location bar's double click selects all
* Wed Aug 13 2008 Jaroslav Reznik <jreznik(a)redhat.com> - 0.3-1
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/arora/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 17 Sep 2008 07:04:30 -0000 1.2
+++ sources 1 Oct 2008 15:36:08 -0000 1.3
@@ -1 +1 @@
-6da3c659f99775cee38b38b1ca85e173 arora-0.3.tar.gz
+702d29d021f7ac2c4e3ace3252876071 arora-0.4.tar.gz
--- arora-0.3-double-click-selects-all.patch DELETED ---
13Â years, 8Â months
rpms/hal-info/devel .cvsignore, 1.15, 1.16 hal-info.spec, 1.29, 1.30 sources, 1.16, 1.17 lenovo-video-key.patch, 1.1, NONE
by Richard Hughes
Author: rhughes
Update of /cvs/pkgs/rpms/hal-info/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16863
Modified Files:
.cvsignore hal-info.spec sources
Removed Files:
lenovo-video-key.patch
Log Message:
* Wed Oct 01 2008 Richard Hughes <rhughes(a)redhat.com> - 20081001-1
- Update to latest upstream release
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/hal-info/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore 13 Aug 2008 18:43:40 -0000 1.15
+++ .cvsignore 1 Oct 2008 15:35:03 -0000 1.16
@@ -1 +1,2 @@
-hal-info-20080813.tar.gz
+hal-info-20081001.tar.gz
+
Index: hal-info.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hal-info/devel/hal-info.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- hal-info.spec 11 Sep 2008 10:53:46 -0000 1.29
+++ hal-info.spec 1 Oct 2008 15:35:03 -0000 1.30
@@ -1,7 +1,7 @@
Summary: Device information files for HAL
Name: hal-info
-Version: 20080813
-Release: 4%{?dist}
+Version: 20081001
+Release: 1%{?dist}
License: AFL or GPLv2
Group: System Environment/Libraries
URL: http://www.freedesktop.org/Software/hal
@@ -10,7 +10,6 @@
BuildArch: noarch
Requires: hal >= 0.5.10
BuildRequires: hal-devel >= 0.5.10
-Patch0: lenovo-video-key.patch
%description
The hal-info package contains various device information files (also
@@ -18,7 +17,6 @@
%prep
%setup -q
-%patch0 -p1 -b .lenovo-video-key
%build
%configure
@@ -37,6 +35,9 @@
%{_datadir}/hal/fdi/preprobe/10osvendor/*.fdi
%changelog
+* Wed Oct 01 2008 Richard Hughes <rhughes(a)redhat.com> - 20081001-1
+- Update to latest upstream release
+
* Thu Sep 11 2008 Soren Sandmann <sandmann(a)redhat.com> - 20080813-2
- Add patch for Lenovo 3000 video key
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/hal-info/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 13 Aug 2008 18:43:40 -0000 1.16
+++ sources 1 Oct 2008 15:35:03 -0000 1.17
@@ -1 +1 @@
-4b8e7b7e6c0d412d7a7e67775518f85d hal-info-20080813.tar.gz
+1acb8a6558f7cafcddb931f3be9e2a13 hal-info-20081001.tar.gz
--- lenovo-video-key.patch DELETED ---
13Â years, 8Â months
rpms/arora/F-8 .cvsignore, 1.2, 1.3 arora.spec, 1.2, 1.3 sources, 1.2, 1.3
by Jaroslav Reznik
Author: jreznik
Update of /cvs/pkgs/rpms/arora/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16515
Modified Files:
.cvsignore arora.spec sources
Log Message:
* Wed Oct 01 2008 Jaroslav Reznik <jreznik(a)redhat.com> - 0.4-1
- Updated to version 0.4
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/arora/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 17 Sep 2008 07:24:05 -0000 1.2
+++ .cvsignore 1 Oct 2008 15:33:49 -0000 1.3
@@ -1 +1 @@
-arora-0.3.tar.gz
+arora-0.4.tar.gz
Index: arora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/arora/F-8/arora.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- arora.spec 25 Sep 2008 10:47:52 -0000 1.2
+++ arora.spec 1 Oct 2008 15:33:49 -0000 1.3
@@ -1,13 +1,12 @@
Name: arora
-Version: 0.3
-Release: 2%{?dist}
+Version: 0.4
+Release: 1%{?dist}
Summary: A cross platform web browser
Group: Applications/Internet
License: GPLv2+
URL: http://code.google.com/p/arora/
Source0: http://arora.googlecode.com/files/%{name}-%{version}.tar.gz
-Patch0: arora-0.3-double-click-selects-all.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -26,7 +25,6 @@
%prep
%setup -q
-%patch0 -p1 -b .double-click-selects-all
%build
qmake-qt4 PREFIX=%{_prefix}
@@ -60,6 +58,8 @@
%{_datadir}/man/man1/arora.1.gz
%changelog
+* Wed Oct 01 2008 Jaroslav Reznik <jreznik(a)redhat.com> - 0.4-1
+- Updated to version 0.4
* Thu Sep 25 2008 Jaroslav Reznik <jreznik(a)redhat.com> - 0.3-2
- Location bar's double click selects all
* Wed Aug 13 2008 Jaroslav Reznik <jreznik(a)redhat.com> - 0.3-1
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/arora/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 17 Sep 2008 07:24:05 -0000 1.2
+++ sources 1 Oct 2008 15:33:49 -0000 1.3
@@ -1 +1 @@
-6da3c659f99775cee38b38b1ca85e173 arora-0.3.tar.gz
+702d29d021f7ac2c4e3ace3252876071 arora-0.4.tar.gz
13Â years, 8Â months
rpms/arora/F-9 .cvsignore, 1.2, 1.3 arora.spec, 1.2, 1.3 sources, 1.2, 1.3
by Jaroslav Reznik
Author: jreznik
Update of /cvs/pkgs/rpms/arora/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15384
Modified Files:
.cvsignore arora.spec sources
Log Message:
* Wed Oct 01 2008 Jaroslav Reznik <jreznik(a)redhat.com> - 0.4-1
- Updated to version 0.4
Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/arora/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 17 Sep 2008 07:21:56 -0000 1.2
+++ .cvsignore 1 Oct 2008 15:26:00 -0000 1.3
@@ -1 +1 @@
-arora-0.3.tar.gz
+arora-0.4.tar.gz
Index: arora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/arora/F-9/arora.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- arora.spec 25 Sep 2008 10:40:22 -0000 1.2
+++ arora.spec 1 Oct 2008 15:26:00 -0000 1.3
@@ -1,13 +1,12 @@
Name: arora
-Version: 0.3
-Release: 2%{?dist}
+Version: 0.4
+Release: 1%{?dist}
Summary: A cross platform web browser
Group: Applications/Internet
License: GPLv2+
URL: http://code.google.com/p/arora/
Source0: http://arora.googlecode.com/files/%{name}-%{version}.tar.gz
-Patch0: arora-0.3-double-click-selects-all.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
@@ -26,7 +25,6 @@
%prep
%setup -q
-%patch0 -p1 -b .double-click-selects-all
%build
qmake-qt4 PREFIX=%{_prefix}
@@ -60,6 +58,8 @@
%{_datadir}/man/man1/arora.1.gz
%changelog
+* Wed Oct 01 2008 Jaroslav Reznik <jreznik(a)redhat.com> - 0.4-1
+- Updated to version 0.4
* Thu Sep 25 2008 Jaroslav Reznik <jreznik(a)redhat.com> - 0.3-2
- Location bar's double click selects all
* Wed Aug 13 2008 Jaroslav Reznik <jreznik(a)redhat.com> - 0.3-1
Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/arora/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 17 Sep 2008 07:21:56 -0000 1.2
+++ sources 1 Oct 2008 15:26:00 -0000 1.3
@@ -1 +1 @@
-6da3c659f99775cee38b38b1ca85e173 arora-0.3.tar.gz
+702d29d021f7ac2c4e3ace3252876071 arora-0.4.tar.gz
13Â years, 8Â months
rpms/libraw1394/devel libraw1394.spec,1.45,1.46
by Jarod Wilson
Author: jwilson
Update of /cvs/pkgs/rpms/libraw1394/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14124
Modified Files:
libraw1394.spec
Log Message:
oops, update release field
Index: libraw1394.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libraw1394/devel/libraw1394.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- libraw1394.spec 1 Oct 2008 15:13:24 -0000 1.45
+++ libraw1394.spec 1 Oct 2008 15:19:18 -0000 1.46
@@ -1,7 +1,7 @@
Summary: Library providing low-level IEEE-1394 access
Name: libraw1394
Version: 2.0.0
-Release: 1%{?dist}
+Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
Source: http://www.linux1394.org/dl/libraw1394-%{version}.tar.gz
13Â years, 8Â months