Logoj0ke.net Open Build Service > Projects > server:database:postgresql > postgresql-ip4r > Changes
Sign Up | Log In

Changes of Revision 5

[-] Changed postgresql-ip4r.changes
x
 
1
@@ -1,4 +1,22 @@
2
 -------------------------------------------------------------------
3
+Wed Sep 29 18:06:04 UTC 2010 - cs@linux-administrator.com
4
+
5
+- update to 1.05 
6
+
7
+-------------------------------------------------------------------
8
+Sat Jul  4 00:19:23 CEST 2009 - poeml@suse.de
9
+
10
+- update to 1.04:
11
+  Updates for 8.4. Minor changes for 8.4 GiST indexing.
12
+
13
+-------------------------------------------------------------------
14
+Tue Apr 28 13:09:48 CEST 2009 - poeml@novell.com
15
+
16
+- own the /usr/lib*/pgsql directory
17
+- remove unneeded (and non-working) directives to install the README to the
18
+  documentation directory
19
+
20
+-------------------------------------------------------------------
21
 Wed Dec 10 12:21:45 CET 2008 - poeml@suse.de
22
 
23
 - increase release number, so that the package supersedes the one
24
[-] Changed postgresql-ip4r.spec ^
44
 
1
@@ -2,7 +2,7 @@
2
 
3
 Summary:   IPv4 and IPv4 range index types for PostgreSQL
4
 Name:      postgresql-%{sname}
5
-Version:   1.03
6
+Version:   1.05
7
 Release:   10
8
 License:   BSD
9
 Group:     Applications/Databases
10
@@ -29,32 +29,18 @@
11
 
12
 install -d %{buildroot}%{_libdir}/pgsql/
13
 install -d %{buildroot}%{_datadir}/%{name}
14
-install -d %{buildroot}%{_docdir}/%{name}-%{version}
15
 install -m 755 %{sname}.so %{buildroot}%{_libdir}/pgsql/%{sname}.so
16
 install -p -m 755 %{sname}.sql %{buildroot}%{_datadir}/%{name}
17
-install -p -m 755 README.%{sname} %{buildroot}%{_docdir}/%{name}-%{version}/README
18
 
19
 %clean
20
 rm -rf %{buildroot}
21
 
22
 %files
23
 %defattr(644,root,root,755)
24
-%dir %{_docdir}/%{name}-%{version}
25
-%doc %{_docdir}/%{name}-%{version}/README
26
+%doc README.ip4r
27
 %{_datadir}/%{name}
28
 %{_datadir}/%{name}/%{sname}*.sql
29
 %dir %{_libdir}/pgsql
30
 %{_libdir}/pgsql/%{sname}.so
31
 
32
 %changelog
33
-* Fri Feb 1 2008 - Devrim GUNDUZ <devrim@commandprompt.com> 1.03-1
34
-- Update to 1.03
35
-
36
-* Sun Jan 20 2008 - Devrim GUNDUZ <devrim@commandprompt.com> 1.02-1
37
-- Update to 1.02
38
-
39
-* Mon Jul 9 2007 - Devrim GUNDUZ <devrim@commandprompt.com> 1.01-2
40
-- Removed unneeded ldconfig calls, per bz review #246747
41
-
42
-* Wed Jul 4 2007 - Devrim GUNDUZ <devrim@commandprompt.com> 1.01-1
43
-- Initial RPM packaging for Fedora
44
[+] Changed ip4r-1.04.tar.gz/ip4r.c ^
[+] Changed ip4r-1.04.tar.gz/ip4r.sql.in ^
Added ip4r-1.05.tar.gz ^