[liblo] New version

Orcan Ogetbil oget at fedoraproject.org
Sun Jun 23 04:00:40 UTC 2013


commit e780f9e474b5850cdf2d52f735879c231341bbb3
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sun Jun 23 00:00:20 2013 -0400

    New version

 .gitignore                 |    1 +
 liblo-no-date-footer.patch |   30 ++++++++++--------------------
 liblo.spec                 |   11 +++++++----
 sources                    |    2 +-
 4 files changed, 19 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b3c811d..fe5de32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 liblo-0.26.tar.gz
+/liblo-0.27.tar.gz
diff --git a/liblo-no-date-footer.patch b/liblo-no-date-footer.patch
index cf8d4dd..e2aa088 100644
--- a/liblo-no-date-footer.patch
+++ b/liblo-no-date-footer.patch
@@ -1,22 +1,12 @@
-diff -rupN liblo-0.24.old/doc/no_date_footer.html liblo-0.24/doc/no_date_footer.html
---- liblo-0.24.old/doc/no_date_footer.html	1969-12-31 19:00:00.000000000 -0500
-+++ liblo-0.24/doc/no_date_footer.html	2010-07-19 15:44:24.000000000 -0400
-@@ -0,0 +1,6 @@
-+<hr size="1"><address style="text-align: right;"><small>
-+Generated for $projectname by <a href="http://www.doxygen.org/
-+index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a>
-+$doxygenversion</small></address>
-+</body>
-+</html>
-diff -rupN liblo-0.24.old/doc/reference.doxygen.in liblo-0.24/doc/reference.doxygen.in
---- liblo-0.24.old/doc/reference.doxygen.in	2007-03-21 19:48:37.000000000 -0400
-+++ liblo-0.24/doc/reference.doxygen.in	2010-07-19 15:46:02.000000000 -0400
-@@ -530,7 +530,7 @@ HTML_HEADER            = 
- # each generated HTML page. If it is left blank doxygen will generate a 
- # standard footer.
+diff -rupN liblo-0.27.old/doc/reference.doxygen.in liblo-0.27/doc/reference.doxygen.in
+--- liblo-0.27.old/doc/reference.doxygen.in	2013-03-11 13:56:14.000000000 -0400
++++ liblo-0.27/doc/reference.doxygen.in	2013-06-22 23:21:00.004031515 -0400
+@@ -943,7 +943,7 @@ HTML_COLORSTYLE_GAMMA  = 80
+ # page will contain the date and time when the page was generated. Setting
+ # this to NO can help when comparing the output of multiple runs.
  
--HTML_FOOTER            = 
-+HTML_FOOTER            = no_date_footer.html
+-HTML_TIMESTAMP         = YES
++HTML_TIMESTAMP         = NO
  
- # The HTML_STYLESHEET tag can be used to specify a user-defined cascading 
- # style sheet that is used by each HTML page. It can be used to 
+ # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
+ # documentation will contain sections that can be hidden and shown after the
diff --git a/liblo.spec b/liblo.spec
index 326e286..d76131e 100644
--- a/liblo.spec
+++ b/liblo.spec
@@ -1,7 +1,7 @@
 Summary:      Open Sound Control library
 Name:         liblo
-Version:      0.26
-Release:      6%{?dist}
+Version:      0.27
+Release:      1%{?dist}
 License:      LGPLv2+
 Group:        System Environment/Libraries
 URL:          http://liblo.sourceforge.net
@@ -34,10 +34,10 @@ based Open Sound Control applications.
 sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
-%make_install
+%make_install INSTALL="install -p"
 
 # install man pages by hand
 mkdir -p %{buildroot}%{_mandir}/man3/
@@ -65,6 +65,9 @@ rm -f %{buildroot}%{_libdir}/liblo.la
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jun 22 2013 Orcan Ogetbil <oget [dot] fedora [at] gmail [dot] com> - 0.27-1
+- New version
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.26-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 926a23b..1261442 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5351de14262560e15e7f23865293b16f  liblo-0.26.tar.gz
+e4317bab5b16003df350adfe2c181364  liblo-0.27.tar.gz


More information about the scm-commits mailing list